Skip to content

Commands

Norevex edited this page Jul 29, 2026 · 1 revision

Commands

CobbleBash includes admin commands for testing and server management.

All commands require permission level 2.

Command Root

/cobblebash gym

Enter a Gym

Teleports the player into a gym instance.

/cobblebash gym enter <gym_type>

Examples:

/cobblebash gym enter fire
/cobblebash gym enter water
/cobblebash gym enter elite4

Normal gym types are:

bug
dark
dragon
electric
fairy
fighting
fire
flying
ghost
grass
ground
ice
normal
poison
psychic
rock
steel
water

The Elite Four gym type is:

elite4

Advance an Active Gym

Advances the player's current active gym instance by one stage.

/cobblebash gym advance

For normal gyms, this opens the next trainer stage. If the boss stage is completed, the gym completes after a short delay.

For the Elite Four, this completes the currently selected Elite Four member and unlocks the next member or opens the Champion gate when all four are defeated.

Start a Trainer Battle

Starts a specific trainer battle for a gym type.

/cobblebash gym battle <gym_type> trainer one
/cobblebash gym battle <gym_type> trainer two
/cobblebash gym battle <gym_type> boss

Examples:

/cobblebash gym battle fire trainer one
/cobblebash gym battle fire trainer two
/cobblebash gym battle fire boss

This is mainly useful for admin testing.

Defeat a Trainer Stage

Marks a specific trainer stage as defeated.

/cobblebash gym defeat <gym_type> trainer one
/cobblebash gym defeat <gym_type> trainer two
/cobblebash gym defeat <gym_type> boss

Examples:

/cobblebash gym defeat fighting trainer one
/cobblebash gym defeat fighting trainer two
/cobblebash gym defeat fighting boss

This is mainly useful for admin testing progression without manually completing every battle.

Complete a Gym

Completes the player's active gym if it matches the provided gym type.

/cobblebash gym complete <gym_type>

Example:

/cobblebash gym complete bug

This awards completion state and rewards, then returns the player to their saved entry location.

Clone this wiki locally