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).

/status
/fps [None]

Output real-time FPS and Mirror transmission rate.

/fps
/gc [None]

Force GC and unload unused assets, reporting memory delta.

/gc
/byteCount [None]

Report allocated/reserved memory in MB.

/byteCount
02

Character Status

/growth [<value: 0.0–1.0>]

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

/growth 1.0
/full [None]

Restore all survival stats and instantly hatch eggs.

/full
/safe [<seconds>]

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

/safe 60
/isGod [0 | 1]

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

/isGod 1
/nodead [0 | 1]

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

/nodead 1
03

Race Switching

/change [<race> [skin]]

Change race in-place, resetting coordinates.

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

Change race while keeping current coordinates.

/rebirth Pteranodon 0
04

Nest / Eggs

/eggDone [None]

Instantly complete incubation progress for all own eggs.

/eggDone
/nestDone [None]

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

/nestDone
05

AI Spawning

/addTeam [<race> [growth]]

Spawn AI teammates of specified race near player.

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

Spawn a single wild AI near player.

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

Randomly spawn N wild AI near player.

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

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

/addEco Triceratops 3
/addEcos [<count>]

Spawn N ecological groups with random races.

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

Spawn a war team of specific race, automatically attacking.

/teamWar Raptor 5 A
06

AI Target Control

/wars [<aiRace> <targetRace>]

Make all specified AI race hunt a target race.

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

Make all specified AI race hunt a target player.

/hunter Raptor 12345
/killAiAll [None]

Immediately trigger FATAL death for all AIs on server.

/killAiAll
07

Skills / Genes / BUFF

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

Add a skill to a specified player.

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

Add a gene to a specified player.

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

Trigger a buff for a specified player.

/addBuff 12345 speed 1
08

Teleportation

/move [<userId>]

Teleport yourself to the target player's coordinates.

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

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

/moveTo 12345 67890
09

Management

/band [<userId> <seconds>]

Ban a player for N seconds and kick them immediately.

/band 12345 3600
/deband [<userId>]

Lift a player ban.

/deband 12345
/kickAll [None]

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

/kickAll
/kickPlayers [None]

Kick all online players and save offline state.

/kickPlayers
/clearDeath [None]

Force recycle all corpse objects on server.

/clearDeath