Difference between revisions of "Server command"

From Pokémon 3D Wiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
# We are not '''RESPONSIBLE''' for your server if your OP member misuse any of those listed here.
# 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.
# 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 [http://en.wikipedia.org/wiki/Integer 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 "<nowiki>[Str1],[Str2],[Str3],...</nowiki>"<br />
For any Multiple Argument ( Either or ), it will be separated by the word "OR" for example "<nowiki>Str1,Int2,Int3,Int4,Int5 OR Str1,Int2,Int3</nowiki>"<br />
== 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.<br />
You may use the sort feature to make it list according to alphanumeric order. 
<!-- {{ServerCommandV2|Command|Subcommand|{{ServerArgumentV2|Name|ArgumentType|Value|Optional|Default Value|Input/blank}}|Description|Inputs|OP / Normal?}} -->
{{ServerCommandTableV2|
{{ServerCommandV2|||{{ServerArgumentV2|ServerChat|Str|1|False||}}|To send server message to everyone.|{{ServerArgumentV2|ServerChat|Str|1|False||Input}}|OP}}
}}





Revision as of 17:18, 20 August 2014

These are all the available command for normal and OP to use.

A General Note to all OP ( Must Read )

  1. Please do not misuse any command below. Some might break or close your server if you misuse it.
  2. Do not try out command that do not work properly such as " /weather 6 "
  3. We are not RESPONSIBLE for your server if your OP member misuse any of those listed here.
  4. 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




Command Description Availability
/blacklist <playername> To ban someone for your server For OP Only
/unlist blacklist <playername> To unban someone for your server. ( Warning: If you type " /unlist blacklist " only, game will crash and kick you out from server. ) For OP Only
/mute <playername> To ban someone for chatting and using command in your server. For OP Only
/unmute <playername> To unban someone for chatting and using command in your server. For OP Only
/kick <playername> To kick someone out for your server or to remove any stuck player inside. For OP Only
/op <playername> To add someone as OP for your server. For OP Only
/deop <playername> To remove someone as OP for your server. For OP Only
/pm <playername> <message> To private chat someone in the server. For Normal User / OP
/whitelist <playername> To allow someone to join for your server ( Warning: If you use this command without whitelising yourself, you will be kicked out of the server and cannot enter the server. You need to edit the server property.dat => Whitelist back to 0. ) For OP Only
/unlist whitelist <playername> To disallow someone to join for your server ( Warning: If you use this command without whitelising yourself, you will be kicked out of the server and cannot enter the server. You need to edit the server property.dat => Whitelist back to 0. ) For OP Only
/weather <weather type in number> Clear = 0 Rain = 1 Snow = 2 Underwater = 3 Sunny = 4 Fog = 5 Thunderstorm = 6 ( DO NOT USE, NOT WORKING PROPERLY ) Sandstorm = 7 Ash = 8 Blizzard = 9 ( Warning: If you use this command but typing the weather value out of range, you will be kicked out of the server. ) For OP Only
/season <season type in number> Winter = 0 Spring = 1 Summer = 2 Fall = 3 ( Warning: If you use this command but typing the season value out of range, you will be kicked out of the server. ) For OP Only
/stop To close the server entirely. ( Warning: If you use this command or someone use it, all player will not be able to connect anymore until the host open the launcher again. ) For OP Only
/<your message here> To send server message to everyone. For OP Only