ARoT - CustomNPCS

Recompiled customnpcs with backported features

File Details

CustomNPCs-1.19.2-rewrite-0.1.2.jar

  • R
  • Apr 9, 2026
  • 10.29 MB
  • 4.2K
  • 1.19.2
  • Forge

File Name

CustomNPCs-1.19.2-rewrite-0.1.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:arot-customnpcs-1499056:7901529")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## v1.19.2-rewrite-0.1.2

**Bug Fixes**
- Fixed crash on player death during server shutdown (RejectedExecutionException in CustomNPCsScheduler)
- Fixed NPC editing not working (wand right-click and Edit button did nothing due to PermissionAPI conflict)
- Fixed MixinPlayerDataStorage crash at world load (ClassMetadataNotFoundException)
- Removed problematic MixinPlayerDataStorage — player data saving handled via Forge events instead

**Changes**
- NPC editing now uses simple OP check instead of Forge PermissionAPI (fixes compatibility with permission mods)
- CustomNPCsScheduler now gracefully handles tasks submitted after shutdown