diff options
-rw-r--r-- | Essentials/src/plugin.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index ef375c572..d0e4e2ce6 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -228,9 +228,12 @@ commands: usage: /<command> [mob]<:data><,mount<:data>> <amount>
aliases: [espawnmob]
suicide:
- description: Causes you to perish
+ description: Causes you to perish.
usage: /<command>
aliases: [esuicide]
+ thunder:
+ description: Enable/disable thunder.
+ usage: /<command> <true/false> [duration]
time:
description: Change the server time to day or night.
usage: /<command> [day|night]
@@ -299,6 +302,9 @@ commands: description: List all warps or warp to the specified location.
usage: /<command> <warp>
aliases: [ewarp]
+ weather:
+ description: Setting the weather.
+ usage: /<command> <storm/sun> [duration]
whois:
description: Determine the username behind a nickname.
usage: /<command> [nickname]
|