HelpChat / DeluxeMenus

DeluxeMenus but open source!?
https://wiki.helpch.at/clips-plugins/deluxemenus
MIT License
72 stars 35 forks source link

Add MMOItems Hook #48

Closed Starmism closed 7 months ago

Starmism commented 7 months ago

This PR adds an MMOItems hook.

There is currently an issue in MMOItems that requires item creation to be done sync. This has been remedied with Bukkit.getScheduler().callSyncMethod(). The MMOItems developers are aware of the issue and have already deprecated the associated code in this commit. Once that goes through, an update should be made to simplify this hook.

Closes #11