Extra command alias's.

This commit is contained in:
KHobbits 2011-11-04 11:39:31 +00:00
parent 02cc1b9fe9
commit 894d956ba1

View File

@ -18,7 +18,7 @@ commands:
back: back:
description: Teleports you to your location prior to tp/spawn/warp. description: Teleports you to your location prior to tp/spawn/warp.
usage: /<command> usage: /<command>
aliases: [eback] aliases: [eback,return,ereturn]
backup: backup:
description: Runs the backup if configured. description: Runs the backup if configured.
usage: /<command> usage: /<command>
@ -97,7 +97,7 @@ commands:
getpos: getpos:
description: Get your current coordinates. description: Get your current coordinates.
usage: /<command> usage: /<command>
aliases: [coords,egetpos] aliases: [coords,egetpos,whereami,ewhereami]
gc: gc:
description: Reports garbage collection info; useful to developers. description: Reports garbage collection info; useful to developers.
usage: /<command> usage: /<command>
@ -173,7 +173,7 @@ commands:
lightning: lightning:
description: The power of Thor. Strike at cursor or player. description: The power of Thor. Strike at cursor or player.
usage: /<command> [player] usage: /<command> [player]
aliases: [strike,smite,elightning,estrike,esmite] aliases: [strike,smite,thor,shock,elightning,estrike,esmite,ethor,eshock]
mail: mail:
description: Manages inter-player, intra-server mail. description: Manages inter-player, intra-server mail.
usage: /<command> [read|clear|send [to] [message]] usage: /<command> [read|clear|send [to] [message]]
@ -309,39 +309,47 @@ commands:
tpa: tpa:
description: Request to teleport to the specified player. description: Request to teleport to the specified player.
usage: /<command> <player> usage: /<command> <player>
aliases: [call,etpa,ecal]
tpaall: tpaall:
description: Requests all players online to teleport to you. description: Requests all players online to teleport to you.
usage: /<command> <player> usage: /<command> <player>
aliases: [etpaall]
tpaccept: tpaccept:
description: Accepts a teleport request. description: Accepts a teleport request.
usage: /<command> usage: /<command>
aliases: [tpyes] aliases: [tpyes,etpaccept,etpyes]
tpahere: tpahere:
description: Request that the specified player teleport to you. description: Request that the specified player teleport to you.
usage: /<command> <player> usage: /<command> <player>
aliases: [etpahere]
tpall: tpall:
description: Teleport all online players to another player. description: Teleport all online players to another player.
usage: /<command> <player> usage: /<command> <player>
aliases: [etpall]
tpdeny: tpdeny:
description: Reject a teleport request. description: Reject a teleport request.
usage: /<command> usage: /<command>
aliases: [tpno] aliases: [tpno,etpdeny,etpno]
tphere: tphere:
description: Teleport a player to you. description: Teleport a player to you.
usage: /<command> [player] usage: /<command> [player]
aliases: [s] aliases: [s,etphere]
tpo: tpo:
description: Teleport override for tptoggle. description: Teleport override for tptoggle.
usage: /<command> <player> usage: /<command> <player>
aliases: [etpo]
tpohere: tpohere:
description: Teleport here override for tptoggle. description: Teleport here override for tptoggle.
usage: /<command> <player> usage: /<command> <player>
aliases: [etpohere]
tppos: tppos:
description: Teleport to coordinates. description: Teleport to coordinates.
usage: /<command> <x> <y> <z> [yaw] [pitch] usage: /<command> <x> <y> <z> [yaw] [pitch]
aliases: [etppos]
tptoggle: tptoggle:
description: Blocks all forms of teleportation. description: Blocks all forms of teleportation.
usage: /<command> usage: /<command>
aliases: [etptoggle]
tree: tree:
description: Spawn a tree where you are looking. description: Spawn a tree where you are looking.
usage: /<command> [tree|birch|redwood] usage: /<command> [tree|birch|redwood]