diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-22 20:03:15 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-22 20:03:15 -0400 |
commit | 0015592730f936350718ec61cd522c6dea3fe9c1 (patch) | |
tree | a148bfa82386a390bb9ee1d9960dc45ed9145640 /src/main/resources/plugin.yml | |
parent | 1.3.0 final beta (diff) | |
download | kenshinshideandseek-0015592730f936350718ec61cd522c6dea3fe9c1.tar.gz kenshinshideandseek-0015592730f936350718ec61cd522c6dea3fe9c1.tar.bz2 kenshinshideandseek-0015592730f936350718ec61cd522c6dea3fe9c1.zip |
localization
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1feeaf7..200d799 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,7 +8,7 @@ depend: [ProtocolLib] commands: hideandseek: description: Hide and Seek command - usage: /hideandseek [about|help|start|stop|setspawn|setseeker] + usage: /hideandseek [command] aliases: hs permissions: hideandseek.*: @@ -20,10 +20,11 @@ permissions: hideandseek.setborder: true hideandseek.setspawn: true hideandseek.setlobby: true + hideandseek.setexit: true + hideandseek.setup: true hideandseek.start: true hideandseek.stop: true hideandseek.savemap: true - hideandseek.blockbypass: true hideandseek.join: true hideandseek.leave: true hideandseek.about: @@ -44,6 +45,12 @@ permissions: hideandseek.setlobby: description: Allows you to set the game lobby point default: op + hideandseek.setexit: + description: Allows you to set the game exit point + default: op + hideandseek.setup: + description: Allows you to see what needs to be setup for the plugin to function + default: op hideandseek.start: description: Allows you to start the game default: op @@ -53,9 +60,6 @@ permissions: 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 hideandseek.join: description: Allows you to join the game manual lobby default: true |