diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-08-08 10:41:26 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-08-08 10:41:26 +0100 |
commit | cc273e919cd5da0aa50db0441d4f0b3852f7397c (patch) | |
tree | 901cc0d55687e877d26b21cab924201bef7c01fe | |
parent | 65702ea0bfad5bf0ddd5f12209d75800e4de0bb0 (diff) | |
download | Essentials-cc273e919cd5da0aa50db0441d4f0b3852f7397c.tar Essentials-cc273e919cd5da0aa50db0441d4f0b3852f7397c.tar.gz Essentials-cc273e919cd5da0aa50db0441d4f0b3852f7397c.tar.lz Essentials-cc273e919cd5da0aa50db0441d4f0b3852f7397c.tar.xz Essentials-cc273e919cd5da0aa50db0441d4f0b3852f7397c.zip |
Adding extra alias's to plugin.yml
-rw-r--r-- | Essentials/src/plugin.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index d2608df7a..40928b498 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -20,7 +20,7 @@ commands: usage: /<command> aliases: [eback] backup: - description: Runs the backup command + description: Runs the backup if configured. usage: /<command> aliases: [ebackup] balance: @@ -74,7 +74,7 @@ commands: eco: description: Manages the server economy. usage: /<command> [give|take|reset] [player] [amount] - aliases: economy + aliases: [economy,emoney] essentials: description: Reloads essentials. usage: /<command> @@ -113,6 +113,7 @@ commands: helpop: description: Request help from online operators. usage: /<command> [message] + aliases: [ehelpop] home: description: Teleport to your home. usage: /<command> <player> @@ -164,7 +165,7 @@ commands: lightning: description: The power of Thor. Strike at cursor or player. usage: /<command> [player] - aliases: [strike,elightning,estrike] + aliases: [strike,smite,elightning,estrike,esmite] mail: description: Manages inter-player, intra-server mail. usage: /<command> [read|clear|send [to] [message]] @@ -272,7 +273,7 @@ commands: time: description: Change the time to day or night of the player (default) or world (essentials.time.world permission). usage: /<command> [day|night|reset] <playername> - aliases: [etime] + aliases: [etime, day, night, playertime] togglejail: description: Prevents a player from interacting with the world and teleports him/her to the the jail specified usage: /<command> [player] [jailname] <datediff> |