diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/plugin.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b4db8ad..a360809 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -20,6 +20,9 @@ commands: fireball: usage: /fireball [power] description: Shoots a fireball, optionally with the desired power. + lightning: + usage: /lightning [player] + description: Shoots a lightning bolt, optionally smiting to specified player. powertool: aliases: [ "pt" ] usage: /powertool [command...] @@ -60,6 +63,10 @@ permissions: description: Permission to use fireballs. sandbox.fireball.custom: description: Permission to use fireballs with custom power. + sandbox.lightning: + description: Permission to use lightning. + sandbox.lightning.player: + description: Permission to use lightning to smite players. sandbox.powertool: description: Permission to modify power tools. sandbox.powertool.use: |
