File Details
CustomNPC+ v1.8.5
- R
- Jun 4, 2023
- 12.38 MB
- 4.7K
- 1.7.10
- Forge
File Name
CustomNPC-Plus-1.8.5.jar
Supported Versions
- 1.7.10
Curse Maven Snippet
CustomNPC+ 1.8.5
1.8: Changes 1.8.1: Changes 1.8.2: Changes 1.8.3: Changes 1.8.4: Changes
Changes
- PlayerData
DATformat (Huge Performance Boost for PlayerData loading/saving) - Client Image Cache - Added a Client Image cache for Particles, NPC Url Textures, URL Items, etc. There is now a config associated with this in
CustomNpcPlus/client.cfg - Moved PlayerDataMap.dat location to inside
customnpcsfolder rather thanplayerdatafolder - PlayerData Converter Commands
/kamkeel config playerdata
Fixes
- Set Engine - Memory Leak/Timing Out
- Bad PlayerData JSON loading issue with CPU hogging
- Player Animations DBC render issue
- Script Saving Issue
- Fix NullPointer Natural Spawns Crash
PLAYERDATA DAT FORMAT
We are introducing a new playerdata format that can extremely benefit larger servers with an active player base. There is no danger in using this format. You can see playerdata loading/saving improvements of upwards of 100x.
HOW TO CONVERT PLAYERDATA
I suggest you whitelist your server and only have one player online when converting playerdata. You must have file access. Converting will NOT delete your existing data
1. Utilize /kamkeel config playerdata dat/json convert - Wait for complete message
- dat will clone all JSON playerdata and convert them into dat and put them into a new folder.
- json will clone all DAT playerdata and convert them into json and put them into a new folder.
2. Stop your server/close your world
3. Go into customnpcs folder for your world and remove/rename your playerdata folder. You may keep it somewhere else if you'd like.
4. Rename playerdata_new folder to playerdata
5. Go into SERVER config - CustomNpcPlus/main.cfg and enable B:"Dat Format for PlayerData"=true. FALSE if you want to go back to using JSON

