My server keeps stopping with this error:
[19:44:06 ERROR]: Nag author: 'Zenexer' of 'Essentials' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[19:44:06 ERROR]: Craft Scheduler Thread - 6 - Essentials Stacktrace
[19:44:06 ERROR]:
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
[19:44:06 ERROR]: EssentialsX-2.19.4.jar//com.earth2me.essentials.updatecheck.UpdateChecker.getVersionMessages(UpdateChecker.java:240)
[19:44:06 ERROR]: EssentialsX-2.19.4.jar//com.earth2me.essentials.Essentials.lambda$onEnable$1(Essentials.java:465)
[19:44:06 ERROR]: EssentialsX-2.19.4.jar//com.earth2me.essentials.Essentials$$Lambda$7553/0x000000080217d870.run(Unknown Source)
[19:44:06 ERROR]: org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101)
[19:44:06 ERROR]: org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[19:44:06 ERROR]: com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[19:44:06 ERROR]:
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[19:44:06 ERROR]:
[email protected]/java.lang.Thread.run(Thread.java:833)