diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/plugin.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index eab74ad..1f61282 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: KenshinsHideAndSeek main: net.tylermurphy.hideAndSeek.Main -version: 1.6.0 +version: 1.6.1 author: KenshinEto load: STARTUP api-version: 1.13 @@ -21,6 +21,7 @@ permissions: hideandseek.setborder: true hideandseek.setspawn: true hideandseek.setlobby: true + hideandseek.setseekerlobby: true hideandseek.setexit: true hideadnseek.setbounds: true hideandseek.setup: true @@ -51,6 +52,9 @@ permissions: hideandseek.setlobby: description: Allows you to set the game lobby point default: op + hideandseek.setseekerlobby: + description: Allows you to set the game seeker lobby point + default: op hideandseek.setexit: description: Allows you to set the game exit point default: op |