Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.1.3
Release
Cobblemon Trainer Prestige 1.1.3last month 68
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Trainer Prestige - Update Changelog
Fixed
- Fixed a possible server watchdog timeout caused by special Pokemon ownership scans.
- Fixed recursive scan behavior when Cobblemon was initializing player PC storage.
- Fixed ownership scan safety so failed party/PC scans no longer risk removing special ownership titles incorrectly.
- Fixed a remaining Portuguese unlock text on dynamic legendary, mythical, and Ultra Beast ownership titles.
Improved
- Special Pokemon ownership scans are now queued and processed safely on the server tick.
- Trade/ownership updates for legendary, mythical, and Ultra Beast titles are now handled with safer scan scheduling.
- Reduced unnecessary full-server scans when players gain regular Pokemon.
- Added protection against re-entrant ownership scans.
Added
- Added
specialOwnershipScanIntervalSecondsto the config. - Server owners can now adjust how often online players are scanned for legendary, mythical, and Ultra Beast ownership updates.
- Documented the new scan interval config option in the README.
Technical
- Updated Fabric and NeoForge tick handling to use the new queued scan system.
- Verified with a full Gradle build.
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:y7HbaomZ:bEcv4yRb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y7HbaomZ:bEcv4yRb"
}

