diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-14 21:12:27 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-14 21:12:27 -0400 |
commit | 90b99235257770e39a96f4d54293e4ebd7f6256c (patch) | |
tree | 4fd54e98a3be0b7705049823cb43e7b810b1699e /src/main/resources/plugin.yml | |
parent | Merge pull request #54 from bobby29831/1.4.3 (diff) | |
download | kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.gz kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.bz2 kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.zip |
debug menu and 1.8/1.14 fixes
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 b9ad408..74c4855 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -31,7 +31,8 @@ permissions: hideandseek.leave: true hideandseek.leavebounds: true hideandseek.wins: true - hideand.top: true + hideandseek.top: true + hideandseek.debug: true hideandseek.about: description: Allows you to run the about command default: true @@ -83,3 +84,6 @@ permissions: hideandseek.top: description: Allows players to see the global wins leaderboard default: true + hideandseek.debug: + description: Opens the debug menu + default: op |