NiklasEi / gamebox

Minecraft plugin with a vast selection of inventory games
http://gamebox.nikl.me
GNU General Public License v3.0
16 stars 13 forks source link

Check the module API async #86

Closed NiklasEi closed 3 years ago

NiklasEi commented 3 years ago

The module lookup should not block the server on startup.

NiklasEi commented 3 years ago

I double-checked all facade functions and they are only used in async tasks. The blocked main threads should not be due to GameBox API calls.

This leaves #61