diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-17 22:53:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 22:53:32 -0400 |
commit | 3ad77301c9e5d05e630fac97090c792c9a46ba5f (patch) | |
tree | ee3506b113bf347e64dfac50930b688eed781453 /src/main/resources | |
parent | 1.3.0 beta 5 (diff) | |
parent | lobby bug fixes, titles, game time (diff) | |
download | kenshinshideandseek-3ad77301c9e5d05e630fac97090c792c9a46ba5f.tar.gz kenshinshideandseek-3ad77301c9e5d05e630fac97090c792c9a46ba5f.tar.bz2 kenshinshideandseek-3ad77301c9e5d05e630fac97090c792c9a46ba5f.zip |
Merge pull request #7 from tylermurphy534/1.3.0beta6
1.3.0beta6
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 |