Initial commit

This commit is contained in:
YouHaveTrouble
2020-08-19 02:24:05 +02:00
commit aad3d7ad0c
22 changed files with 1167 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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."