Skip to content
Cody Scott edited this page Aug 18, 2013 · 36 revisions

By default, the in-game and console command prefix is /. For IRC, it is . by default.

For additional commands, try /help or look in commands.py.


{ } = Required [ ] = Optional

/player {player}

  • Displays the given player's character information in the format '{player}' is a lvl [level] [class] ([specialization]).

/pm {player} {message}

  • Sends a private message to {player} in the format '{you} (PM): {message}'.

/server

  • Displays information about the server, including the current cuwo revision and OS.

/who

  • List the names of all connected players.

/whowhere

  • List the names and world locations of all connected players.

/whereis [player]

  • Shows your position if [player] is left blank.
  • Shows [player]'s position if specified and if player is currently online.

/login {password}

  • Elevates your permissions to enable Admin Commands.
  • {password} is configurable in config/base.py, by default it is 'PASSWORDREPLACEME'.

Admin Commands


/say {message}

  • Sends {message} to all players.

/kick {player}

  • Forcibly disconnects {player}.

/setclock {time}

  • Sets the current world time to {time}.
  • {time} must be in 24hr clock format, e.g. '13:37'.

/ban {player} [reason]

  • Blacklists a {player} and announces it in chat as '{player} has been banned: [reason]'.
  • If no [reason] is specified, 'No reason specified' is used by default.

/unban {IP}

  • Unban an IP address.

/kill {player}

  • Kills a player and announces it in chat as '{player} was killed'.

/stun {player} [duration]

  • Stun {player} for [duration] milliseconds. (1 second is 1000 milliseconds)
  • If no [duration] is specified, {player} will be stunned for 1000ms.

/heal {player} [amount]

  • Heals a player for [amount] HP.
  • If no [amount] is specified, {player} will be healed for 1000 HP.
Clone this wiki locally