Skip to content

Releases: Tallcraft/DeathBarrel

Update for MC 1.18

03 Dec 14:47
Compare
Choose a tag to compare

Fixes a bug where barrels would not spawn below Y0.

Auto Barrel Cleanup

30 Jun 17:37
Compare
Choose a tag to compare
  • Added option removeBarrelsAfterSeconds. If enabled, the plugin will remove barrels which are older than the configured amount of seconds (even if not empty). This option will also work across server restarts. However, after server restart barrels only get removed once the chunk they're in gets loaded. Set to -1 to disable time based barrel cleanup (disabled by default).
  • Prevent players from inserting items into DeathBarrels. Items can only be taken out.
  • Allow barrel protection messages and barrel inventory title to be customized via the config.

Barrel Protection & 1.17 Update

12 Jun 12:56
Compare
Choose a tag to compare
  • Added a new option protectFromOtherPlayers which will only allow the barrel owner to break it or access its contents.
  • Players who have deathbarrel.accessprotected set can bypass the protection.
  • Prevent players from creating DeathBarrels manually.
  • Updated for Minecraft 1.17

Added option to remove empty barrels

02 Sep 18:11
Compare
Choose a tag to compare

When removeOnEmpty is set to true in the config, the plugin will remove death barrels which are empty when the player closes the inventory.
Updated for Spigot / Paper 1.16.2

Mechanic Improvements & Customizable Messages

28 Jul 12:30
Compare
Choose a tag to compare
  • Find next coordinate on y-axis to place the DeathBarrel
    This prevents destruction of blocks at player death location (for example doors).
  • Block explosion damage for DeathBarrels
    If a player dies due to explosion damage, e.g. creeper, the death barrel will no longer be destroyed
  • Customizable plugin messages
  • Void-death support
  • Updated for Spigot / Bukkit / Paper 1.14.4

Thanks to @Ghost-chu for implementing these features and fixes! 😃

Disabled Barrel Drops & Coordinate Death Message

25 May 19:49
Compare
Choose a tag to compare
  • Improved barrel creation reliability
  • Disabled barrel container drops to prevent people from cheating barrels by dying continuously
  • Send message to player with coordinates of death location

Initial Release

23 May 19:55
Compare
Choose a tag to compare
v1.1.0

Added placeBarrel method which makes barrel placing cancellable by th…