From 3c57e9e48fe8e1716034934de3b2349121229633 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 7 Jul 2025 03:42:21 -0400 Subject: Allow for fireballs to have a power level dictating their yield --- src/main/resources/plugin.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main/resources') 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: -- cgit v1.2.3