Releases: rutgerkok/BetterEnderChest
Releases · rutgerkok/BetterEnderChest
BetterEnderChest v2.4.2
- Updated to be compatible with Minecraft 1.9.
- No longer compatible with Minecraft 1.8 or older.
BetterEnderChest v2.4.1
- Fixed compatibility with ProRecipes (thanks mcgrizzz!)
- Fixed shift-clicking not always placing items in the correct slot
BetterEnderChest v2.4.0
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
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
- 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
- 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
- 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
- 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
- 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
- Updated to be compatible with Minecraft 1.7.10.