
EmakiLevel | Multi-track Leveling, Experience Sources
A multi-track leveling system beyond vanilla XP: 13 ready-made level types, nine experience triggers, six-tier layered scaling, auto and manual level-ups, upgrade costs and rewards, attribute contribution, leaderboards, PDC sync and MythicMobs integration.
Creators
Details
1.3.0
Compatibility
Required content
Changes
Added
- Level exp sources now use CoreLib's shared gameplay-event channel.
- Native CoreLib Level placeholders for other plugin condition expressions.
- Improved Level action-chain integration.
- Manifest v2 Web Console integration.
- Command suggestions after
/emakilevelor/elv.
Improved
- Reduced duplicated source listener logic through a unified subscriber.
- Improved level messages and Web curve preview styling.
- Aligned with the Paper API /
paper-plugin.yml1.21.8+ baseline.
Notes
- Update with the matching CoreLib release.
- Breaking: Action aliases were removed; use canonical action IDs.
- If other plugins use Level placeholders, ensure EmakiLevel is enabled and the referenced level type exists.
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:Iw3zKgdR:TGcyXMRb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Iw3zKgdR:TGcyXMRb"
}

