diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-07-15 20:28:15 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-07-15 20:44:37 +0100 |
commit | 132ddc323f7642eb669687e5ecdfef9d851bc1cc (patch) | |
tree | 29364f95c6209f2ea4fba7193fe9f59b97fe95d5 | |
parent | 411e96bb18df840cdb2517b4ee49cea58be68b7d (diff) | |
download | Essentials-132ddc323f7642eb669687e5ecdfef9d851bc1cc.tar Essentials-132ddc323f7642eb669687e5ecdfef9d851bc1cc.tar.gz Essentials-132ddc323f7642eb669687e5ecdfef9d851bc1cc.tar.lz Essentials-132ddc323f7642eb669687e5ecdfef9d851bc1cc.tar.xz Essentials-132ddc323f7642eb669687e5ecdfef9d851bc1cc.zip |
Adjust the help for more alias'
-rw-r--r-- | Essentials/src/plugin.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index d3113a636..26bcf5806 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -30,7 +30,7 @@ commands: balancetop:
description: Gets the top x balance values. (max 10)
usage: /<command> <max>
- aliases:
+ aliases: [baltop,ebaltop,ebalancetop]
ban:
description: Bans a player.
usage: /<command> [player] <reason>
@@ -58,6 +58,7 @@ commands: compass:
description: Describes your current bearing.
usage: /<command>
+ aliases: [ecompass]
deljail:
description: Removes a jail
usage: /<command> [jailname]
@@ -80,7 +81,7 @@ commands: ext:
description: Extinguish players.
usage: /<command> <player>
- aliases: [extinguish]
+ aliases: [extinguish,eext,eextinguish]
fireball:
description: Throw a fireball.
usage: /<command>
@@ -162,6 +163,7 @@ commands: lightning:
description: The power of Thor. Strike at cursor or player.
usage: /<command> [player]
+ aliases: [strike,elightning,estrike]
mail:
description: Manages inter-player, intra-server mail.
usage: /<command> [read|clear|send [to] [message]]
@@ -205,7 +207,7 @@ commands: r:
description: Quickly reply to the last player to message you.
usage: /<command> [message]
- aliases: [er]
+ aliases: [er,reply,ereply]
realname:
description: Displays the username of a user based on nickname.
usage: /<command> [nickname]
|