Difference between revisions of "Commands"

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


== List of Commands ==
== List of Commands ==
/disconnect - disconnects you from the current co-op session
{| class="wikitable"
 
|-
/weather rain - changes current weather to rain
! Command
 
! Arguments
/weather snow - changes current weather to snow
! Description
 
|-
/weather clear - clears current weather
| <code>/disconnect</code>
 
| ''none''
/give itemID, amount - gives the player the item with the given item ID
| disconnects you from the current co-op session.
 
|-
/tp mapfile - teleports the player to the given map
| <code>/weather</code>
 
| "clear", "snow", "rain"
/tp X, Y, Z - teleports the player to the given coordinates within the current map
| changes the [[weather]] to the given type.
 
|-
/tp X, Y, Z, mapfile - teleports the player to the given coordinates within the given map
| <code>/give</code>
 
| [ItemID], [Amount]
/wear skinID - changes player's skin to the given skin
| gives the player the item with the give ItemID.<br />The "Amount" is optional, if it's not given, it changes to 1.
|-
| <code>/tp</code>
| [mapfile], [X,Y,Z]
| teleports the player to the given map. One can enter only the position or the map file.
|-
| <code>/wear</code>
| [skinID]
| changes [[player]]'s skin to the given skin
|}

Latest revision as of 03:11, 27 December 2012

Commands are a feature in co-op implemented in 0.010a that allow the players to change data within the game. Commands are activated by pressing the T key and typing in a command.


List of Commands

Command Arguments Description
/disconnect none disconnects you from the current co-op session.
/weather "clear", "snow", "rain" changes the weather to the given type.
/give [ItemID], [Amount] gives the player the item with the give ItemID.
The "Amount" is optional, if it's not given, it changes to 1.
/tp [mapfile], [X,Y,Z] teleports the player to the given map. One can enter only the position or the map file.
/wear [skinID] changes player's skin to the given skin