-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
CobbleBash includes admin commands for testing and server management.
All commands require permission level 2.
/cobblebash 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
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.
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.
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.
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.