Commands

From PSwiki
Revision as of 21:22, 18 July 2010 by Ethryn (talk | contribs) (alter formatting)
Jump to navigation Jump to search

There are many different commands which can be used within PlaneShift. Some commands help roleplaying, there are called "Roleplay Commands", there are others that are only useful for the Player (Player Commands), and some are useful for the character (Character Commands).

If you find the 'syntax' column difficult to understand, see the Syntax Guide below.

Character Commands

Command Syntax Function
/target
/target [next] [pc|npc|item] [name]
Targets on something or someone depending on the options
  • next Targets the next thing or person
  • pc Targets a player
  • npc Targets a non-player character
  • item Targets an item
  • name Targets a thing or person containing "name"
  • any Targets the nearest object
/trade
/trade
Start trading with the selected player.
/tellnpc
/tellnpc message
This is the default command when entering sending a message in the NPC channel

Give a message to an NPC

  • message The message to deliver
/say
/say message
This is the default command when entering sending a message in the main channel

Give a message to the players around you

  • message The message to deliver
/shout
/shout message
Yell a message all the players on the map
  • message The message to deliver


Player Commands

Command Syntax Function
/screenshot
/screenshot [nogui] [lossless]
Takes a screenshot and saves it under "screenshots" in your install directory
  • nogui Takes a screenshot without all the user interface
  • lossless Takes a screenshot without loosing any data
/pos
/pos
Gives you your current position in the world.
/clear
/clear
Clears all the data in all chat windows.
/advisormode
/advisormode on|off
Used to toggle the advisor mode option
  • on Toggle the advisor mode on
  • off Toggle the advisor mode off
/advice
/advice player message
Give help to a player. This command is only available when the advisor mode is on, and you can only advise players who have asked for help
  • player The player's name goes in there
  • message The message to deliver.
/help
/help message
This is the default command when entering sending a message in the help channel

Give your message to the advisers.

  • message The message to deliver


RolePlay Commands

Command Syntax Function
/greet
/geet
Greet the targeted person or everyone if no one is target. Makes the character do the movement to greet (e.g. wave)
/wave
/wave
Makes the character wave
/bow
/bow 
Makes the character bow down
/kneel
/kneel
Makes the character kneel in front of everybody
/sit
/sit
Makes the character sit on the ground
/me
/me action
Gives a system message the your character those an action (no animation)
  • action The action done by your character e.g. "juggle with four balls"

Syntax Guide

The following tables use a specific typographical convention. This typographical convention is not used in game. It is used here to clarify syntax.

A word preceded with a slash (i.e. "/example") is a command.

Any word after a command written in plain text (i.e. "example") is a set required parameter.

Any word after a command written in italics (i.e. "example") is a variable required parameter. You may use any word or phrase you like here.

Any word after a command written between two Square brackets (i.e. "[example]" or "[example]") is an optional parameter. If it is also italicised, the parameter is variable.

Any words separated with a 'pipe' (|) (ie. "apple | pear | peach") are choices. Only one of them may be chosen. For instance, "/example apple" is valid, whilst "/example apple peach" is not. Once again, if it is italicised the parameter is variable.