Veloren has multiple admin commands that can be used to help moderate and manage a server. Admins can choose from a wide range of functions, including setting up and adding players to a server Whitelist. Commands can range from kicking or banning players to spawning items and kits. Additionally, user commands can be used to create and manage groups, display the MOTD, and perform other functions.
1. When connected to the server as an Admin, press Enter to open the chatbox.
2. Enter /help into the chatbox to view a list of commands. A list of commands can also be found in the table below.
Veloren Admin Commands
| Command | Description |
|---|---|
/adminify <user> |
Gives or removes admin status from a given user. |
/ban <user> |
Blocks given user from entering the server. |
/build |
Toggles build mode which allows for modifying the terrain. |
/campfire |
Places a campfire at player's current position. |
/dropall |
Makes the player drop all of their items. |
/dummy |
Spawns a training dummy at player's location. |
/explosion |
Spawns an explosion at player's location. |
/give_exp <amount> (user) |
Gives amount of experience points, if no user specified the experience points will be given to player executing the command. |
/give_item <item id> (amount) |
Gives amount of an item to current user. |
/goto <x> <z> <y> |
Teleports player to given coordinates. |
/health <amount> |
Changes current health. |
/jump <x> <z> <y> |
Teleports the player to relative location. |
/kick <user> (reason) |
Kicks player from the server. |
/kill_npcs |
Kills all loaded NPCs. |
/kit <kit_name> |
Place a set of items into the users inventory. |
/kit all |
Gives everything except weapon (weapons are modular). |
/kit tier-<n> |
Give the user all tier component where n is a number between 0 and 5. eg : /kit tier-5.
|
/lantern <strength> (red) (green) (blue) |
Changes the strength and color of light given by currently held lantern. |
/light (red) (green) (blue) |
Spawns a light object at players location. |
/make_block <block> |
Places a block at player's location. |
/make_sprite <sprite> |
Places a sprite at player's location. |
/object <id> |
Creates an object at player's location. |
/remove_lights (distance) |
Removes lights from given distance. |
/set_level <level> (player) |
Changes experience level. |
/set_motd <message> |
Changes Message of the Day. |
/spawn <type> <name> (amount) (ai) |
Spawns given entity. Ai parameter controls whether the spawned entity will have AI or not. |
/sudo <user> <command> |
Execute command as given user. |
/tp <player> |
Teleports to other player. |
/unban <player> |
Removes a ban from a given player. |
/waypoint |
Saves current position as a spawn point. |
/whitelist <add/remove> <player> |
Adds or removes player from a server whitelist. |
Veloren User Commands
| Command | Required Permission | Description |
|---|---|---|
/group_invite <user> |
Group Leader | Invites a player to the group. |
/group_kick <user> |
Group Leader | Kicks a player from the group. |
/group_promote <user> |
Group Leader | Promotes a player to a group leader. |
/alias <new name> |
Player | Changes username alias. |
/debug_column <x> <z> |
Player | Prints various debug information about location specified by coordinates. |
/debug |
Player | Gives the player a set of debug items. |
/faction (message) |
Player | Switches the chat mode to faction chat. |
/group (message) |
Player | Switches the chat mode to group chat. |
/group_leave |
Player | Leaves the current group. |
/help |
Player | Prints a list of commands and their descriptions. |
/kill |
Player | Causes the player to die immediately. |
/motd |
Player | Prints current Message of the Day. |
/players |
Player | Lists all players and their levels connected to the server. |
/region |
Player | Switches the chat mode to everyone in region of the world. |
/say |
Player | Switches the chat mode to everyone in shouting distance. |
/tell <player> (message) |
Player | Sends a private message to given player. |
/time (time) |
Player | Prints or changes the in-game time (can be numerical time like 12:03 or alias like midnight). |
/version |
Player | Prints current version. |
/world (message) |
Player | Switches the chat mode to everyone in the world. |