Skip to content

Latest commit

 

History

History
366 lines (261 loc) · 9.41 KB

File metadata and controls

366 lines (261 loc) · 9.41 KB

This list is outdated. Will be updated in the future.

Table of Contents

Change the world's background color.

/bgcolor #{6 digit color hex}

Set background to color corresponding to the specified hexadecimal value.

  • {6 digit color hex} - The hexadecimal value of color to use.

/bgcolor none

Remove background color.


Clear the world.

No arguments


Remove all effects from player.

/cleareffects {username}

Remove all effects from player with the specified username.

  • {username} - The username of player from which to remove effects.

Activate or deactivate flying mode of player.

/forcefly {username} true

Activate flying mode of player with the specified username. NOTE: If player doesn't have flying privilegess he won't be able to leave flying mode.

/forcefly {username} false

Deactivate flying mode of player with the specified username.

  • {username} - Username of the player for who to activate or deactivate flying mode.

Forgive a player that you kicked.

/forgive {username}

Makes so the player can join directly after a kick.

  • {username} - Username of the player for which to forgive.

Give crown to a player.

/givecrown {username}

Give crown to a player with the specified username.

  • {username} - Username of the player for which to give crown.

Give edit right to a player.

/giveedit {username}

Give edit rights to a player with the specified username.

  • {username} - Username of the player for which to give edit rights.

Give effect to a player.

/giveeffect {username} {effect}

Give specified effect to a player with specified username.

  • {username} - Username of the player for which to give effect.
  • {effect} - The effect to give. For available options see: Effects

Give flying rights to a player.

/givegod {username}

Give flying rights to a player with the specified username. NOTE: Player will be able to manually toggle flying mode after using this command.

  • {username} - Username of player for which to give flying rights.

Set world as visible or hidden from the lobby.

/hidelobby true

Make the world invisible in the lobby.

/hidelobby false

Make the world visible in the lobby.


Kick a player from the world.

/kick {username}

Kick a player with the specified username.

/kick {username} {reason}

Kick a player with the specified username and display to him the specified message.

  • {username} - Username of player to kick.
  • {reason} - Message to display to player after kicking.

Kill a player.

/kill {username}

Kill a player with the specified username.

  • {username} - Username of player to kill.

Kill all players in the world.

No arguments


List positions and source/target id's of all portals placed in the world.

No arguments


Reset the world to last save.

No arguments


Remove crown from a player which is currently wearing it.

No arguments


Take away edit rights from a player.

/removeedit {username}

Take away edit rights from a player with the specified username.

  • {username} - Username of player from which to remove edit rights.

Remove effect from a player.

/removeeffect {username} {effect}

Remove specified effect from a player with the specified username.

  • {username} - Username of the player from which to remove effect.
  • {effect} - The effect to remove. For available options see: Effects

Remove flying rights of a player. NOTE: After using this command player will automatically leave flying mode.

/removegod {username}

Remove flying rights of a player with the specified username.

  • {username} - Username of player from which to remove flying rights.

Reset player by removing their deaths, coins, effects, etc.

/reset

Reset yourself.

/reset {username}

Reset player with the specified username.

  • {username} - Username of the player to reset.

Reset all player located in the world.

No arguments


Move all players to their last checkpoint.

No arguments


Move player to a team.

/setteam {username} {team}

Move player with the specified username to the specified team.

  • {username} - Username of player for which to change team.
  • {team} - Team to which to move player. For available options see: Teams

Teleport player to different position.

/teleport {username}

Teleport player with the specified username to yourself.

/teleport {username} {target}

Teleport player with the specified username to player with target username.

/teleport {username} {x} {y}

Teleport player with the specified username to the specified coordinates.

  • {username} - Username of player to teleport.
  • {target} - Username of player to which to teleport.
  • {x} - x coordinate of target position.
  • {y} - y coordinate of target position.

Set the world as (in)accessible to others.

/visible true

Make the world accessible by other players.

/visible false

Prevent other players from joining the world.


Clear the chat log.

No arguments


Get position of a player.

/getpos

Get your own position.

/getpos {username}

Get position of a player with the specified username.

  • {username} - Username of player of which to get position.

Display list of available commands.

No arguments


Toggle the inspect tool.

No arguments


Mute a player.

/mute {username}

Mute a player with the specified username.

  • {username} - Username of player to mute.

Send a private message to other player.

/pm {username} {message}

Send the specified message to a player with the specified username.

  • {username} - Username of player to which to send private message.
  • {message} - The private message to send.

Report a player for breaking the rules.

/reportabuse {username} {reason}

Report a player with the spcified username for the spcified reason.

  • {username} - Username of the player to report.
  • {reason} - Reason why the player gets reported.

Display id of the world.

No arguments


Start or stop spectating a player.

/spectate

Stop spectating.

/spectate {username}

Start spectating player with the specified username.

/spectate {myusername}

Stop spectating.

  • {username} - Username of player to spectate.
  • {myusername} - Your own username.

Unmute a player.

/unmute {username}

Unmute player with the specified username.

  • {username} - Username of player to unmute.