
Cobblemon Boosters
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!
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!
Currently supported Booster types:
- 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.
Requirements
Optional Dependencies
- GooeyLibs 3.1.1-1.21.x - Used for optional GUIs
Configuration
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.
Commands
/boosters- Root command for boosters./boosters reload- Reloads the boosters configuration.- Requires the
cobblemon_boosters.command.boosters.reloadpermission (Defaults to OP status)
- Requires the
/boosters clear-queues- Clears all active booster queues.- Requires the
cobblemon_boosters.command.boosters.clear_queuespermission. (Defaults to OP status)
- Requires the
/boosters check-queues <booster>- Checks the status of a booster queue.- Requires the
cobblemon_boosters.command.boosters.check_queuespermission. (Defaults to Any User)
- Requires the
/boosters catch- The Root command for catch boosters./boosters catch start <multiplier> <duration> <unit>- Starts a catch booster with the specified multiplier, duration, and time unit.- Requires the
cobblemon_boosters.command.boosters.catch.startpermission. (Defaults to OP status)
- Requires the
/boosters catch stop- Stops the active catch booster.- Requires the
cobblemon_boosters.command.boosters.catch.stoppermission. (Defaults to OP status)
- Requires the
/boosters catch status- Checks the status of the active catch booster.- Requires the
cobblemon_boosters.command.boosters.catch.statuspermission. (Defaults to Any User)
- Requires the
/boosters experience- The Root command for Experience boosters./boosters experience start <multiplier> <duration> <unit>- Starts an Experience booster with the specified multiplier, duration, and time unit.- Requires the
cobblemon_boosters.command.boosters.experience.startpermission. (Defaults to OP status)
- Requires the
/boosters experience stop- Stops the active Experience booster.- Requires the
cobblemon_boosters.command.boosters.experience.stoppermission. (Defaults to OP status)
- Requires the
/boosters experience status- Checks the status of the active Experience booster.- Requires the
cobblemon_boosters.command.boosters.experience.statuspermission. (Defaults to Any User)
- Requires the
/boosters shiny- The Root command for shiny boosters./boosters shiny start <multiplier> <duration> <unit>- Starts a shiny booster with the specified multiplier, duration, and time unit.- Requires the
cobblemon_boosters.command.boosters.shiny.startpermission. (Defaults to OP status)
- Requires the
/boosters shiny stop- Stops the active shiny booster.- Requires the
cobblemon_boosters.command.boosters.shiny.stoppermission. (Defaults to OP status)
- Requires the
/boosters shiny status- Checks the status of the active shiny booster.- Requires the
cobblemon_boosters.command.boosters.shiny.statuspermission. (Defaults to Any User)
- Requires the
/boosters bucket- The Root command for Spawn Bucket boosters./boosters bucket start <bucket> <multiplier> <duration> <unit>- Starts a Spawn Bucket booster with the specified multiplier, duration, and time unit.- Requires the
cobblemon_boosters.command.boosters.bucket.startpermission. (Defaults to OP status)
- Requires the
/boosters bucket stop- Stops the active Spawn Bucket booster.- Requires the
cobblemon_boosters.command.boosters.bucket.stoppermission. (Defaults to OP status)
- Requires the
/boosters bucket status- Checks the status of the active Spawn Bucket booster.- Requires the
cobblemon_boosters.command.boosters.bucket.statuspermission. (Defaults to Any User)
- Requires the
