mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-11 21:06:55 +00:00
19 lines
708 B
YAML
19 lines
708 B
YAML
settings:
|
|
# Decides if pvp should be enabled or disabled by default
|
|
pvp_enabled_by_default: false
|
|
|
|
# Prevents dumping lava and lighting blocks on fire near players with pvp off
|
|
lava_and_fire_stopper:
|
|
enabled: true
|
|
radius: 2.5
|
|
|
|
messages:
|
|
pvp_enabled: "&cYou enabled PvP!"
|
|
pvp_disabled: "&cYou disabled PvP!"
|
|
cannot_attack_victim: "&cYou can't attack players that have PvP turned off!"
|
|
cannot_attack_attacker: "&cYou can't attack players while you have PvP turned off!"
|
|
no_permission: "&cYou don't have permission to use that."
|
|
no_such_command: "&cNo such command."
|
|
pvp_enabled_others: "&cYou've enabled %player%'s PvP."
|
|
pvp_disabled_others: "&cYou've disabled %player%'s PvP."
|