File Details
BetterEnderChest v2.1.4
- R
- Mar 10, 2014
- 126.17 KB
- 2.1K
- CB 1.7.2-R0.3
File Name
BetterEnderChest.jar
Supported Versions
- CB 1.7.2-R0.3
This build requires Minecraft 1.7.2 for the server, any other Minecraft version, older or newer, won't work.
- Improved performance for larger servers when determining which chests should be saved.
- Fixed spelling in the config.yml.
- Improved
/bec reload: every setting in the config.yml should now be reloaded correctly, even database connection settings. - Improved error reporting: the original error is now reprinted every time a chest is opened, so that admins don't need to search through the log files for an error.
- When uninstalling: players will lose their items. If you weren't using an inventory seperation plugin you can use the converter to convert back.
- This build will work on Minecraft 1.7.2 servers only.
An user posted an interesting error for BetterEnderChest 2.1.3. I can't reproduce it myself, so I need your help. It is related to adding chests to the autosave queue in MySQL mode. Please post a message here if you also got the error. Please also include your config.yml, but don't forget to remove the database password.
java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839) at java.util.HashMap$EntryIterator.next(HashMap.java:880) at java.util.HashMap$EntryIterator.next(HashMap.java:878) at nl.rutgerkok.betterenderchest.mysql.BetterEnderSQLCache.addChestsToAutoSave(BetterEnderSQLCache.java:101) at nl.rutgerkok.betterenderchest.mysql.BetterEnderSQLCache$2.run(BetterEnderSQLCache.java:71) at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:67) at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:614) at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273)