Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 23 hours ago
β¨ sCobbleBoosters
sCobbleBoosters is a server-side Fabric addon for Cobblemon that adds a complete configurable booster system with Global and Personal boosters.
β‘ Boosters
ShinyAlphaCatchExperienceBucketBaitFishingSnackIVTypeHidden Ability
π Features
- π Global & Personal boosters
- β³ Priority queue β higher multipliers take priority
- βΈοΈ Personal boosters automatically pause while a Global booster of the same type is active
- π Personal Booster Bag GUI
- π Active Boosters GUI accessible from the Booster Bag
- πͺ Configurable boss bars per booster
- π Fully customizable Discord webhooks per booster
- π¨ Configurable messages, colors, gradients & placeholders
- π οΈ Per-booster debug system
π» Commands
/sb global activate <booster> <multiplier> <time> <text> <sound>
/sb global stop <booster>
/sb global start <booster>
/sb global clear <booster>
/sb global clear all
/sb global clear all <booster>
/sb global info <booster>
/sb personal give <player> <booster> <multiplier> <time> <text> <sound>
/sb personal activate <player> <booster> <multiplier> <time> <text> <sound>
/sb personal clear <booster>
/sb personal clear all
/sb personal clear all <booster>
/sb personal clear player <player> <booster>
/sb personal clear player <player> all
/sb personal clear player <player> all <booster>
/sb personal remove <player> <booster>
/sb personal remove all <player> <booster>
/sb debug on [booster]
/sb debug off [booster]
/sb reload
/booster bag
For Type boosters:
/sb personal activate <player> type <pokemon_type> <multiplier> <time> <text> <sound>
/sb global activate type <pokemon_type> <multiplier> <time> <text> <sound>
π Permissions
scobbleboosters.admin
scobbleboosters.debug
scobbleboosters.booster.bag
βοΈ Configuration
config/scobbleboosters/config.json
config/scobbleboosters/message.json
config/scobbleboosters/boosters/<booster>.json
config/scobbleboosters/webhooks/<booster>.json
config/scobbleboosters/gui/bag.json
config/scobbleboosters/gui/active_boosters.json
π·οΈ Booster Message Placeholders
The following placeholders can be used in booster messages and boss bar text inside:
config/scobbleboosters/boosters/<booster>.json
%booster%β Display name of the booster.%booster_id%β Internal booster ID.%booster_type%β Internal booster type.%type%β PokΓ©mon type for Type boosters, otherwise the booster ID.%pokemon_type%β Formatted PokΓ©mon type used by Type boosters.%multiplier%β Booster multiplier.%mult%β Alias of%multiplier%.%remaining%β Remaining booster time.%duration%β Alias of%remaining%.%total_duration%β Original total booster duration.%h%β Remaining hours.%m%β Remaining minutes.%s%β Remaining seconds.%total_h%β Total duration hours.%total_m%β Total duration minutes.%total_s%β Total duration seconds.%player%β Target player name for Personal boosters.%player_uuid%β Target player UUID.%activator%β Player who activated the booster.%activator_uuid%β UUID of the player who activated the booster.%data%β Raw booster data.%target%β Alias of%data%.%player_active%β Alias of%activator%.%player_active_uuid%β Alias of%activator_uuid%.


