Hi, I was just running a velocity server until 1 day the hub wouldn't automatically start up then it through this error in the log
[10:53:34] [exaroton - Task Executor #0/INFO] [com.exaroton.velocity.ExarotonPlugin]: Starting MarcSMPHub.exaroton.me
[10:53:34] [exaroton - Task Executor #0/ERROR] [com.velocitypowered.proxy.scheduler.VelocityScheduler.VelocityTask]: Exception in task com.exaroton.velocity.ExarotonPlugin$$Lambda$406/0x00000008403ebc40@6808c5cf by plugin exaroton
java.lang.NullPointerException: null
at com.exaroton.api.APIRequest.request(APIRequest.java:72) ~[?:?]
at com.exaroton.api.server.Server.start(Server.java:272) ~[?:?]
at com.exaroton.velocity.ExarotonPlugin.autoStartServers(ExarotonPlugin.java:469) ~[?:?]
at com.exaroton.velocity.ExarotonPlugin.lambda$runAsyncTasks$11(ExarotonPlugin.java:385) ~[?:?]
at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$0(VelocityScheduler.java:275) ~[velocity.jar:3.2.0-SNAPSHOT (git-bda1430d-b259)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
normally when the velocity server is turning on the hub server turns on by it self using the exaroton plugin in the velocity server. But in my case, it doesn't it did its job perfectly 2 days ago, but now doesn't.
now it only works for shutting down the hub when the velocity server turns off
plz help this is frustrating and idk what did I do wrong.