summaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml10
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.