2011-07-24 19:47:59 +00:00
|
|
|
# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
|
|
|
|
name: Essentials
|
|
|
|
main: com.earth2me.essentials.Essentials
|
|
|
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
|
|
|
version: TeamCity
|
2011-10-10 23:37:03 +00:00
|
|
|
website: http://ci.earth2me.net/
|
2011-07-24 19:47:59 +00:00
|
|
|
description: Provides an essential, core set of commands for Bukkit.
|
2011-08-18 23:06:15 +00:00
|
|
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
2011-07-24 19:47:59 +00:00
|
|
|
commands:
|
|
|
|
afk:
|
|
|
|
description: Marks you as away-from-keyboard.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [eafk]
|
|
|
|
antioch:
|
|
|
|
description: 'A little surprise for operators.'
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [eantioch]
|
|
|
|
back:
|
|
|
|
description: Teleports you to your location prior to tp/spawn/warp.
|
|
|
|
usage: /<command>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [eback,return,ereturn]
|
2011-07-24 19:47:59 +00:00
|
|
|
backup:
|
2011-08-08 09:41:26 +00:00
|
|
|
description: Runs the backup if configured.
|
2011-07-24 19:47:59 +00:00
|
|
|
usage: /<command>
|
|
|
|
aliases: [ebackup]
|
|
|
|
balance:
|
|
|
|
description: States the current balance of a player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [player]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [bal,emoney,ebalance,ebal]
|
|
|
|
balancetop:
|
|
|
|
description: Gets the top x balance values. (max 10)
|
|
|
|
usage: /<command> <max>
|
|
|
|
aliases: [baltop,ebaltop,ebalancetop]
|
|
|
|
ban:
|
|
|
|
description: Bans a player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> [reason]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [eban]
|
|
|
|
banip:
|
|
|
|
description: Bans an IP address.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <address>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ebanip]
|
|
|
|
broadcast:
|
|
|
|
description: Broadcasts a message to the entire server.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <msg>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [ebroadcast,bcast,ebcast]
|
2011-07-24 19:47:59 +00:00
|
|
|
bigtree:
|
|
|
|
description: Spawn a big tree where you are looking.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <tree|redwood>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ebigtree]
|
|
|
|
burn:
|
|
|
|
description: Set a player on fire.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> <seconds>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [eburn]
|
|
|
|
clearinventory:
|
|
|
|
description: Clear all items in your inventory.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [ci,eci,eclearinventory]
|
|
|
|
compass:
|
|
|
|
description: Describes your current bearing.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [ecompass]
|
2011-08-23 06:04:33 +00:00
|
|
|
delhome:
|
|
|
|
description: Removes a home
|
2011-08-27 15:10:35 +00:00
|
|
|
usage: /<command> [player:]<name>
|
2011-08-23 06:04:33 +00:00
|
|
|
aliases: [edelhome,remhome,rmhome,eremhome,ermhome]
|
2011-07-24 19:47:59 +00:00
|
|
|
deljail:
|
|
|
|
description: Removes a jail
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <jailname>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [edeljail]
|
|
|
|
delwarp:
|
|
|
|
description: Deletes the specified warp.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <warp>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [edelwarp,remwarp,rmwarp,eremwarp,ermwarp]
|
2011-07-24 19:47:59 +00:00
|
|
|
depth:
|
|
|
|
description: States current depth, relative to sea level.
|
|
|
|
usage: /depth
|
|
|
|
aliases: [edepth]
|
|
|
|
eco:
|
|
|
|
description: Manages the server economy.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <give|take|reset> <player> <amount>
|
2011-11-03 23:33:04 +00:00
|
|
|
aliases: [economy,eeco,eeconomy]
|
2011-07-24 19:47:59 +00:00
|
|
|
essentials:
|
|
|
|
description: Reloads essentials.
|
|
|
|
usage: /<command>
|
|
|
|
ext:
|
|
|
|
description: Extinguish players.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [player]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [extinguish,eext,eextinguish]
|
|
|
|
fireball:
|
|
|
|
description: Throw a fireball.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [efireball]
|
2011-11-03 23:33:04 +00:00
|
|
|
gamemode:
|
|
|
|
description: Change player gamemode.
|
|
|
|
usage: /<command> [player]
|
|
|
|
aliases: [gm,creative,creativemode,egamemode,ecreative,ecreativemode,egm]
|
2011-07-24 19:47:59 +00:00
|
|
|
getpos:
|
|
|
|
description: Get your current coordinates.
|
|
|
|
usage: /<command>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [coords,egetpos,whereami,ewhereami]
|
2011-07-24 19:47:59 +00:00
|
|
|
gc:
|
|
|
|
description: Reports garbage collection info; useful to developers.
|
|
|
|
usage: /<command>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [mem,memory,egc,emem,ememory]
|
2011-07-24 19:47:59 +00:00
|
|
|
give:
|
|
|
|
description: Give a player an item.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> <item|numeric> [amount]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [egive]
|
|
|
|
god:
|
|
|
|
description: Enables your godly powers.
|
2011-11-03 23:33:04 +00:00
|
|
|
usage: /<command> [player]
|
|
|
|
aliases: [tgm,godmode,egod,etgm,egodmode]
|
2011-07-24 19:47:59 +00:00
|
|
|
heal:
|
|
|
|
description: Heals you or the given player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [player]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [eheal]
|
|
|
|
help:
|
|
|
|
description: Views a list of available commands.
|
|
|
|
usage: /<command> [search term] [page]
|
|
|
|
aliases: [ehelp]
|
|
|
|
helpop:
|
|
|
|
description: Request help from online operators.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <message>
|
2011-08-08 09:41:26 +00:00
|
|
|
aliases: [ehelpop]
|
2011-07-24 19:47:59 +00:00
|
|
|
home:
|
|
|
|
description: Teleport to your home.
|
2011-08-27 15:10:35 +00:00
|
|
|
usage: /<command> [player:][name]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ehome]
|
|
|
|
ignore:
|
|
|
|
description: Ignore other players.
|
|
|
|
usage: /<command> <player>
|
|
|
|
aliases: [eignore]
|
|
|
|
info:
|
|
|
|
description: Shows information set by the server owner
|
|
|
|
usage: /<command> [chapter] [page]
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [ifo,einfo,eabout,news,enews,eifo]
|
2011-07-24 19:47:59 +00:00
|
|
|
invsee:
|
|
|
|
description: See the inventory of other players.
|
|
|
|
usage: /<command> <player>
|
|
|
|
aliases: [einvsee]
|
|
|
|
item:
|
|
|
|
description: Spawn an item.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <item|numeric> [amount]
|
2011-07-24 19:47:59 +00:00
|
|
|
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,ejump]
|
|
|
|
kick:
|
|
|
|
description: Kicks a specified player with a reason.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> [reason]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ekick]
|
|
|
|
kickall:
|
|
|
|
description: Kicks all players off the server except the issuer.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [reason]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ekickall]
|
|
|
|
kit:
|
|
|
|
description: Obtains the specified kit or views all available kits.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [kit]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ekit,kits]
|
|
|
|
kill:
|
|
|
|
description: Kills specified player.
|
|
|
|
usage: /<command> <player>
|
|
|
|
aliases: [ekill]
|
|
|
|
list:
|
|
|
|
description: List all online players.
|
|
|
|
usage: /<command>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [playerlist,who,online,elist,ewho,eplayerlist,eonline]
|
2011-07-24 19:47:59 +00:00
|
|
|
lightning:
|
|
|
|
description: The power of Thor. Strike at cursor or player.
|
|
|
|
usage: /<command> [player]
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [strike,smite,thor,shock,elightning,estrike,esmite,ethor,eshock]
|
2011-07-24 19:47:59 +00:00
|
|
|
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.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <description>
|
2011-11-03 23:33:04 +00:00
|
|
|
aliases: [action,describe,eme,eaction,edescribe]
|
2011-07-24 19:47:59 +00:00
|
|
|
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>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [m,t,emsg,tell,etell,whisper,ewhisper]
|
2011-07-24 19:47:59 +00:00
|
|
|
mute:
|
|
|
|
description: Mutes or unmutes a player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> [datediff]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [emute]
|
|
|
|
nick:
|
|
|
|
description: Change your nickname or that of another player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [player] <nickname|off>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [enick]
|
|
|
|
nuke:
|
|
|
|
description: May death rain upon them.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [player]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [enuke]
|
|
|
|
pay:
|
|
|
|
description: Pays another player from your balance
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> <amount>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [epay]
|
|
|
|
ping:
|
|
|
|
description: Pong!
|
|
|
|
usage: /<command>
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [pong,eping,epong]
|
2011-07-24 19:47:59 +00:00
|
|
|
powertool:
|
|
|
|
description: Assigns a command to the item in hand, {player} will be replaced by the name of the player that you click.
|
2011-11-04 16:42:03 +00:00
|
|
|
usage: /<command> [l:|a:|r:|c:][command] [arguments]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [pt,epowertool,ept]
|
2011-09-19 21:41:39 +00:00
|
|
|
powertooltoggle:
|
|
|
|
description: Enables or disables all current powertools
|
2011-11-03 23:33:04 +00:00
|
|
|
usage: /<command>
|
2011-09-19 21:41:39 +00:00
|
|
|
aliases: [ptt,epowertooltoggle,eptt]
|
2011-08-08 15:49:32 +00:00
|
|
|
ptime:
|
2011-08-11 02:34:07 +00:00
|
|
|
description: Adjust player's client time. Add @ prefix to fix.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*]
|
2011-08-10 04:46:33 +00:00
|
|
|
aliases: [playertime, eptime, eplayertime]
|
2011-07-24 19:47:59 +00:00
|
|
|
r:
|
|
|
|
description: Quickly reply to the last player to message you.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <message>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [er,reply,ereply]
|
|
|
|
realname:
|
|
|
|
description: Displays the username of a user based on nickname.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <nickname>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [erealname]
|
2011-08-20 19:49:17 +00:00
|
|
|
repair:
|
2011-08-23 17:15:45 +00:00
|
|
|
description: Repairs the durability of all or one item.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <hand|all>
|
2011-08-23 17:15:45 +00:00
|
|
|
aliases: [fix,erepair,efix]
|
2011-07-24 19:47:59 +00:00
|
|
|
rules:
|
|
|
|
description: Views the server rules.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [erules]
|
|
|
|
seen:
|
|
|
|
description: Shows the last logout time of a player
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <playername>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [eseen]
|
|
|
|
sell:
|
|
|
|
description: Sells the item currently in your hand.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <itemname|id|hand|inventory|blocks> [-][amount]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [esell]
|
|
|
|
sethome:
|
|
|
|
description: Set your home to your current location.
|
2011-08-27 15:10:35 +00:00
|
|
|
usage: /<command> [[player:]name]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [esethome]
|
|
|
|
setjail:
|
|
|
|
description: Creates a jail where you specified named [jailname]
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <jailname>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [esetjail]
|
|
|
|
setwarp:
|
|
|
|
description: Creates a new warp.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <warp>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [createwarp,esetwarp]
|
|
|
|
setworth:
|
|
|
|
description: Set the sell value of an item.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <itemname|id> <price>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [esetworth]
|
|
|
|
socialspy:
|
|
|
|
description: Toggles if you can see msg/mail commands in chat.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [esocialspy]
|
|
|
|
spawner:
|
|
|
|
description: Change the mob type of a spawner
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <mob>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [espawner]
|
|
|
|
spawnmob:
|
|
|
|
description: Spawns a mob.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <mob>[:data][,<mount>[:data]] [amount]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [espawnmob]
|
|
|
|
suicide:
|
|
|
|
description: Causes you to perish.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [esuicide]
|
|
|
|
tempban:
|
|
|
|
description: Temporary ban a user.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <playername> <datediff>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [etempban]
|
|
|
|
thunder:
|
|
|
|
description: Enable/disable thunder.
|
|
|
|
usage: /<command> <true/false> [duration]
|
|
|
|
aliases: [ethunder]
|
|
|
|
time:
|
2011-11-04 16:20:09 +00:00
|
|
|
description: Display/Change the world time. Defaults to current world.
|
2011-08-10 06:05:05 +00:00
|
|
|
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
|
2011-08-10 04:46:33 +00:00
|
|
|
aliases: [etime, day, night]
|
2011-07-24 19:47:59 +00:00
|
|
|
togglejail:
|
|
|
|
description: Prevents a player from interacting with the world and teleports him/her to the the jail specified
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> <jailname> [datediff]
|
2011-10-04 08:23:44 +00:00
|
|
|
aliases: [tjail,unjail,eunjail,etogglejail]
|
2011-07-24 19:47:59 +00:00
|
|
|
top:
|
|
|
|
description: Teleport to the highest block at your current position.
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [etop]
|
|
|
|
tp:
|
|
|
|
description: Teleport to a player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player> [otherplayer]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [etp]
|
|
|
|
tpa:
|
|
|
|
description: Request to teleport to the specified player.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [call,etpa,ecal]
|
2011-08-17 12:46:27 +00:00
|
|
|
tpaall:
|
|
|
|
description: Requests all players online to teleport to you.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etpaall]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpaccept:
|
|
|
|
description: Accepts a teleport request.
|
|
|
|
usage: /<command>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [tpyes,etpaccept,etpyes]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpahere:
|
|
|
|
description: Request that the specified player teleport to you.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etpahere]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpall:
|
|
|
|
description: Teleport all online players to another player.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etpall]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpdeny:
|
|
|
|
description: Reject a teleport request.
|
|
|
|
usage: /<command>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [tpno,etpdeny,etpno]
|
2011-07-24 19:47:59 +00:00
|
|
|
tphere:
|
|
|
|
description: Teleport a player to you.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [s,etphere]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpo:
|
|
|
|
description: Teleport override for tptoggle.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etpo]
|
2011-07-24 19:47:59 +00:00
|
|
|
tpohere:
|
|
|
|
description: Teleport here override for tptoggle.
|
|
|
|
usage: /<command> <player>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etpohere]
|
2011-07-24 19:47:59 +00:00
|
|
|
tppos:
|
|
|
|
description: Teleport to coordinates.
|
2011-09-18 01:34:05 +00:00
|
|
|
usage: /<command> <x> <y> <z> [yaw] [pitch]
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etppos]
|
2011-07-24 19:47:59 +00:00
|
|
|
tptoggle:
|
|
|
|
description: Blocks all forms of teleportation.
|
|
|
|
usage: /<command>
|
2011-11-04 11:39:31 +00:00
|
|
|
aliases: [etptoggle]
|
2011-07-24 19:47:59 +00:00
|
|
|
tree:
|
|
|
|
description: Spawn a tree where you are looking.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <tree|birch|redwood>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [etree]
|
|
|
|
unban:
|
|
|
|
description: Unbans the specified player.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <player>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [pardon,eunban]
|
|
|
|
unbanip:
|
|
|
|
description: Unbans the specified IP address.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <address>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [eunbanip,pardonip]
|
|
|
|
unlimited:
|
|
|
|
description: Allows the unlimited placing of items.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <list|item|clear> [player]
|
2011-08-11 04:20:43 +00:00
|
|
|
aliases: [eunlimited,ul,unl,eul,eunl]
|
2011-07-24 19:47:59 +00:00
|
|
|
warp:
|
|
|
|
description: List all warps or warp to the specified location.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <pagenumber|warp> [player]
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ewarp,warps]
|
|
|
|
weather:
|
|
|
|
description: Setting the weather.
|
|
|
|
usage: /<command> <storm/sun> [duration]
|
2011-07-26 06:25:07 +00:00
|
|
|
aliases: [sky,sun,storm,eweather,esky,esun,estorm]
|
2011-07-24 19:47:59 +00:00
|
|
|
whois:
|
|
|
|
description: Determine the username behind a nickname.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> <nickname>
|
2011-07-24 19:47:59 +00:00
|
|
|
aliases: [ewhois]
|
|
|
|
world:
|
|
|
|
description: Switch between worlds.
|
|
|
|
usage: /<command> [world]
|
|
|
|
aliases: [eworld]
|
|
|
|
worth:
|
|
|
|
description: Calculates the worth of items in hand or as specified.
|
2011-11-04 16:20:09 +00:00
|
|
|
usage: /<command> [item] [amount]
|
2011-04-20 19:00:22 +00:00
|
|
|
aliases: [eworth]
|