diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-09 13:43:20 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-09 13:43:20 -0400 |
commit | d64dce4a26b69d202f9d2943da8da0d3bc9ddad2 (patch) | |
tree | 23cef1d812fa41c2185e8ce86b9d176cd950de0b /src/main/resources/plugin.yml | |
parent | Merge pull request #72 from tylermurphy534/1.6.0 (diff) | |
download | kenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.tar.gz kenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.tar.bz2 kenshinshideandseek-d64dce4a26b69d202f9d2943da8da0d3bc9ddad2.zip |
block solidify time, seeker lobby
Diffstat (limited to 'src/main/resources/plugin.yml')
-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 |