Update AntiBuild default entries to enum names

This commit is contained in:
md678685 2018-11-19 12:49:34 +00:00
parent 8cc448efcf
commit 0105dff7ac

View File

@ -817,20 +817,19 @@ protect:
warn-on-build-disallow: true
# For which block types would you like to be alerted?
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
# You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
alert:
on-placement: 10,11,46,327
on-use: 327
on-placement: LAVA,TNT,LAVA_BUCKET
on-use: LAVA_BUCKET
on-break:
blacklist:
# Which blocks should people be prevented from placing?
placement: 10,11,46,327
placement: LAVA,TNT,LAVA_BUCKET
# Which items should people be prevented from using?
usage: 327
usage: LAVA_BUCKET
# Which blocks should people be prevented from breaking?
break: