BetterEnderChest v2.1.4

Details

  • Filename
    BetterEnderChest.jar
  • Uploaded by
  • Uploaded
    Mar 10, 2014
  • Size
    126.17 KB
  • Downloads
    1,967
  • MD5
    04f08483ad0634f689c33e6301ed97fb

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

View older versions

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)