diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-27 17:20:07 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-27 17:20:07 -0400 |
commit | 0154a34f1dc240652908810314167a44638c847e (patch) | |
tree | 4f4e4a7dac2581ee8b32644cb30c3f852a1b8e8d /src/main/resources/plugin.yml | |
parent | 1.3.0 beta 2, bug fixes, added more block settings, added more config options (diff) | |
download | kenshinshideandseek-0154a34f1dc240652908810314167a44638c847e.tar.gz kenshinshideandseek-0154a34f1dc240652908810314167a44638c847e.tar.bz2 kenshinshideandseek-0154a34f1dc240652908810314167a44638c847e.zip |
add world rollback and other stuff
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a2f80d2..edb2235 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -21,6 +21,8 @@ permissions: hideandseek.setspawn: true hideandseek.start: true hideandseek.stop: true + hideandseek.savemap: true + hideandseek.blockbypass: true hideandseek.about: description: Allows you to run the about command default: true @@ -42,6 +44,9 @@ permissions: hideandseek.stop: description: Allows you to stop the game default: op + hideandseek.savemap: + description: Allows you to set the current game map + default: op hideandseek.blockbypass: description: Allows you to bypass the block break prevention default: op |