From 0105dff7ace1322aacfc8914d5b580a1df826b6c Mon Sep 17 00:00:00 2001 From: md678685 Date: Mon, 19 Nov 2018 12:49:34 +0000 Subject: [PATCH] Update AntiBuild default entries to enum names --- Essentials/src/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index f379d7486..228e8dfcf 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -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: