
Adds a way to turn in your shinies and roll for a new one in Cobblemon
Server side mod that adds a way for players to gamble reroll their shinies into new ones.
Features:
How it works:
It's very simple: Players can select up to a (configurable) number of shinies to reroll. Every shiny selected increases the % of getting a new shiny by a (configurable) value.
Example:
⚠️ Luckperms is optional but recommended - OP is required for commands
Commands:
/shinyreroll open - Opens mod GUIshinyreroll.self/shinyreroll open <player> - Opens mod GUI for another Playershinyreroll.other/shinyreroll reload - Reloads mod configshinyreroll.reloadConfig:
{
"maxPokemonSelected": 10, // Max pokemon allowed in the reroll
"chancePerPokemon": 10.0, // % added per pokemon in the reroll (0 to 100)
"allowLegendary": false,
"allowMythical": false,
"allowUltraBeast": false,
"allowParadox": false,
"allowUnimplemented": false
}