Tags
Creators
Details
1.8.6
Compatibility
Changes
CustomNPC+ 1.8.6
1.8: Changes 1.8.1: Changes 1.8.2: Changes 1.8.3: Changes 1.8.4: Changes 1.8.5: Changes
Just a quick bug fix and command overhaul with some new quest and dialog commands that will be extremely useful! Client Cache is now fully tested and in place!
THE QUEST ROLLBACK BUG IS NOW FULLY FIXED with the new PLAYER DATA CACHE!
Changes
- Added
/kamas a command alias for/kamkeel - Added
/kamkeel questCatCommand - Added
prereq,info, andidto quest command - Added
/kamkeel dialogCatCommand - Added
availability,info, andid` to dialog command - NPC Texture Caching (Less URL Requests)
- Particle Texture Caching (Fixes Particle Flickering)
- Added Cache Time to client config
Fixes
- Fix PlayerData not being removed from Cache
- Tracked Quest not clearing between worlds/servers
- DBC Render Error
- Added noppes command warning (Unsupported)
- CustomOverlayLabel and Line weird layering bug
- CNPC+ Logs only PRINT to CustomNPCs Logs (Not Console)
- Quest/PlayerData Rollback Bug
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CustomNPC-Plus-1.8.6-nomixin.jar | Unknown | 11.4 MiB |
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:dXMq6syh:1LDKuEJc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXMq6syh:1LDKuEJc"
}

