Skip to content
Mathias Kærlev edited this page Jul 24, 2013 · 36 revisions

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


{ } = Required [ ] = Optional

/pm {player} {message}

  • Sends a private message to {player} in the format "Player (PM): message"

/server

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

.who

  • List the names of the players connected

.whowhere

  • List the names and locations of players connected

/whereis [player]

  • Shows your position if 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.py, by default it is 'PASSWORDREPLACEME'

/players, /who

  • Lists the players online and their connection IDs.

Admin Commands


/say {message}

  • Sends {message} to all players

/kick {player}

  • Forcibly disconnects {player}

/setclock {time}

  • Sets the current world time to {time}
  • {time} should be in 24hr clock format '13:37'

/ban {player} [reason]

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

/kill {player}

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

/stun {player} [duration]

  • Stun {player}

/heal {player}

  • Heals a payer for 1000 HP.
Clone this wiki locally