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

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

Choose a tag to compare

@imlukas imlukas released this 24 Jun 23:19
· 6 commits to master since this release

[+] 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 😄)