From 67c177ecb50e4db98417d3976c94aaf21474454f Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 15 Oct 2025 23:23:08 -0400 Subject: more compelling magic system --- src/main/resources/plugin.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3011fe1..b4db8ad 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,11 +1,11 @@ name: Sandbox website: https://mc.cflems.net author: cflems -version: 0.1.0 +version: 0.2.0 description: Make your Minecraft server into your personal sandbox. main: net.cflems.mc.sandbox.Sandbox load: POSTWORLD -api-version: '1.21.6' +api-version: '1.21.7' depend: [ ] commands: enchant: @@ -24,6 +24,9 @@ commands: aliases: [ "pt" ] usage: /powertool [command...] description: Binds a command to the item in your main hand, or clears bound commands if none specified. + ptsu: + usage: /ptsu [command...] + description: Executes the powertool command as the specified player. permissions: sandbox.*: default: op @@ -40,6 +43,7 @@ permissions: sandbox.powertool: true sandbox.powertool.use: true sandbox.powertool.reload: true + sandbox.powertool.su: true sandbox.enchant: description: Permission to enchant your items. sandbox.enchant.others: @@ -63,3 +67,5 @@ permissions: description: Permission to use power tools. sandbox.powertool.reload: description: Permission to reload power tool bindings from disk. + sandbox.powertool.su: + description: Permission to use power tools as others. -- cgit v1.2.3