Skip to content
These docs are a work in progress and may be incomplete or contain inaccuracies. (Or be for a newer unreleased version of the mod)

Cobblemon Boosters

Minecraft Version
1.21.1
Mod Loaders
External Links

This is a Server side mod that adds different types of timed boosters to your server. These boosters can be used to increase the chances of finding Shiny Pokemon, or increases the catch rate!

  • Catch Boosters: Increases the catch rate for all players on the server.
  • Experience Boosters: Increases the experience gain for all player’s Pokemon on the server.
  • Shiny Boosters: Increases the chances of finding shiny Pokemon for all players on the server.
  • Spawn Bucket Boosters: Increases the spawn rates for Pokemon in a specific spawn bucket for all players on the server.

The configuration file is located at config/cobblemon_boosters/config.json. This file contains settings for the permission level defaults, and message configurations. The configuration file is automatically generated with default values if it does not exist.

This config file is also the location where you can figure how Discord webhooks are sent, and customize the messages sent to Discord when a booster is started or stopped. You can also customize the in-game messages sent to players when a booster is started, stopped, or when they check the status of the active boosters.

This file is also used to store and cache the active and queued boosts between server restarts, so it is important to not delete this file if you want to keep your active boosts between restarts. And you will not be able to directly edit the file while the server is running as the config file will be overwritten at server stop.

For a list of commands and permissions, see the Commands page.