diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/plugin.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ec4a04a..3011fe1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -18,8 +18,8 @@ commands: usage: /repair [player] description: Repairs the item in your main hand. fireball: - usage: /fireball - description: Shoots a fireball. + usage: /fireball [power] + description: Shoots a fireball, optionally with the desired power. powertool: aliases: [ "pt" ] usage: /powertool [command...] @@ -36,6 +36,7 @@ permissions: sandbox.fly: true sandbox.fly.others: true sandbox.fireball: true + sandbox.fireball.custom: true sandbox.powertool: true sandbox.powertool.use: true sandbox.powertool.reload: true @@ -53,6 +54,8 @@ permissions: description: Permission to repair other people's items. sandbox.fireball: description: Permission to use fireballs. + sandbox.fireball.custom: + description: Permission to use fireballs with custom power. sandbox.powertool: description: Permission to modify power tools. sandbox.powertool.use: |
