diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-25 08:21:06 -0600 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-25 08:21:06 -0600 |
commit | 35d9e912d593164d6520bbeb5cfa69cdf5b530d8 (patch) | |
tree | 11338a4073823c81731fd8c9638410a86db01dd0 /src/main/resources | |
parent | 1.3.3 beta 2 (diff) | |
download | kenshinshideandseek-35d9e912d593164d6520bbeb5cfa69cdf5b530d8.tar.gz kenshinshideandseek-35d9e912d593164d6520bbeb5cfa69cdf5b530d8.tar.bz2 kenshinshideandseek-35d9e912d593164d6520bbeb5cfa69cdf5b530d8.zip |
Pre merge
Diffstat (limited to 'src/main/resources')
-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 ce62925..bd391c9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: HideAndSeek main: net.tylermurphy.hideAndSeek.Main -version: 1.3.2 +version: 1.3.3 author: KenshinEto load: STARTUP api-version: 1.14 @@ -28,6 +28,7 @@ permissions: hideandseek.savemap: true hideandseek.join: true hideandseek.leave: true + hideandseek.leavebounds: true hideandseek.about: description: Allows you to run the about command default: true @@ -70,3 +71,6 @@ permissions: hideandseek.leave: description: Allows you to leave the game manual lobby default: true + hideandseek.leavebounds: + description: Allows players to leave specified game bounderies + default: op |