Commands

Base command:

/clientcore
/ccore

Most admin commands require clientcore.admin. Luck profile/top use clientcore.luck.

Admin

Reload configuration:

/clientcore reload

Show loaded rule counts:

/clientcore status

Refresh client-side blocks around yourself:

/clientcore refresh

Toggle debug:

/clientcore debug on
/clientcore debug off

Client Builds

Capture a temporary build session:

/clientcore build mode on
/packetmode on

While capture mode is enabled, placed blocks are recorded and existing block breaks are shown as client-side air to the builder. Saving writes the layout to client-builds.yml, restores the real world blocks, and turns capture mode off.

/clientcore build save tutorial_bridge
/packetsave tutorial_bridge

Apply or remove the saved build for a single online player:

/clientcore build apply tutorial_bridge Steve on
/clientcore build apply tutorial_bridge Steve off
/packetapply tutorial_bridge Steve on
/packetapply tutorial_bridge Steve off

Applied builds persist by player UUID in client-build-players.yml and are resent after join. The visual block changes are sent with PacketEvents.

Visibility

/clientcore visibility toggle
/clientcore visibility hide
/clientcore visibility show

This hides or shows the executing player from other players. It is separate from client-side mobs.

Client Mobs

Spawn mobs using configured mob rules:

/clientcore mobspawn <amount>

Spawn a MythicMob directly without a ClientCore mob rule:

/clientcore mythicspawn <viewer|self> <mythicMobId> [level] [amount]

Examples:

/clientcore mythicspawn self toro_wither_still
/clientcore mythicspawn Steve toro_wither 5 2

All arguments have tab completion: online players, self, MythicMob IDs, levels, and amounts.

Fixed Mob Spawn Points

Create a spawn at your location:

/clientcore setspawn mine_zombies

List spawn points:

/clientcore spawns

Delete a spawn:

/clientcore delspawn mine_zombies

Edit attributes:

/clientcore spawnattr mine_zombies rule low-level-zombie
/clientcore spawnattr mine_zombies amount 3
/clientcore spawnattr mine_zombies radius 8
/clientcore spawnattr mine_zombies batch-size 2
/clientcore spawnattr mine_zombies interval-ticks 100
/clientcore spawnattr mine_zombies max-alive 6
/clientcore spawnattr mine_zombies level 1
/clientcore spawnattr mine_zombies activation-range 48
/clientcore spawnattr mine_zombies enabled true

Luck

/clientcore luck profile
/clientcore luck top
/clientcore luck set <player> <amount>
/clientcore luck add <player> <amount>
/clientcore luck remove <player> <amount>
/clientcore luck reset <player>
/clientcore luck top-exclude <player> <true|false>
/clientcore luck giveitem <player> <luck> <amount>

This site uses Just the Docs, a documentation theme for Jekyll.