Code (Text): [20:45:43 ERROR]: The server has stopped responding! [20:45:43 ERROR]: Please report this to PaperSpigot directly! [20:45:43 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports [20:45:43 ERROR]: PaperSpigot version: git-PaperSpigot-"8b18730" (MC: 1.8.8) [20:45:43 ERROR]: ------------------------------ [20:45:43 ERROR]: Server thread dump (Look for plugins here before reporting to PaperSpigot!): [20:45:43 ERROR]: ------------------------------ [20:45:43 ERROR]: Current Thread: Server thread [20:45:43 ERROR]: PID: 17 | Suspended: false | Native: true | State: RUNNABLE [20:45:43 ERROR]: Stack: [20:45:43 ERROR]: java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) [20:45:43 ERROR]: java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) [20:45:43 ERROR]: java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) [20:45:43 ERROR]: java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) [20:45:43 ERROR]: java.net.AbstractPlainSocketImpl.connect(Unknown Source) [20:45:43 ERROR]: java.net.PlainSocketImpl.connect(Unknown Source) [20:45:43 ERROR]: java.net.Socket.connect(Unknown Source) [20:45:43 ERROR]: sun.net.NetworkClient.doConnect(Unknown Source) [20:45:43 ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source) [20:45:43 ERROR]: sun.net.www.http.HttpClient$1.run(Unknown Source) [20:45:43 ERROR]: sun.net.www.http.HttpClient$1.run(Unknown Source) [20:45:43 ERROR]: java.security.AccessController.doPrivileged(Native Method) [20:45:43 ERROR]: sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source) [20:45:43 ERROR]: sun.net.www.http.HttpClient.openServer(Unknown Source) [20:45:43 ERROR]: sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) [20:45:43 ERROR]: sun.net.www.protocol.https.HttpsClient.New(Unknown Source) [20:45:43 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [20:45:43 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [20:45:43 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [20:45:43 ERROR]: java.lang.Thread.run(Unknown Source) [20:45:43 ERROR]: ------------------------------ [20:45:43 ERROR]: Current Thread: Craft Scheduler Thread - 0 [20:45:43 ERROR]: PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING [20:45:43 ERROR]: Stack: [20:45:43 ERROR]: java.lang.Thread.sleep(Native Method) [20:45:43 ERROR]: me.lucko.luckperms.common.verbose.VerboseHandler.run(VerboseHandler.java:141) [20:45:43 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [20:45:43 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [20:45:43 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [20:45:43 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [20:45:43 ERROR]: java.lang.Thread.run(Unknown Source) [20:45:43 ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source) [20:45:43 ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source) [20:45:43 ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source) [20:45:43 ERROR]: ------------------------------ [20:45:43 ERROR]: Current Thread: Reference Handler [20:45:43 ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING [20:45:43 ERROR]: Stack: [20:45:43 ERROR]: java.lang.Object.wait(Native Method) [20:45:43 ERROR]: java.lang.Object.wait(Unknown Source) [20:45:43 ERROR]: java.lang.ref.Reference.tryHandlePending(Unknown Source) [20:45:43 ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Unknown Source) [20:45:43 ERROR]: ------------------------------ Idk whats the problem
I had this when I turned my PC into power save mode while running the server. What exactly happened to make it crash?
did anything happen just before this part of the log. such as a plugin trying to do something. normally its an unresponsive plugin hanging the server thread
The issue is that one of your config files contain characters at locations where yaml doesn't support them. As the stacktrace says the string "advertisememts" in handlers.yml causes that. Can you show us what the handlers.yml looks like?
Please, please, please post your config in either pastebin or here with [code=YAML] # handlers.yml # [/code]
You have several mistakes on the plugin configuration. I found 2 mistakes, from ChatControl handlers.yml [line: 73] and then TitleManager config.yml [line: 33] and also there's an error with MySQL database for PlayerPoints plugin. Try to solved them all and let's see if it's still crashes.