Cobblemon Shiny Days

Quick rating

Community listing page, reviews here may not be monitored by the author.

Cobblemon Shiny Days

By ShadymitsuOwner

No reviews yet

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.

Anime & Pop Culture
No Genre
Server Utility
Mod Addon
Pokemon
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
CobblemonShinyDays-1.1.1-fabric.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Cobblemon Shiny Days

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

MIT

Cobblemon Shiny Days

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

MIT

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~170,000
Total Downloads
CurseForge
~130,000
Modrinth
~45,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works