diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-12-01 17:25:46 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-12-01 17:25:46 +0000 |
commit | 7a80a36eab83186e234779b35516ebcb8e677c81 (patch) | |
tree | 9283428672c058ae32875fb526662e8085bba38c | |
parent | 83a4431bd763fae9fe585d439cd4dbf2e9ffb2f2 (diff) | |
download | Essentials-7a80a36eab83186e234779b35516ebcb8e677c81.tar Essentials-7a80a36eab83186e234779b35516ebcb8e677c81.tar.gz Essentials-7a80a36eab83186e234779b35516ebcb8e677c81.tar.lz Essentials-7a80a36eab83186e234779b35516ebcb8e677c81.tar.xz Essentials-7a80a36eab83186e234779b35516ebcb8e677c81.zip |
Missing aliases
-rw-r--r-- | Essentials/src/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 444a88335..6063b3955 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -82,7 +82,7 @@ commands: enchant: description: Enchants the item the user is holding. usage: /<command> <enchantmentname> [level] - aliases: [enchantment] + aliases: [enchantment,eenchant,eenchantment] essentials: description: Reloads essentials. usage: /<command> |