Skip to content

Releases: rutgerkok/BetterEnderChest

BetterEnderChest v2.2.3

09 Jul 06:57
Compare
Choose a tag to compare
  • Rewrote JSON parser (used for loading items from the database) to use JSONSimple instead of Mojang's parser, which has some annoying bugs.
  • Account for null stacks in MultiInv importer.

BetterEnderChest v2.2.2

09 Jul 06:56
Compare
Choose a tag to compare
  • When the database connection is lost, the plugin will now attempt to reconnect. When the reconnect fails, it won't try again to reconnect until the admin instructs the plugin to do so.
  • Fixed NullPointerException in the MySQL UUID converter when no database connection could be made at startup.
  • Fixed problems with chests not saving when not using UUIDs.
  • Updated to latest UUIDFetcher, which has rate limiting included to not stress Mojang's servers too much.

BetterEnderChest v2.2.1

15 Apr 10:25
Compare
Choose a tag to compare
  • Added an option to not use UUIDs to the config.yml (so that BetterEnderChest won't make network connections to api.mojang.com)
  • Updated the UUID conversion to use the new Mojang API, as the old API is now rate limited to 500 names.
  • When, as part of the UUID conversion process, file renaming fails, BetterEnderChest now tries to copy the file and delete the old one.

BetterEnderChest v2.2.0

13 Apr 09:59
Compare
Choose a tag to compare
  • Updated to be compatible with Minecraft 1.7.8.
  • Now using UUIDs instead of names for chest files.
  • Added a conversion process for all old chest files.
  • Fixed a ConcurrentModificationException in the MySQL chest unload task.
  • The MySQL database format now uses JSON to store the contents of the chest.

BetterEnderChest v2.1.5

13 Apr 09:58
Compare
Choose a tag to compare
  • Updated to be compatible with Minecraft 1.7.5.

BetterEnderChest v2.1.4

17 Mar 13:36
Compare
Choose a tag to compare
  • 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.

BetterEnderChest v2.1.3

23 Feb 11:14
Compare
Choose a tag to compare
  • Fixed a bug in SQL saving that made some chests only save and unload when the server stopped.
  • When BetterEnderChest.showDebugMessages is enabled, more messages are shown when in SQL mode.

BetterEnderChest v2.1.2

01 Dec 09:38
Compare
Choose a tag to compare
Pre-release
  • Updated to CraftBukkit 1.7.2.
  • Added support for MyWorlds.
  • Added /ec alias for /enderchest.
  • Added setting for automatic group management, enabled by default for new configs.

Download on BukkitDev

BetterEnderChest v2.1.1

26 Oct 10:09
Compare
Choose a tag to compare
  • Fixed players being able to break Ender Chests in WorldGuard regions when the {{{chestDrop}}} was set to ITSELF, NOTHING, ENDER_PEARL or EYE_OF_ENDER (other drops worked fine).
  • Fixed the importer for the default world group not being {{{vanilla}}} in new configs.
  • Fixed a crash when the default world group was removed from the config file and there where worlds not assigned to any other group.

Download at BukkitDev

BetterEnderChest Beta 2.1.0

16 Oct 18:29
Compare
Choose a tag to compare
Pre-release
  • Chests do not get resaved anymore when there are no changes made since the last autosave.
  • Implemented MySQL support. Flatfile is still the default saving method.
  • Added importer for flatfile to MySQL.(betterenderchest-flatfilenbt)
  • Added converter for MySQL to flatfile. (betterenderchest-mysqlnbt)

Download at BukkitDev