Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.2.0+1.21.1
Release
Cobblemon Shiny Reroll 1.2.0+1.21.12 weeks ago 100
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
- Bumped Cobblemon Version to 1.8.0
Added
lang.json— every message the mod shows you is now editable, with MiniMessage formatting.
Changed
- Permissions now work with any permissions plugin, not just LuckPerms.
- The reroll now delivers to your PC if your party is full, instead of losing the reward.
- Your selection is re-validated the instant a roll finishes — if it changed after you confirmed, nothing is consumed.
- The reward pool is now driven by Cobblemon's own species labels (legendary/mythical/ultra beast/paradox).
- The rolling animation now runs a smoother, more consistent spin.
Fixed
- Selecting more than one party Pokémon could delete the wrong ones.
- A Pokémon moved out of its PC box mid-selection could crash the GUI.
- Roll state could leak or desync on relog, leaving stray GUIs open.
- Non-LuckPerms permission plugins were silently ignored, locking non-ops out entirely.
- The selected-Pokémon list rendered an empty page at exactly 30 selected.
- Running
/shinyreroll openmid-animation could break an in-progress roll. - A malformed config could silently fall back to defaults with nothing logged.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ERLIIWK5:IeHBi7mf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ERLIIWK5:IeHBi7mf"
}

