juliarn / npc-lib

Asynchronous, high-performance Minecraft NPC library for 1.8-1.21 servers.
MIT License
296 stars 50 forks source link

feat: use custom event handling over external dependency #112

Closed derklaro closed 1 year ago

derklaro commented 1 year ago

The first event lib that we used got deprecated in favor of a new one, which silently started to require Java 17 - this violates our contract to support Java 8. Therefore, insteead of relying on an external lib I moved the event handling into the project now.

Fixes #111