Tags
Creators
Details
1.2.3
Compatibility
Changes
1.2.3
Added
A new 'async' property has been added to your config file. By default this is enabled to true. By disabling this, it forces CobblemonExtras to sync players pokemon on the main thread. This proved to be useful for some servers, but is not suggested because it poses some risk of creating lag on your server.
Urgent!
It has been discoverd that all versions starting at 1.2, the config file was not properly putting default values in when new properties were being added to the config file.
This means certain permissions could be wrong on your server.
Please review your CobblemonExtras config file located at config/cobblemonextras/config.json and check that the permissions are matching the default, or are configured to your liking.
"permissionlevels": {
"command.poketrade": 2,
"command.pokesee": 2,
"command.pokeseeother": 2,
"command.pc": 2,
"command.pokeshout": 2,
"command.itemshout": 2,
"command.compsee": 2,
"command.compseeother": 2,
"command.pokebattle": 2,
"command.battle": 2,
"command.comptake": 2,
"command.pokeivs": 2,
"command.emptybox": 2,
"command.pokeshoutall": 2,
"command.pokeodds": 3,
"command.pokekill": 3
}
Showcase
No mode update required
Stats have been rolled out to your showcases! Let us know how you like them!

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:TXoSDUCh:LFVKcBWV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TXoSDUCh:LFVKcBWV"
}

