diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-10-15 23:23:08 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-10-15 23:23:08 -0400 |
| commit | 67c177ecb50e4db98417d3976c94aaf21474454f (patch) | |
| tree | 8347199ddfa34549a19c5095ea293d570a90f2e2 /src/main/resources/plugin.yml | |
| parent | 3c57e9e48fe8e1716034934de3b2349121229633 (diff) | |
| download | mc-sandbox-67c177ecb50e4db98417d3976c94aaf21474454f.tar.gz | |
more compelling magic system
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 10 |
1 files changed, 8 insertions, 2 deletions
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 <player|console> [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. |
