-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.10.2
-
None
-
Windows 7
Java 7 Update 75 (Build 1.7.0_75-b13)
-
Unconfirmed
The server doesn't seem to load existing reputation values from villages.dat into it's runtime.
TreeMap "j" in Village.java stays empty despite existing data, Village being loaded in the world and related player having joined.
Additionally, saving the values in runtime to NBTTag is not reliable. It appears as if there was only a scheduler behind a(NBTTagCompound x). So if starting the server, generating a reputation value and stopping the server is done in a short timeframe, no change is made to the value.
Value was checked using NBTExplorer and after the server was stopped.
- duplicates
-
MC-106350 villages.dat that contains populated Players NBT tags spam IllegalArgumentException to console
- Resolved