Difference between revisions of "Server command"

From Pokémon 3D Wiki
Jump to navigation Jump to search
m
m
Line 27: Line 27:


{{ServerCommandTableV2|
{{ServerCommandTableV2|
{{ServerCommandV2|Kick||{{ServerArgumentV2|PlayerName|Str|1|False||}}|To kick someone out for your server or to remove any stuck player inside. |{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|OP}}
{{ServerCommandV2|kick||{{ServerArgumentV2|PlayerName|Str|1|False||}}|To kick someone out for your server or to remove any stuck player inside. |{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}}


{{ServerCommandV2|Stop|||To close the server launcher.||OP}}
{{ServerCommandV2|stop|||To close the server launcher.||Master / OP}}


{{ServerCommandV2|Restart|||To restart the server launcher by closing and then reopen again automatically.||OP}}
{{ServerCommandV2|restart|||To restart the server launcher by closing and then reopen again automatically.||Master / OP}}


{{ServerCommandV2|Servermessage||{{ServerArgumentV2|Message|Str|1|False||}}|To change the server message when you are at the server login page.|{{ServerArgumentV2|Message|Str|1|False||Input}}|OP}}
{{ServerCommandV2|servermessage||{{ServerArgumentV2|Message|Str|1|False||}}|To change the server message when you are at the server login page.|{{ServerArgumentV2|Message|Str|1|False||Input}}|Master / OP}}


{{ServerCommandV2|Weather||{{ServerArgumentV2|WeatherID|Int|1|False||}}|To change the server weather.|{{ServerArgumentV2|WeatherID|Int|1|False||Input}}|OP}}
{{ServerCommandV2|weather||{{ServerArgumentV2|WeatherID|Int|1|False||}}|To change the server weather.|{{ServerArgumentV2|WeatherID|Int|1|False||Input}}|Master / OP}}


{{ServerCommandV2|Season||{{ServerArgumentV2|SeasonID|Int|1|False||}}|To change the server Season.|{{ServerArgumentV2|SeasonID|Int|1|False||Input}}|OP}}
{{ServerCommandV2|season||{{ServerArgumentV2|SeasonID|Int|1|False||}}|To change the server Season.|{{ServerArgumentV2|SeasonID|Int|1|False||Input}}|Master / OP}}


{{ServerCommandV2|list|whitelist|{{ServerArgumentV2|Boolean1|Str|1|False||}}|To Enable or Disable the whitelist feature.|{{ServerArgumentV2|Boolean1|Str|1|False||Input}}|Master / OP}}


{{ServerCommandV2|list|blacklist|{{ServerArgumentV2|Boolean1|Str|1|False||}}|To Enable or Disable the blacklist feature.|{{ServerArgumentV2|Boolean1|Str|1|False||Input}}|Master / OP}}
{{ServerCommandV2|list|add whitelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To add the player into whitelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}}
{{ServerCommandV2|list|remove whitelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove the player into whitelist.|{{ServerArgumentV2|PlayerName|Str|1|False||Input}}|Master / OP}}
{{ServerCommandV2|list|toggle whitelist|{{ServerArgumentV2|PlayerName|Str|1|False||}}|To remove or add the player into whitelist depending if it exist in the list.|{{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|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}}|Everyone}}
{{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}}|Everyone}}

Revision as of 19:02, 31 August 2014

The server command is not working as of v0.50.

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
/kick Str1 To kick someone out for your server or to remove any stuck player inside. Str1 = PlayerName
(Player Name.)
Master / OP


/stop To close the server launcher. Master / OP


/restart To restart the server launcher by closing and then reopen again automatically. Master / OP


/servermessage Str1 To change the server message when you are at the server login page. Str1 = Message
(Message that you want to chat on.)
Master / 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)
Master / OP


/season Int1 To change the server Season. Int1 = SeasonID
(Winter = 0, Spring = 1, Summer = 2, Fall = 3)
Master / OP


/list whitelist Str1 To Enable or Disable the whitelist feature. Str1 = Boolean1
(Enable or Disable.)
Master / OP


/list blacklist Str1 To Enable or Disable the blacklist feature. Str1 = Boolean1
(Enable or Disable.)
Master / OP


/list add whitelist Str1 To add the player into whitelist. Str1 = PlayerName
(Player Name.)
Master / OP


/list remove whitelist Str1 To remove the player into whitelist. Str1 = PlayerName
(Player Name.)
Master / OP


/list toggle whitelist Str1 To remove or add the player into whitelist depending if it exist in the list. Str1 = PlayerName
(Player Name.)
Master / OP


/list check whitelist Str1 To check if the player is in the whitelist. Str1 = PlayerName
(Player Name.)
Master / 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