KelpFramework / kelp

A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily
MIT License
54 stars 8 forks source link

[feat]: KelpEvents #29

Closed DSeeLP closed 4 years ago

DSeeLP commented 4 years ago

Describe the solution you'd like Events like KelpPlayerSidebarUpdate or Render Event. With this you can get the scoreboard which the player has.

PXAV commented 4 years ago

Thank you for your idea! Actually, I've been working on some custom events and listener handling for Kelp during the past few days. I will definitely add some custom events including sidebars, inventories, player settings, etc. They will come with the next release (0.0.4).