These are all the available command for normal and OP to use.
A General Note to all OP ( Must Read )
- Please do not misuse any command below. Some might break or close your server if you misuse it.
- Do not try out command that do not work properly such as " /weather 6 "
- We are not RESPONSIBLE for your server if your OP member misuse any of those listed here.
- Prevent chatting using /stop spaming please... this kind of command is BAD.
Important info / definition of certain things before we get started.
By Default, the Argument Types are:
- Str ( Str are define as letters or symbols )
- Int ( Int are define as Integer numbers )
- Bool ( Bool are define as words such as True, False )
For any Optional Argument, it will be engrave by a individual square bracket for example "[Str1],[Str2],[Str3],..."
For any Multiple Argument ( Either or ), it will be separated by the word "OR" for example "Str1,Int2,Int3,Int4,Int5 OR Str1,Int2,Int3"
Server Commands
Server Commands are commands that tells the game what to do. It comes with / .
The table below is split into sections by Command.
You may use the sort feature to make it list according to alphanumeric order.
| Command [/Command Subcommand Argument Types]
|
Description
|
Inputs [Argument Types = Argument Name]
|
Availability
|
| / Str1
|
To send server message to everyone.
|
Str1 = ServerChat (This is undocumented in Wiki Server Library.)
|
OP
|
| /Kick Str1
|
To kick someone out for your server or to remove any stuck player inside.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Stop
|
To close the server launcher.
|
|
OP
|
| /Restart
|
To restart the server launcher by closing and then reopen again automatically.
|
|
OP
|
| /Servermessage Str1
|
To change the server message when you are at the server login page.
|
Str1 = ServerMessage (This is undocumented in Wiki Server Library.)
|
OP
|
| /Weather Int1
|
To change the server weather.
|
Int1 = WeatherID (Clear = 0, Rain = 1, Snow = 2, Underwater = 3, Sunny = 4, Fog = 5, Thunderstorm = 6, Sandstorm = 7, Ash = 8, Blizzard = 9)
|
OP
|
| /Season Int1
|
To change the server Season.
|
Int1 = SeasonID (Winter = 0, Spring = 1, Summer = 2, Fall = 3)
|
OP
|
| /White Str1
|
To allow someone to join for your server if the properties.dat "WhiteList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Whitelist Str1
|
To allow someone to join for your server if the properties.dat "WhiteList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Black Str1
|
To disallow someone to join for your server if the properties.dat "BlackList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Blacklist Str1
|
To disallow someone to join for your server if the properties.dat "BlackList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Unlist White Str1
|
To remove someone from your whitelist for your server if the properties.dat "WhiteList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Unlist Whitelist Str1
|
To remove someone from your whitelist for your server if the properties.dat "WhiteList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Unlist Black Str1
|
To remove someone from your blacklist for your server if the properties.dat "BlackList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Unlist Blacklist Str1
|
To remove someone from your blacklist for your server if the properties.dat "BlackList" is set to 1.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Timeoffset Int1
|
To change the server time depending on the timeoffset that you set.
|
Int1 = Timeoffset (Time offset from the server time.)
|
OP
|
| /Timepreset Int1
|
To change the server time depending on the TimeID that you set.
|
Int1 = TimeID (Night = 0, Morning = 1, Day = 2, Evening = 3)
|
OP
|
| /pm Str1 Str2
|
To chat privately and no one can know including OP.
|
Str1 = PlayerName (Player Name.) Str2 = Message (Message that you want to chat on.)
|
Everyone
|
| /Allowop Int1 OR Bool1
|
To allow or disallow server to have OP.
|
Int1 = AllowOP (Allow = True OR 1, Disallow = False OR 0) Bool1 = AllowOP (Allow = True OR 1, Disallow = False OR 0)
|
OP
|
| /op Str1
|
To add the player as OP.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /deop Str1
|
To remove the player as OP.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Mute Str1
|
To ban someone for chatting and using command in your server.
|
Str1 = PlayerName (Player Name.)
|
OP
|
| /Unmute Str1
|
To unban someone for chatting and using command in your server.
|
Str1 = PlayerName (Player Name.)
|
OP
|
|