serversigns / ServerSigns

ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
https://dev.bukkit.org/projects/serversigns
GNU Affero General Public License v3.0
13 stars 13 forks source link

not shutting down properly #48

Open JoJesseGaming opened 3 years ago

JoJesseGaming commented 3 years ago

IMG_20210426_150044

EpiCanard commented 3 years ago

Hello,

Which version of minecraft and ServerSigns are you using ?

This error has been fixed in version 4.6.2. All asynchronous tasks should normally be killed before the plugin is disabled.

JoJesseGaming commented 3 years ago

i’m on 4.6.4 on 1.16.5

EpiCanard commented 3 years ago

This error is just a warning that tell tasks are still running. It will not break the plugin. But I keep this issue open because it still must be fixed.

EpiCanard commented 3 years ago

The error comes from sending metrics to mcstats. As the website is down, this running task is never stopped.