Skip to main content

Admin commands

Reference for the server's administrator commands. They're executed from the game chat with the / prefix, or from the server console.

To use admin commands, your account needs admin permissions on the server. On a local server, all players have admin permissions by default.


Players​

CommandDescription
/give_item <asset_id> [amount]Give an item to the current player
/give_item_npc <asset_id> [amount]Give an item to the target NPC
/tp <player>Teleport to the target player
/goto <x> <y> <z>Teleport to coordinates
/killKill the current player
/respawnRespawn the current player
/kill_npcsKill all NPCs in the area
/playersList connected players
/ban <player> <reason>Ban a player
/unban <player>Unban a player
/kick <player> <reason>Kick a player

World and time​

CommandDescription
/timeView the current world time
/time set <value>Change the time (noon, midnight, dawn, dusk, or a number 0.0–1.0)
/weather <tipo>Change the weather (clear, rain, snow, storm)
/lightningSummon a lightning strike at the current position

Entities and spawns​

CommandDescription
/summon <asset_id>Spawn an entity at the current position
/make_npc <asset_id> [amount]Spawn N NPCs
/entityView information about the selected entity

Example:

/summon common.entity.wild.aggressive.cave_troll
/give_item common.items.weapons.sword.iron_sword 1

rtsim β€” World simulation​

CommandDescription
/site listList all sites in the world
/site <id>View the state of a site
/npc listList nearby persistent NPCs
/npc <id> statusFull state of an rtsim NPC
/faction listList factions and territories
/faction <id>View the state of a faction

ORACLE​

CommandDescription
/oracle statusCurrent state of the world director
/oracle pausePause event generation
/oracle resumeResume event generation
/oracle event <tipo>Force an event manually
/oracle arc listView active narrative arcs
/oracle arc <id>View details of a narrative arc
/oracle arc advance <id>Advance an arc to the next phase

AURORA​

CommandDescription
/aurora npc <id> statusView an NPC's current mind
/aurora npc <id> memoryView the NPC's memories
/aurora npc <id> relationshipsView the NPC's social network
/aurora npc <id> force_action <acciΓ³n>Force a specific action

Server​

CommandDescription
/versionView the server version
/adminify <player>Grant temporary admin permissions
/server_infoServer information (players, uptime, memory)
/shutdown <seconds>Schedule a server shutdown with a warning

Permissions​

Commands are classified by permission level. On a production server, only registered admins can execute them. To configure admins, edit the server configuration file:

# server_settings.ron
admins: ["nombre_jugador_1", "nombre_jugador_2"],

ORACLE and AURORA commands require Admin permission level or higher.