added a couple of damage blockers and placing wither roses under players with pvp off

This commit is contained in:
YouHaveTrouble
2020-08-20 14:12:08 +02:00
parent c74135ed11
commit 638b40c083
9 changed files with 175 additions and 40 deletions
+5 -1
View File
@@ -2,11 +2,15 @@ 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
# Prevents dumping lava and pufferfish bucket, placing wither roses and lighting blocks on fire near players with pvp off
lava_and_fire_stopper:
enabled: true
radius: 2.5
# Disables channeling (trident enchant) lightning strike
# You may want to keep it disabled because players with pvp off can use it to attack players with pvp on
channeling_enchant_disabled: false
messages:
pvp_enabled: "&cYou enabled PvP!"
pvp_disabled: "&cYou disabled PvP!"