diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2023-02-05 19:02:59 +0000 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2023-02-05 19:02:59 +0000 |
commit | 8fdd3461c14a70dd69b34ba7bb44130e3f3a8ef0 (patch) | |
tree | b82610c3a320bdcb8dd45197f7db309d7a3a7aa3 /src/main/resources/plugin.yml | |
parent | Update 'README.md' (diff) | |
parent | 1.7.0 rc3 (diff) | |
download | kenshinshideandseek-8fdd3461c14a70dd69b34ba7bb44130e3f3a8ef0.tar.gz kenshinshideandseek-8fdd3461c14a70dd69b34ba7bb44130e3f3a8ef0.tar.bz2 kenshinshideandseek-8fdd3461c14a70dd69b34ba7bb44130e3f3a8ef0.zip |
Merge pull request '1.7.0 - Multi Map Support' (#4) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/KenshinsHideAndSeek/pulls/4
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/plugin.yml | 112 |
1 files changed, 47 insertions, 65 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f0d8fe5..c6ce455 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.2 +version: 1.7.0 author: KenshinEto load: STARTUP api-version: 1.13 @@ -12,82 +12,64 @@ commands: usage: /hideandseek [command] aliases: hs permissions: - hideandseek.*: - description: Gives access to all hideandseek commands - children: - hideandseek.about: true - hideandseek.help: true - hideandseek.reload: true - hideandseek.setborder: true - hideandseek.setspawn: true - hideandseek.setlobby: true - hideandseek.setseekerlobby: true - hideandseek.setexit: true - hideadnseek.setbounds: true - hideandseek.setup: true - hideandseek.start: true - hideandseek.stop: true - hideandseek.savemap: true - hideandseek.join: true - hideandseek.leave: true - hideandseek.leavebounds: true - hideandseek.wins: true - hideandseek.top: true - hideandseek.debug: true - hideandseek.about: - description: Allows you to run the about command + hs.help: default: true - hideandseek.help: - description: Allows you to run the help command + hs.join: default: true - hideandseek.reload: - description: Allows you to reload the config + hs.leave: + default: true + hs.top: + default: true + hs.wins: + default: true + hs.reload: default: op - hideandseek.setborder: - description: Allows you to set the game world border + hs.send: default: op - hideandseek.setspawn: - description: Allows you to set the game spawn point + hs.setexit: default: op - hideandseek.setlobby: - description: Allows you to set the game lobby point + hs.start: default: op - hideandseek.setseekerlobby: - description: Allows you to set the game seeker lobby point + hs.stop: default: op - hideandseek.setexit: - description: Allows you to set the game exit point + hs.map.add: default: op - hideandseek.setbounds: - description: Allows you to set bounds for the game map + hs.map.remove: default: op - hideandseek.setup: - description: Allows you to see what needs to be setup for the plugin to function + hs.map.list: default: op - hideandseek.start: - description: Allows you to start the game + hs.map.status: default: op - hideandseek.stop: - description: Allows you to stop the game + hs.map.save: default: op - hideandseek.savemap: - description: Allows you to set the current game map + hs.map.debug: default: op - hideandseek.join: - description: Allows you to join the game manual lobby - default: true - hideandseek.leave: - description: Allows you to leave the game manual lobby - default: true - hideandseek.leavebounds: - description: Allows players to leave specified game bounderies + hs.map.goto: default: op - hideandseek.wins: - description: Allows players to see a players amount of wins - default: true - hideandseek.top: - description: Allows players to see the global wins leaderboard - default: true - hideandseek.debug: - description: Opens the debug menu + hs.map.set.lobby: + default: op + hs.map.set.spawn: + default: op + hs.map.set.seekerlobby: + default: op + hs.map.set.border: + default: op + hs.map.set.bounds: + default: op + hs.map.blockhunt.add: + default: op + hs.map.blockhunt.remove: + default: op + hs.map.blockhunt.list: + default: op + hs.world.create: + default: op + hs.world.delete: + default: op + hs.world.list: + default: op + hs.world.tp: + default: op + hs.confirm: default: op + |