
Cobblemon Shiny Days
Choose days of the week to increase shiny rates for either all Pokémon or specific Pokémon, giving your server events similar to Community Days in Pokémon GO.
- Загрузки
- 43K
- Подписчики
- 35
- Обновлён
- 4 июня 2026 г.
- Лицензия
- MIT
Опубликован 12 апреля 2025 г.

Choose days of the week to increase shiny odds for either all Pokémon or specific Pokémon, giving your server events similar to Community Days in Pokémon GO.
Dependencies
Cobblemon - Modrinth / Curseforge
Fabric Language Kotlin (for Fabric servers) - Modrinth / Curseforge
Features
- Choose which days to increase shiny rates
- Increase shiny odds for all spawns or only specific Pokémon
- Broadcasts a message at a customisable interval to remind players what shiny rates are currently increased
- /shinyday command to check currently boosted shiny rates
Installation
Place the .jar file in your /mods folder, and restart the server.
Configuration
The configuration has 5 customisable options
- "species" : which Pokémon will have increased rates (can use "ALL" to increase odds of all Pokémon)
- "labels" : Pokémon with these labels will have their shiny rates increased ("legendary", "gen1", "gen2" etc.)
- "types" : Pokémon with these types will have their shiny rates increased ("water", "fire" etc.)
- "days" : which days to apply the specified rates to the specified Pokémon
- "multiplier" : how much to multiply odds by (uses the shiny rates in your Cobblemon config as a base rate, then adds this modifier) e.g. Cobblemon shiny rate is 1/8192, a multiplier of 2.0 will make the rate 1/4096
- "broadcastInterval" : how often to send the broadcast (in seconds) letting players know which Pokémon have increased shiny rates.
Example Config
[
{
"species": ["Pikachu", "Bulbasaur", "Charmander", "Squirtle"],
"labels": ["legendary", "mythical"],
"types": ["normal"],
"days": ["Saturday", "Sunday"],
"multiplier": 5.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen1"],
"types": ["water"],
"days": ["Monday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen2"],
"types": ["fire"],
"days": ["Tuesday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen3"],
"types": ["grass"],
"days": ["Wednesday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen4"],
"types": ["psychic"],
"days": ["Thursday"],
"multiplier": 2.0,
"broadcastInterval": 300
},
{
"species": [],
"labels": ["gen5"],
"types": ["steel"],
"days": ["Friday"],
"multiplier": 2.0,
"broadcastInterval": 300
}
]
The config above would work as follows
Saturday and Sunday - Pikachu, Bulbasaur, Charmander, Squirtle, Normal-type, legendary and mythical Pokemon have 5x shiny rates
Monday - All Gen 1 & Water-type Pokemon have 2x shiny rates
Tuesday - All Gen 2 & Fire-type Pokemon have 2x shiny rates
Wednesday - All Gen 3 & Grass-type Pokemon have 2x shiny rates
Thursday - All Gen 4 & Psychic-type Pokemon have 2x shiny rates
Friday - All Gen 5 & Steel-type Pokemon have 2x shiny rates
Authors
Created by Shadymitsu and ChatGPT
License
Ченджлог
1.1.1-fabricРелиз1.21.1 · 4 июня 2026 г.
SPECIAL THANKS TO SrKalopsia for this update!
🌍 v1.1.1 - The Localization Update
This release introduces a complete overhaul of the in-game messaging system, replacing hardcoded text with native translation keys. Players will now see event announcements and command outputs dynamically in their client's selected language!
✨ What's New
Native Localization: Chat broadcasts and commands now use Text.translatable().
Multi-Language Support: Included en_us and es_es language files ready to be injected via your global Server Resource Pack.
Dynamic Formatting: Multipliers, Pokémon species, and event days are now securely passed as arguments into the translation keys, ensuring perfect grammar formatting across different languages.
🛠️ Technical Changes
Refactored CheckCommand.kt and BroadcastManager.kt to eliminate static strings.
Protected Kotlin string interpolation logic to seamlessly format within the new JSON lang files.
Compiled for Minecraft 1.21.1 | Fabric
1.1.1-neoforgeРелиз1.21.1 · 18 июня 2025 г.
- Removed leftover debug lines which were spamming the console in the NeoForge version of the mod. Apologies. (Thanks Trinketina for the heads-up!)
1.1.0-fabricРелиз1.21.1 · 30 мая 2025 г.
Added "type" configuration functionality. (e.g Normal, Fire, Water etc.)
Added /shinyday command to check what rates are currently increased and by how much
Fixed no broadcast message appearing when "ALL" is used in species.
1.1.0-neoforgeРелиз1.21.1 · 30 мая 2025 г.
Added "type" configuration functionality. (e.g Normal, Fire, Water etc.)
Added /shinyday command to check what rates are currently increased and by how much
Fixed no broadcast message appearing when "ALL" is used in species.
1.0.2-neoforgeРелиз1.21.1 · 26 апреля 2025 г.
- Added "label" functionality (e.g specifying gen1, legendary etc. in config)
- Modified broadcast message
1.0.2-fabricРелиз1.21.1 · 26 апреля 2025 г.
- Added "label" functionality (e.g specifying gen1, legendary etc. in config)
- Modified broadcast message
1.0.1-fabricРелиз1.21.1 · 18 апреля 2025 г.
- Fabric port
1.0.1Релиз1.21.1 · 13 апреля 2025 г.
- Tweaked broadcast message
Комментарии
Загружаем…