
In Cobblemon 1.7, the configuration shipped with the mod uses 1 in 8,192 shiny odds for ordinary rolls. A server can change this value through shinyRate in main.json, while addons and datapacks may introduce separate bonuses. Always ask which configuration is actually loaded before comparing results between worlds.
Short answer and version covered
This page was verified on August 17, 2026 against Cobblemon’s official 1.7 branch. The configuration source defines shinyRate as 1F / 8192F and serializes the main configuration under config/cobblemon/main.json. Version 1.7 also added an in-game config screen and /cobblemonconfig reload, although its changelog warns that some settings still require a restart.
| Context | Verified rate | Version | Configurable | Source |
|---|---|---|---|---|
| Standard roll, default config | 1/8,192 | Cobblemon 1.7 | Yes | Official CobblemonConfig.kt |
| Modified server | Server-defined | Server-specific | Yes | config/cobblemon/main.json |
| Egg without an announced addon | Global rate, no documented parent bonus | Cobblemon 1.7 | Through global config | Official source |
| Addon or datapack | Varies | Extension-specific | Yes | Extension documentation |
Sources: official Cobblemon configuration and Cobblemon 1.7 changelog, checked August 17, 2026.
Base shiny rate in Cobblemon
How to read a 1-in-N probability
One chance in 8,192 does not promise a shiny on encounter 8,192. Every independent roll starts with the same probability. You may find one immediately or go far beyond that count. More encounters increase the cumulative chance, never a guarantee for a particular encounter.
Why rates can differ between servers
shinyRate is configurable rather than enforced across every community. Administrators may keep the default, raise it or lower it. Extensions can add conditional bonuses. Another server’s rate, or a creator’s single-player results, therefore cannot establish the odds where you play.
Do eggs and breeding change shiny odds?
Probability per egg
The covered base mod does not document a Masuda-style bonus or a higher rate from a shiny parent. An egg gives another roll under the loaded mechanics. Producing more eggs increases the number of attempts, not the odds attached to each egg.
Addon and server-specific mechanics
Breeding systems, charms, chains, events and multipliers may come from a sidemod, datapack or server plugin. Ask for the extension name and version, the exact trigger, and whether bonuses stack. Our guide to breeding, IVs and nature covers egg planning without assuming a shiny bonus.
Which methods actually change the odds?
Base mod mechanics
For the verified version, the reliable approach is increasing valid rolls by encountering more Pokémon or producing more eggs. The individual roll still follows the active configuration. See the separate shiny hunting methods guide for the distinction between encounter speed and a true rate modifier.
Addons, datapacks and server rules
A server may advertise a boosted zone, item, event or reward. Treat it as that server’s rule. Confirm its dates, eligible Pokémon, and whether it changes the probability or simply creates more spawns.
How to check a server’s shiny rate
Questions to ask without assuming its settings
Ask which Cobblemon version is running, what shinyRate is loaded, which extensions affect shinies, whether eggs use the same roll, and whether a temporary event is active. For The Tower, use its Discord to verify the currently announced configuration rather than inferring it from this general reference.
FAQ
Does a shiny parent improve the odds?
Not in the verified Cobblemon 1.7 base mechanics. A server extension can add such a rule, in which case its own documentation applies.
Are rates the same in single-player and multiplayer?
Only when both installations load the same configuration and extensions. A multiplayer server can change shinyRate.
Do shiny Pokémon have better stats?
No. Shiny status affects appearance and associated effects, not IVs, nature or base stats.