Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Releases: imlukas/Withdrawer

v2.1.1: Major bugs fixes and a QOL addition

Choose a tag to compare

@imlukas imlukas released this 28 Jun 14:58

Related to 0f14c56:

[+] Added option to drop the xp in the ground instead of receiving it directly, most useful to repair tools with mending. Use xp-drop on config.yml to activate this.

Related to aed1d4f:

[/] Fixed a duplication bug

[/] Fixed items being unusable after storing in a container (Chest, EnderChest...) and relogging on the server.

[/] Fixed a bug where relogging would cause an exception and make all items unusable.

  • Next update will most likely contain a stacking option (being able to stack items into each other)

v2.1: Stopped using NBTAPI, Heavy changes on items.

Choose a tag to compare

@imlukas imlukas released this 24 Jun 23:19

[+] Update all stuff to latest version to make sure everything works on 1.20+

[-] Stopped using NBTAPI, started using PersistentDataContainer. Better compatibility and lighter.

[/] Fixed give and gift commands.

[/] Created messages and sounds for give command

[/] Fixed drop listener, could cause items to break.

[/] Cleaned up code and applied Single responsibility principle to WithdrawableItem (kind of 😄)