mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Added /e aliases for most commands
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1245 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
ad873c6867
commit
e4c8609be1
@ -10,38 +10,47 @@ commands:
|
||||
afk:
|
||||
description: Marks you as away-from-keyboard.
|
||||
usage: /<command>
|
||||
aliases: [eafk]
|
||||
antioch:
|
||||
description: 'A little surprise for operators. Warning: Point away from face.'
|
||||
usage: /<command>
|
||||
aliases: [eantioch]
|
||||
back:
|
||||
description: Teleports you to your location prior to teleporting/spawning/warping.
|
||||
usage: /<command>
|
||||
aliases: [eback]
|
||||
backup:
|
||||
description: Runs the backup command
|
||||
usage: /<command>
|
||||
aliases: [ebackup]
|
||||
balance:
|
||||
description: States the current balance of a player. Defaults to self.
|
||||
usage: /<command> <player>
|
||||
aliases: [bal,emoney]
|
||||
aliases: [bal,emoney,ebalance,ebal]
|
||||
ban:
|
||||
description: Bans a player.
|
||||
usage: /<command> [player] <reason>
|
||||
aliases: [eban]
|
||||
banip:
|
||||
description: Bans an IP address.
|
||||
usage: /<command> [address]
|
||||
aliases: [ebanip]
|
||||
broadcast:
|
||||
description: Broadcasts a message to the entire server.
|
||||
usage: /<command> [msg]
|
||||
aliases: [ebroadcast,bcast]
|
||||
bigtree:
|
||||
description: Spawn a big tree where you are looking.
|
||||
usage: /<command> [tree|redwood]
|
||||
aliases: [ebigtree]
|
||||
burn:
|
||||
description: Set a player on fire.
|
||||
usage: /<command> [player] [seconds]
|
||||
aliases: [eburn]
|
||||
clearinventory:
|
||||
description: Clear all items in your inventory.
|
||||
usage: /<command>
|
||||
aliases: [ci]
|
||||
aliases: [ci,eci,eclearinventory]
|
||||
compass:
|
||||
description: Describes your current bearing.
|
||||
usage: /<command>
|
||||
@ -51,10 +60,11 @@ commands:
|
||||
delwarp:
|
||||
description: Deletes the specified warp.
|
||||
usage: /<command> [warp]
|
||||
aliases: [remwarp,rmwarp]
|
||||
aliases: [edelwarp,remwarp,rmwarp]
|
||||
depth:
|
||||
description: States current depth, relative to sea level.
|
||||
usage: /depth
|
||||
aliases: [edepth]
|
||||
eco:
|
||||
description: Manages the server economy.
|
||||
usage: /<command> [give|take|reset] [player] [amount]
|
||||
@ -65,17 +75,19 @@ commands:
|
||||
ext:
|
||||
description: Extinguish players.
|
||||
usage: /<command> <player>
|
||||
aliases: [extinguish]
|
||||
getpos:
|
||||
description: Get your current coordinates.
|
||||
usage: /<command>
|
||||
aliases: [coords]
|
||||
aliases: [coords,egetpos]
|
||||
gc:
|
||||
description: Reports garbage collection info; useful to plugin/CraftBukkit developers
|
||||
usage: /<command>
|
||||
aliases: [mem,memory]
|
||||
aliases: [mem,memory,egc]
|
||||
give:
|
||||
description: Give a player an item.
|
||||
usage: /<command> [player] [item|numeric] <amount>
|
||||
aliases: [egive]
|
||||
god:
|
||||
description: Enables your godly powers.
|
||||
usage: /<command>
|
||||
@ -87,33 +99,38 @@ commands:
|
||||
help:
|
||||
description: Views a list of available commands.
|
||||
usage: /<command>
|
||||
aliases: [ehelp]
|
||||
helpop:
|
||||
description: Request help from online operators.
|
||||
usage: /<command> [message]
|
||||
home:
|
||||
description: Teleport to your home.
|
||||
usage: /<command> <player>
|
||||
aliases: [ehome]
|
||||
info:
|
||||
description: Shows information set by the server owner
|
||||
usage: /<command> [chapter] [page]
|
||||
aliases: [ifo,about]
|
||||
aliases: [ifo,einfo,eabout]
|
||||
invsee:
|
||||
description: See the inventory of other players.
|
||||
usage: /<command> <player>
|
||||
aliases: [einvsee]
|
||||
item:
|
||||
description: Spawn an item.
|
||||
usage: /<command> [item|numeric] <amount>
|
||||
aliases: [i]
|
||||
aliases: [i,eitem]
|
||||
jails:
|
||||
description: List all jails.
|
||||
usage: /<command>
|
||||
aliases: [ejails]
|
||||
jump:
|
||||
description: Jumps to the nearest block in the line of sight.
|
||||
usage: /<command>
|
||||
aliases: [j]
|
||||
aliases: [j,ejump]
|
||||
kick:
|
||||
description: Kicks a specified player with a reason.
|
||||
usage: /<command> <player> <reason>
|
||||
aliases: [ekick]
|
||||
kickall:
|
||||
description: Kicks all players off the server except the issuer.
|
||||
usage: /<command> <reason>
|
||||
@ -126,90 +143,110 @@ commands:
|
||||
list:
|
||||
description: List all online players.
|
||||
usage: /<command>
|
||||
aliases: [playerlist,who,online]
|
||||
aliases: [playerlist,who,online,elist]
|
||||
mail:
|
||||
description: Manages inter-player, intra-server mail.
|
||||
usage: /<command> [read|clear|send [to] [message]]
|
||||
aliases: [email]
|
||||
me:
|
||||
description: Describes an action in the context of the player.
|
||||
usage: /<command> [description]
|
||||
aliases: [eme]
|
||||
motd:
|
||||
description: Views the Message Of The Day.
|
||||
usage: /<command>
|
||||
aliases: [emotd]
|
||||
msg:
|
||||
description: Sends a private message to the specified player.
|
||||
usage: /<command> <to> <message>
|
||||
aliases: [m,t]
|
||||
aliases: [m,t,emsg]
|
||||
mute:
|
||||
description: Mutes or unmutes a player.
|
||||
usage: /<command> [player]
|
||||
aliases: [emute]
|
||||
nick:
|
||||
description: Change your nickname or that of another player.
|
||||
usage: /<command> <player> [nickname|off]
|
||||
aliases: [enick]
|
||||
nuble:
|
||||
description: Used by Nuble to request permission for takeoff.
|
||||
usage: /<command> identify [id]
|
||||
pay:
|
||||
description: Pays another player from your balance
|
||||
usage: /<command> [player] [amount]
|
||||
aliases: [epay]
|
||||
ping:
|
||||
description: Pong!
|
||||
usage: /<command>
|
||||
aliases: [pong]
|
||||
aliases: [pong,eping]
|
||||
plugin:
|
||||
description: Enables, disables, or reloads a plugin.
|
||||
usage: /<command> [enable|disable|reload] [plugin]
|
||||
aliases: [plugins,eplugin]
|
||||
powertool:
|
||||
description: Assigns a command to the item in hand, {player} will be replaced by the name of the player that you click.
|
||||
usage: /<command> [command] <arguments>
|
||||
aliases: [pt,epowertool,ept]
|
||||
r:
|
||||
description: Quickly reply to the last player to message you.
|
||||
usage: /<command> [message]
|
||||
aliases: [er]
|
||||
realname:
|
||||
description: Displays the username of a user based on his/her nickname.
|
||||
usage: /<command> [nickname]
|
||||
aliases: [erealname]
|
||||
reloadall:
|
||||
description: Reloads all plugins.
|
||||
usage: /<command>
|
||||
aliases: [rel]
|
||||
aliases: [rel,ereloadall,ereload,erel]
|
||||
rules:
|
||||
description: Views the server rules.
|
||||
usage: /<command>
|
||||
aliases: [erules]
|
||||
sell:
|
||||
description: Sells the item currently in your hand.
|
||||
usage: /<command> [itemname|id|hand] [-][amount]
|
||||
aliases: [esell]
|
||||
sethome:
|
||||
description: Set your home to your current location.
|
||||
usage: /<command>
|
||||
aliases: [esethome]
|
||||
setjail:
|
||||
description: Creates a jail where you specified named [jailname]
|
||||
usage: /<command> [jailname]
|
||||
aliases: [esetjail]
|
||||
setwarp:
|
||||
description: Creates a new warp.
|
||||
usage: /<command> [warp]
|
||||
aliases: [createwarp]
|
||||
aliases: [createwarp,esetwarp]
|
||||
setworth:
|
||||
description: Set the value of an item for sale, will add item if doesn't exist
|
||||
usage: /<command> [itemname|id] [price]
|
||||
aliases: [esetworth]
|
||||
spawnmob:
|
||||
description: Spawns a mob.
|
||||
usage: /<command> [mob]<:data><,mount<:data>> <amount>
|
||||
aliases: [espawnmob]
|
||||
suicide:
|
||||
description: Causes you to perish
|
||||
usage: /<command>
|
||||
aliases: [esuicide]
|
||||
time:
|
||||
description: Change the server time to day or night.
|
||||
usage: /<command> [day|night]
|
||||
aliases: [etime]
|
||||
togglejail:
|
||||
description: Prevents a player from interacting with the world and teleports him/her to the the jail specified
|
||||
usage: /<command> [player] [jailname]
|
||||
aliases: [tjail]
|
||||
aliases: [tjail,etogglejail]
|
||||
top:
|
||||
description: Teleport to the highest block at your current coordinates.
|
||||
usage: /<command>
|
||||
aliases: [etop]
|
||||
tp:
|
||||
description: Teleport to a player.
|
||||
usage: /<command> [player]
|
||||
aliases: [etp]
|
||||
tpa:
|
||||
description: Request to teleport to the specified player.
|
||||
usage: /<command> <player>
|
||||
@ -244,26 +281,33 @@ commands:
|
||||
tree:
|
||||
description: Spawn a tree where you are looking.
|
||||
usage: /<command> [tree|birch|redwood]
|
||||
aliases: [etree]
|
||||
unban:
|
||||
description: Unbans the specified player.
|
||||
usage: /<command> [player]
|
||||
aliases: pardon
|
||||
aliases: [eunban]
|
||||
unbanip:
|
||||
description: Unbans the specified IP address.
|
||||
usage: /<command> [address]
|
||||
aliases: pardonip
|
||||
aliases: [eunbanip,pardonip]
|
||||
unlimited:
|
||||
description: Allows the unlimited placing of items.
|
||||
usage: /<command> [list|item] <player>
|
||||
aliases: [eunlimited]
|
||||
warp:
|
||||
description: List all warps or warp to the specified location.
|
||||
usage: /<command> <warp>
|
||||
aliases: [ewarp]
|
||||
whois:
|
||||
description: Determine the username behind a nickname.
|
||||
usage: /<command> [nickname]
|
||||
aliases: [ewhois]
|
||||
world:
|
||||
description: Switch between worlds.
|
||||
usage: /<command> [world]
|
||||
aliases: [eworld]
|
||||
worth:
|
||||
description: Calculates the worth of items in hand or as specified.
|
||||
usage: /<command> <item> <amount>
|
||||
usage: /<command> <item> <amount>
|
||||
aliases: [eworth]
|
Loading…
Reference in New Issue
Block a user