Difference between revisions of "Server command"
Jump to navigation
Jump to search
Jianmingyong (talk | contribs) m |
Jianmingyong (talk | contribs) m |
||
| Line 1: | Line 1: | ||
These are all the available command for normal and OP to use. | These are all the available command for normal and OP to use. | ||
| Line 51: | Line 50: | ||
{{ServerCommandV2|list|check whitelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To check if the player is in the whitelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | {{ServerCommandV2|list|check whitelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To check if the player is in the whitelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | ||
{{ServerCommandV2| | {{ServerCommandV2|list|add blacklist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To add the player into blacklist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | ||
{{ServerCommandV2| | {{ServerCommandV2|list|remove blacklist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove the player into blacklist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | ||
{{ServerCommandV2|list|toggle blacklist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove or add the player into blacklist depending if it exist in the list.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|check blacklist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To check if the player is in the blacklist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|add operators|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To add the player into operators.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|remove operators|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove the player into operators.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|toggle operators|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove or add the player into operators depending if it exist in the list.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|check operators|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To check if the player is in the operators.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|add mutelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To add the player into mutelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|remove mutelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove the player into mutelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|toggle mutelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove or add the player into mutelist depending if it exist in the list.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|list|check mutelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To check if the player is in the mutelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}} | |||
{{ServerCommandV2|pm||{{ServerArgumentV2|PlayerName|Str|1|False||}} {{ServerArgumentV2|Message|Str|2|False||}}|To chat privately and no one can know including OP.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}<br />{{ServerArgumentV2|Message|Str|2|False||Input}}|Master / OP / User}} | |||
{{ServerCommandV2|allowop||{{ServerArgumentV2|AllowOP|Int|1|False||}} OR {{ServerArgumentV2|AllowOP|Bool|1|False||}}|To allow or disallow server to have OP.|{{ServerArgumentV2|AllowOP|Int|1|False||Input}}<br />{{ServerArgumentV2|AllowOP|Bool|1|False||Input}}|Master}} | |||
{{ServerCommandV2|say||{{ServerArgumentV2|Message|Str|1|False||}}|To chat globally to everyone as a server message.|{{ServerArgumentV2|Message|Str|1|False||Input}}|Master}} | |||
{{ServerCommandV2|world|update||To update the server worldmap. ( Refresh command? )||Master / OP}} | |||
}} | }} | ||
Revision as of 19:09, 31 August 2014
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.
|