diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-07-07 03:42:21 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-07-07 03:48:57 -0400 |
| commit | 3c57e9e48fe8e1716034934de3b2349121229633 (patch) | |
| tree | 487b14f37cf10fb7e9e7230d9599ae846cb9cc16 /src/main/resources | |
| parent | 39730f1e97ba7961bbdd7b7f454b403c2551b7e1 (diff) | |
| download | mc-sandbox-3c57e9e48fe8e1716034934de3b2349121229633.tar.gz | |
Allow for fireballs to have a power level dictating their yield
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: |
