diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-12-01 17:32:48 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-12-01 17:32:48 +0000 |
commit | 3b0c604de01fd63ba1b8246dc3f68520da22a94f (patch) | |
tree | b2e6d5ff07ca2f0d4eeff9af9fd9ceec590e4780 | |
parent | 7a80a36eab83186e234779b35516ebcb8e677c81 (diff) | |
download | Essentials-3b0c604de01fd63ba1b8246dc3f68520da22a94f.tar Essentials-3b0c604de01fd63ba1b8246dc3f68520da22a94f.tar.gz Essentials-3b0c604de01fd63ba1b8246dc3f68520da22a94f.tar.lz Essentials-3b0c604de01fd63ba1b8246dc3f68520da22a94f.tar.xz Essentials-3b0c604de01fd63ba1b8246dc3f68520da22a94f.zip |
Missing command 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 6063b3955..f4805324c 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -313,7 +313,7 @@ commands: tp: description: Teleport to a player. usage: /<command> <player> [otherplayer] - aliases: [etp] + aliases: [tele,etele,etp,tp2p,etp2p] tpa: description: Request to teleport to the specified player. usage: /<command> <player> |