Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 6 months ago
Updated 6 months ago
✨ Shiny Gamble Reroll
Server side mod that adds a way for players to gamble reroll their shinies into new ones.
Features:
GamblingReroll of shinies- Configurable odds
- Configurable legendaries, mythicals ...
- Cool(ish) spinning animation
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:
- A player can select a maximum of 10 shinies and each shiny adds 10%.
- If a player selects 2 shinies from his party/pc, they'll have a 20% chance of rolling those 2 shinies into a new shiny. The used shinies will always disappear on the reroll. If they get lucky, those 2 shinies will turn into a brand new one. If they get unlucky, they lose 2 shinies.
⚠️ Luckperms is optional but recommended - OP is required for commands
Commands:
/shinyreroll open
- Opens mod GUI- Requires OP or
shinyreroll.use
- Requires OP or
/shinyreroll open <player>
- Opens mod GUI for another Player- Requires OP or
shinyreroll.use.other
- Requires OP or
/shinyreroll reload
- Reloads mod config- Requires OP or
shinyreroll.reload
- Requires OP or
Config:
{
"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
}