Tags
Creators
Details
1.9.9.4-rc
Compatibility
Changes
Added:
- 1.20 support
Changes:
- Slight code enhancements.
- A more random type of random.
- Slowly start changing to Adventure API.
Optimizations:
- Reduce some checks that should not be needed.
- Changed over to using JSON strings for enchantment storage in PDC.
- Adds in PDC and changes the check to see if an item has enchantments over to PDC.
- Opens up how you can customize lore a lot more in the future.
- Should provide better performance.
- Information for checks has been moved over to being under PDC, so lore no longer has an impact.
- Adding enchants.
- Removing enchants.
- Checking levels.
PDC should have a substantial increase for server performance when using our plugins. Enchants previously added to items will no longer work so you should not use this on an already existing server.
Fixed:
- Infinite effect length for 1.20.
- Error that gets throw on crash that would only be thrown if the plugin doesn't load up properly before.
- Error caused by /gkit reset with no other args.
- Gkit no adding any crazyEnchantments. (Which might have been added in with the PDC changes)
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:krxPuhWb:Zcbmp4I5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:krxPuhWb:Zcbmp4I5"
}

