sCobbleBoosters
sCobbleBoosters is a plugin for Fabric Servers that adds the ability to add boosters on Cobblemon servers, boosters are of several types such as Global or per Player.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
sCobbleBoosters
CobbleBoosters is a plugin for Fabric Servers that adds the ability to add boosters on Cobblemon servers, boosters are of several types such as Global or per Player.
📜Features
- Supports several types of boosters - Supports the possibility of being own or global boosters. - Supports WebHooks for discord servers. - Multi WebHooks for each type of booster. And more soon..
🔒Permissions
Spoiler
- `scobbleboosters.admin` - `scobbleboosters.shiny.info` - `scobbleboosters.shiny.reset` - `scobbleboosters.shiny.activate`
⚙️Commands
Spoiler
- `/sb reload` - `/sb shiny reset <x>` - `/sb shiny info` - `/sb shiny values` - `/sb shiny <x> <1h 1m 1s> <text with %dh %dm %ds>` - `/sb shiny <x> <1h 1m 1s>`
Config ```json { "commands": { "aliases": [ "sb" ] }, "shiny": { "enabled": true, "minAllowedRate": 1.0, "showQueueOnBossbar": true }, "webhook": { "enabled": false, "url": "", "mentionRoleId": "", "embedTitle": ":sparkles: Booster Activated!", "embedColor": 3066993, "imageUrl": "", "thumbnailUrl": "", "footer": "sCobbleBoosters Mod", "messageTemplate": "Global Booster activated: %.1fx for %dh %dm %ds" }, "webhooks": { "shiny": { "enabled": true, "url": "", "mentionRoleId": "", "embedTitle": ":sparkles: Booster Activated!", "embedColor": 3066993, "imageUrl": "", "thumbnailUrl": "", "footer": "sCobbleBoosters", "messageTemplate": "Shiny Booster activated: %.1fx for %dh %dm %ds" } }, "sounds": { "boosterActivated": { "enabled": true, "id": "minecraft:entity.player.levelup", "volume": 1.0, "pitch": 1.0 } } } ```