diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-10-18 05:03:21 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-10-18 05:03:21 -0400 |
| commit | 8663b3b3092c0b1b3f40d6ee9d5c862cc26a7a05 (patch) | |
| tree | d138d17f9482704f6c21ab7ea4a611b4d4bba448 /src/main/resources/plugin.yml | |
| parent | 67c177ecb50e4db98417d3976c94aaf21474454f (diff) | |
| download | mc-sandbox-8663b3b3092c0b1b3f40d6ee9d5c862cc26a7a05.tar.gz | |
lightning
Diffstat (limited to 'src/main/resources/plugin.yml')
| -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: |
