elian1203 / ezAuctions

A simple, text-based auction plugin based on the Spigot Minecraft server software
https://www.spigotmc.org/resources/ezauctions.42574/
GNU General Public License v3.0
4 stars 4 forks source link

Create scheduler wrapper to fix shutdown errors. #22

Closed silverwolfg11 closed 2 years ago

silverwolfg11 commented 2 years ago

Scheduling tasks (espicially async tasks on plugin disable) caused several errors to be thrown. This PR creates a dedicated object to handle task scheduling which includes keeping track of when the plugin is shutting down and immediately running those tasks instead of scheduling them.

Closes #21