summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-12 20:29:32 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-12 20:29:32 +0000
commit7d01b1c35200035bc99e127701a924f2b27acd07 (patch)
treeb5194d09040e37a96cc67681c4f44d7d67a05cc8
parent1142a66b24efeacef23c5bff277c30ffe9bd5add (diff)
downloadEssentials-7d01b1c35200035bc99e127701a924f2b27acd07.tar
Essentials-7d01b1c35200035bc99e127701a924f2b27acd07.tar.gz
Essentials-7d01b1c35200035bc99e127701a924f2b27acd07.tar.lz
Essentials-7d01b1c35200035bc99e127701a924f2b27acd07.tar.xz
Essentials-7d01b1c35200035bc99e127701a924f2b27acd07.zip
[trunk] God/Heal: New aliases /egod and /eheal
Also fix: /money and /bal for /balance git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1184 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r--Essentials/src/plugin.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml
index b209fa8d5..900e851db 100644
--- a/Essentials/src/plugin.yml
+++ b/Essentials/src/plugin.yml
@@ -22,7 +22,7 @@ commands:
balance:
description: States the current balance of a player. Defaults to self.
usage: /<command> <player>
- aliases: bal,money
+ aliases: [bal,money]
ban:
description: Bans a player.
usage: /<command> [player] <reason>
@@ -79,10 +79,11 @@ commands:
god:
description: Enables your godly powers.
usage: /<command>
- aliases: [tgm,godmode]
+ aliases: [tgm,godmode,egod]
heal:
description: Heals you or the given player.
usage: /<command> <player>
+ aliases: [eheal]
help:
description: Views a list of available commands.
usage: /<command>