diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-11 17:06:21 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-11 17:06:21 -0400 |
commit | 55e15245e631edda2d7e9146b5229df4f8043dba (patch) | |
tree | e1b74f9afba564ea59610291bd7b190b3f9437cd /src/main/resources | |
parent | beta 6 (diff) | |
download | kenshinshideandseek-55e15245e631edda2d7e9146b5229df4f8043dba.tar.gz kenshinshideandseek-55e15245e631edda2d7e9146b5229df4f8043dba.tar.bz2 kenshinshideandseek-55e15245e631edda2d7e9146b5229df4f8043dba.zip |
finished lobby and manual join system
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index edb2235..1feeaf7 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -19,10 +19,13 @@ permissions: hideandseek.reload: true hideandseek.setborder: true hideandseek.setspawn: true + hideandseek.setlobby: true hideandseek.start: true hideandseek.stop: true hideandseek.savemap: true hideandseek.blockbypass: true + hideandseek.join: true + hideandseek.leave: true hideandseek.about: description: Allows you to run the about command default: true @@ -38,6 +41,9 @@ permissions: hideandseek.setspawn: description: Allows you to set the game spawn point default: op + hideandseek.setlobby: + description: Allows you to set the game lobby point + default: op hideandseek.start: description: Allows you to start the game default: op @@ -50,3 +56,9 @@ permissions: 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 + hideandseek.leave: + description: Allows you to leave the game manual lobby + default: true |