diff options
author | ceulemansl <ceulemansl@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-23 01:21:54 +0000 |
---|---|---|
committer | ceulemansl <ceulemansl@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-23 01:21:54 +0000 |
commit | 41279fc15981bda0a1e541ffe47fa80fdb1accc3 (patch) | |
tree | c993d12c467d0d3f70d4e640993edd7791c355fe | |
parent | 987ebf99e4c4b022768630bcfb6127a4213cbd66 (diff) | |
download | Essentials-41279fc15981bda0a1e541ffe47fa80fdb1accc3.tar Essentials-41279fc15981bda0a1e541ffe47fa80fdb1accc3.tar.gz Essentials-41279fc15981bda0a1e541ffe47fa80fdb1accc3.tar.lz Essentials-41279fc15981bda0a1e541ffe47fa80fdb1accc3.tar.xz Essentials-41279fc15981bda0a1e541ffe47fa80fdb1accc3.zip |
updatedplugin.yml
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1268 e251c2fe-e539-e718-e476-b85c1f46cddb
-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]
|