From 4278cf4472494d6f17bea33b8e54f7815a730ccf Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 19 Apr 2022 20:00:53 -0400 Subject: 1.4.1 --- src/main/resources/config.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/main/resources/config.yml') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 8482cf8..5f3e2b8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -114,14 +114,21 @@ seekerPing: # de-DE (German - Germany) locale: "en-US" -# Block's commands being run by any user while playing the game. -# Can be usefully If you aren't using a permission plugin and want +# Stop commands being run by any user while playing the game. +# Can be usefull If you aren't using a permission plugin and want # to op people, but still want to block certain commands. # Not really usefully if using permission plugins. # You can add /kill for any use, but it's already blocked on those # playing the game. blockedCommands: [msg, tp, gamemode, kill, give, effect] +# Stop interactions with any block by any user while playing the game. +# If your map has things such as chests for aesthetic only, you can +# block the use of clicking them. It shouldn't matter what version of +# the block ID you enter, as the plugin will automatically switch to the +# block ID of your current Minecraft server version. +blockedInteracts: [FURNACE, CRAFTING_TABLE, ANVIL, CHEST, BARREL] + # ---------------------------------------------------------- # # ONLY EDIT BEYOND THIS POINT IF YOU KNOW WHAT YOU ARE DOING # # ---------------------------------------------------------- # -- cgit v1.2.3-freya