mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
Update AntiBuild default entries to enum names
This commit is contained in:
parent
8cc448efcf
commit
0105dff7ac
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user