GM / SERVER COMMANDS

Admin Command Reference

Complete server-side GM command reference covering diagnostics, character state, AI spawning, teleportation, and moderation.

01

Diagnostics / Performance

/status [None]

Output server full status (object counts, memory footprint, FPS).

Bash
/status
/fps [None]

Output real-time FPS and Mirror transmission rate.

Bash
/fps
/gc [None]

Force GC and unload unused assets, reporting memory delta.

Bash
/gc
/byteCount [None]

Report allocated/reserved memory in MB.

Bash
/byteCount
02

Character Status

/growth [<value: 0.0–1.0>]

Set own growth value (0.0 - 1.0), updates size and age.

Bash
/growth 1.0
/full [None]

Restore all survival stats and instantly hatch eggs.

Bash
/full
/safe [<seconds>]

Set own safety protection timer (seconds), invincible from attacks.

Bash
/safe 60
/isGod [0 | 1]

Toggle invincibility for yourself (1 = enabled, 0 = disabled).

Bash
/isGod 1
/nodead [0 | 1]

Toggle server-wide no-death mode for all players (1 = enabled, 0 = disabled).

Bash
/nodead 1
03

Race Switching

/change [<race> [skin]]

Change race in-place, resetting coordinates.

Bash
/change TRex 1
/rebirth [<race> [skin]]

Change race while keeping current coordinates.

Bash
/rebirth Pteranodon 0
04

Nest / Eggs

/eggDone [None]

Instantly complete incubation progress for all own eggs.

Bash
/eggDone
/nestDone [None]

Fill own nest materials and complete building, saving to DB.

Bash
/nestDone
05

AI Spawning

/addTeam [<race> [growth]]

Spawn AI teammates of specified race near player.

Bash
/addTeam Raptor 1.0
/addDino [<race> [growth]]

Spawn a single wild AI near player.

Bash
/addDino TRex 0.8
/addDinos [[count=5]]

Randomly spawn N wild AI near player.

Bash
/addDinos 5
/addEco [<race> [count=1]]

Spawn an ecological group (1 leader + N members).

Bash
/addEco Triceratops 3
/addEcos [<count>]

Spawn N ecological groups with random races.

Bash
/addEcos 2
/teamWar [<race> <count> [team=A]]

Spawn a war team of specific race, automatically attacking.

Bash
/teamWar Raptor 5 A
06

AI Target Control

/wars [<aiRace> <targetRace>]

Make all specified AI race hunt a target race.

Bash
/wars Raptor TRex
/hunter [<aiRace> <targetUserId>]

Make all specified AI race hunt a target player.

Bash
/hunter Raptor 12345
/killAiAll [None]

Immediately trigger FATAL death for all AIs on server.

Bash
/killAiAll
07

Skills / Genes / BUFF

/addSkill [<userId> <tag> [level=1]]

Add a skill to a specified player.

Bash
/addSkill 12345 dash 1
/addGene [<userId> <tag> [level=1]]

Add a gene to a specified player.

Bash
/addGene 12345 strong 1
/addBuff [<userId> <tag> [level=1]]

Trigger a buff for a specified player.

Bash
/addBuff 12345 speed 1
08

Teleportation

/move [<userId>]

Teleport yourself to the target player's coordinates.

Bash
/move 12345
/moveTo [<userId> <targetId>]

Teleport the userId player to the targetId player's coordinates.

Bash
/moveTo 12345 67890
09

Management

/band [<userId> <seconds>]

Ban a player for N seconds and kick them immediately.

Bash
/band 12345 3600
/deband [<userId>]

Lift a player ban.

Bash
/deband 12345
/kickAll [None]

Kick all remote connections (retain host) and save offline state.

Bash
/kickAll
/kickPlayers [None]

Kick all online players and save offline state.

Bash
/kickPlayers
/clearDeath [None]

Force recycle all corpse objects on server.

Bash
/clearDeath