diff options
author | bobby29831 <84546230+bobby29831@users.noreply.github.com> | 2022-05-14 22:27:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 22:27:34 -0500 |
commit | d3e81515345f846ab531a4a0ff36117c624618ae (patch) | |
tree | 644a3745e322f9ce32cd455250ef8241436f7fed /src/main/resources | |
parent | refactor: simplify Locations.java class (diff) | |
parent | debug menu and 1.8/1.14 fixes (diff) | |
download | kenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.tar.gz kenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.tar.bz2 kenshinshideandseek-d3e81515345f846ab531a4a0ff36117c624618ae.zip |
Merge branch 'tylermurphy534:1.4.3' into 1.4.3
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 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 |