BetterEnderChest Alpha v0.8

Details

  • Filename
    BetterEnderChest.jar
  • Uploaded by
  • Uploaded
    Aug 9, 2012
  • Size
    49.69 KB
  • Downloads
    594
  • MD5
    9c4c9dfa276a457502df8d6c0da69461

Supported Bukkit Versions

  • CB 1.3.1-R1.0

Changelog

View older versions

  • Updated for Minecraft 1.3.1.
  • Removed configuration option to set the chest id, is now always the Ender Chest.
  • Print full stack trace when something goes wrong during saving/loading.
  • New command: /betterenderchest give playername item amount damage-value. Works even when the player is offline.
  • Don't unload inventories while the owner is offline, but someone else is viewing the inventory.
  • Because the contents of Book and Quill and Written Book are not saved (no API to get the contents yet), the plugin now prevents you from placing them in the Ender Chest.

To read and write NBT files, I'm using this class from the Minecraft Wiki.

Broken. When using enchanted tools, you can corrupt your Ender Chest.

  • Use the converter to convert vanilla Ender Chests.
  • Still an alpha version. Don't use on production servers and make backups! Edit: There seems to be a bug with enchanted tools. (When changing the code to support written books I found a bug in the code which sometimes didn't correctly write an End tag, which would corrupt the file.)