summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-11-04 11:39:31 +0000
committerKHobbits <rob@khobbits.co.uk>2011-11-04 11:39:31 +0000
commitdd6ae0070b69be524cf6b623cffe316e7486f87e (patch)
tree1a18730365a3fdb3a00005316a9083809e954c9e
parent4ecb31bc93fa3102a9532b1e4a8f117d2fa95219 (diff)
downloadEssentials-dd6ae0070b69be524cf6b623cffe316e7486f87e.tar
Essentials-dd6ae0070b69be524cf6b623cffe316e7486f87e.tar.gz
Essentials-dd6ae0070b69be524cf6b623cffe316e7486f87e.tar.lz
Essentials-dd6ae0070b69be524cf6b623cffe316e7486f87e.tar.xz
Essentials-dd6ae0070b69be524cf6b623cffe316e7486f87e.zip
Extra command alias's.
-rw-r--r--Essentials/src/plugin.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml
index ff4c6f43f..a82ec81a2 100644
--- a/Essentials/src/plugin.yml
+++ b/Essentials/src/plugin.yml
@@ -18,7 +18,7 @@ commands:
back:
description: Teleports you to your location prior to tp/spawn/warp.
usage: /<command>
- aliases: [eback]
+ aliases: [eback,return,ereturn]
backup:
description: Runs the backup if configured.
usage: /<command>
@@ -97,7 +97,7 @@ commands:
getpos:
description: Get your current coordinates.
usage: /<command>
- aliases: [coords,egetpos]
+ aliases: [coords,egetpos,whereami,ewhereami]
gc:
description: Reports garbage collection info; useful to developers.
usage: /<command>
@@ -173,7 +173,7 @@ commands:
lightning:
description: The power of Thor. Strike at cursor or player.
usage: /<command> [player]
- aliases: [strike,smite,elightning,estrike,esmite]
+ aliases: [strike,smite,thor,shock,elightning,estrike,esmite,ethor,eshock]
mail:
description: Manages inter-player, intra-server mail.
usage: /<command> [read|clear|send [to] [message]]
@@ -309,39 +309,47 @@ commands:
tpa:
description: Request to teleport to the specified player.
usage: /<command> <player>
+ aliases: [call,etpa,ecal]
tpaall:
description: Requests all players online to teleport to you.
usage: /<command> <player>
+ aliases: [etpaall]
tpaccept:
description: Accepts a teleport request.
usage: /<command>
- aliases: [tpyes]
+ aliases: [tpyes,etpaccept,etpyes]
tpahere:
description: Request that the specified player teleport to you.
usage: /<command> <player>
+ aliases: [etpahere]
tpall:
description: Teleport all online players to another player.
usage: /<command> <player>
+ aliases: [etpall]
tpdeny:
description: Reject a teleport request.
usage: /<command>
- aliases: [tpno]
+ aliases: [tpno,etpdeny,etpno]
tphere:
description: Teleport a player to you.
usage: /<command> [player]
- aliases: [s]
+ aliases: [s,etphere]
tpo:
description: Teleport override for tptoggle.
usage: /<command> <player>
+ aliases: [etpo]
tpohere:
description: Teleport here override for tptoggle.
usage: /<command> <player>
+ aliases: [etpohere]
tppos:
description: Teleport to coordinates.
usage: /<command> <x> <y> <z> [yaw] [pitch]
+ aliases: [etppos]
tptoggle:
description: Blocks all forms of teleportation.
usage: /<command>
+ aliases: [etptoggle]
tree:
description: Spawn a tree where you are looking.
usage: /<command> [tree|birch|redwood]