Skip to content

Releases: rutgerkok/BetterEnderChest

BetterEnderChest v2.4.2

01 Mar 14:03
Compare
Choose a tag to compare
  • Updated to be compatible with Minecraft 1.9.
  • No longer compatible with Minecraft 1.8 or older.

BetterEnderChest v2.4.1

20 Feb 08:49
Compare
Choose a tag to compare
  • Fixed compatibility with ProRecipes (thanks mcgrizzz!)
  • Fixed shift-clicking not always placing items in the correct slot

BetterEnderChest v2.4.0

21 Jan 12:20
Compare
Choose a tag to compare

This file is compatible with Spigot 1.8.4 t/m 1.8.8.

  • Added permission node betterenderchest.user.insert. This note is granted automatically be default. If a player doesn't have this node, he/she will not be able to place items in a chest (but still take items).
  • Added more debug messages when the setting BetterEnderChest.showDebugMessages is set to true.
  • Added IllegalItems setting, that allows you to prevent players from inserting items with a certain id, name or lore (or a combination of those). The setting is documented here.

BettterEnderChest v2.3.1

21 Jan 12:10
Compare
Choose a tag to compare

This file is compatible with Spigot 1.8.4 t/m 1.8.8.

  • Fixed a bug with MySQL chest loading when a player had no Ender Chest.
  • Fixed a bug when no database connection can be made.
  • Disabled UTF-8 support for existing installations, New installations can still turn it on manually.
  • Now using utf8 instead of utf8mb4 encoding in MySQL, to restore compatibility with older MySQL versions. (Minecraft can't display those characters anyway.)

BetterEnderChest v2.3.0

22 May 14:38
Compare
Choose a tag to compare
  • Updated to be compatible with Spigot 1.8.4 (and Spigot 1.8.5). No longer compatible with Spigot 1.8.3 or earlier.
  • File-based saving and loading now happens on another thread and therefore no longer pauses the server when reading/writing data.
  • Ender Chests can now be unloaded when the chest is closed, but the owner is still online.
  • Default autosave interval has been set to 5 seconds. (Keep in mind that unchanged chests aren't saved.)
  • Removed the settings AutoSave.saveTickIntervalTicks and AutoSave.chestsPerSaveTick. Now that saving and loading does no longer pauses the server, these are no longer necessary.
  • Updated MyWorlds importer to use UUIDs.

BetterEnderChest v2.2.8

07 Mar 14:35
Compare
Choose a tag to compare
  • Update to be compatible with Spigot 1.8.3. (Spigot 1.8.0 is no longer supported by this file, use 2.2.7.)
  • Removed the UUID converter. If you haven't converted by now, you're too late: many people have already changed their name, so their UUID can no longer be looked up.
  • MySQL: improved JSON reading and writing to support some tags Forge mods added.
  • /bec give can now add NBT data to items, same format as vanilla Minecraft.
  • /bec give can now use Mojang material names too. (Bukkit material names are still supported.)
  • Removed the limit (was 64) from /bec give on how many items can be given at once.

BetterEnderChest v2.2.7

19 Jan 10:17
Compare
Choose a tag to compare
  • Updated LWC bridge to add support for UUIDs.
  • Fixed an error in the LWC bridge: protecting a sign attached to an Ender Chest no longer makes BetterEnderChest think the owner of the sign is the owner of the Ender Chest.
  • Added support for BlockLocker.

BetterEnderChest 2.2.6

29 Nov 21:14
Compare
Choose a tag to compare
  • Updated to Spigot 1.8.
  • As a result of a change made by Mojang to item NBT saving, items are now saved with their name instead of id. Old chests will still load fine.

BetterEnderChest v2.2.5

31 Jul 11:04
Compare
Choose a tag to compare
  • Fixed a bug in flatfile importer that caused a StackOverflowError. Thanks @otherwise777!
  • Updated the MultiInv importer for UUID support in MultiInv 2.3.0.
  • Fixed chests not importing from MultiInv when a world wasn't assigned to a group.
  • Fixed /bec reload not reloading database connection settings.

BetterEnderChest v2.2.4

09 Jul 06:58
Compare
Choose a tag to compare
  • Updated to be compatible with Minecraft 1.7.10.