Paul19988 / Advanced-Slime-World-Manager

A Spigot plugin that implements the Slime Region Format.
GNU General Public License v3.0
183 stars 71 forks source link

Fixed thread unsafety #137

Closed novastosha closed 2 years ago

novastosha commented 2 years ago

Replaced the thread unsafe Thread#sleep with a scheduled task using Bukkit Scheduler