diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-19 20:00:53 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-19 20:00:53 -0400 |
commit | 4278cf4472494d6f17bea33b8e54f7815a730ccf (patch) | |
tree | 5d1c175f93e1eb32bcd81198c646a6b88ed10372 /src/main/resources | |
parent | 1.4.0 hotfix (diff) | |
download | kenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.tar.gz kenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.tar.bz2 kenshinshideandseek-4278cf4472494d6f17bea33b8e54f7815a730ccf.zip |
1.4.1
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 11 | ||||
-rw-r--r-- | src/main/resources/plugin.yml | 2 |
2 files changed, 10 insertions, 3 deletions
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 # # ---------------------------------------------------------- # diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c03205c..9fe2c54 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: HideAndSeek main: net.tylermurphy.hideAndSeek.Main -version: 1.4.0 +version: 1.4.1 author: KenshinEto load: STARTUP api-version: 1.13 |