diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-26 09:38:12 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-26 09:38:12 -0400 |
commit | 4995dc3544be37dfb02cde54442c72b4664499e2 (patch) | |
tree | ac0caf72bbda142b9263d20284f60fc2873d3a12 /src/main/resources/plugin.yml | |
parent | moved encoding fix to chat defenition (diff) | |
download | kenshinshideandseek-4995dc3544be37dfb02cde54442c72b4664499e2.tar.gz kenshinshideandseek-4995dc3544be37dfb02cde54442c72b4664499e2.tar.bz2 kenshinshideandseek-4995dc3544be37dfb02cde54442c72b4664499e2.zip |
1.3.0 beta 2, bug fixes, added more block settings, added more config options
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 61d8b88..a2f80d2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -9,5 +9,39 @@ commands: hideandseek: description: Hide and Seek command usage: /hideandseek [about|help|start|stop|setspawn|setseeker] - permission: hideAndSeek.admin - aliases: hs
\ No newline at end of file + aliases: hs +permissions: + hideandseek.*: + description: Gives access to all hideandseek commands + children: + hideandseek.about: true + hideandseek.help: true + hideandseek.reload: true + hideandseek.setborder: true + hideandseek.setspawn: true + hideandseek.start: true + hideandseek.stop: true + hideandseek.about: + description: Allows you to run the about command + default: true + hideandseek.help: + description: Allows you to run the help command + default: true + hideandseek.reload: + description: Allows you to reload the config + default: op + hideandseek.setborder: + description: Allows you to set the game worldborder + default: op + hideandseek.setspawn: + description: Allows you to set the game spawn point + default: op + hideandseek.start: + description: Allows you to start the game + default: op + hideandseek.stop: + description: Allows you to stop the game + default: op + hideandseek.blockbypass: + description: Allows you to bypass the block break prevention + default: op |