summaryrefslogtreewikicommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/resources/plugin.yml112
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
+