· 6 years ago · Dec 06, 2019, 07:14 PM
1[09:41:27] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[09:41:27] [Server thread/INFO]: Loading properties
3[09:41:27] [Server thread/INFO]: This server is running Paper version git-Paper-210 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[09:41:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
5[09:41:28] [Server thread/INFO]: Using 4 threads for Netty based IO
6[09:41:28] [Server thread/INFO]: Debug logging is disabled
7[09:41:28] [Server thread/INFO]: Default game type: SURVIVAL
8[09:41:28] [Server thread/INFO]: Generating keypair
9[09:41:28] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25574
10[09:41:29] [Server thread/INFO]: Using epoll channel type
11[09:41:39] [Server thread/WARN]: Plugin LoginSecurity v3.0.1 does not specify an api-version.
12[09:41:39] [Server thread/WARN]: Plugin ezBroadcast v1.2 does not specify an api-version.
13[09:41:41] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
14[09:41:42] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
15[09:41:44] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@26efdcb5]
16[09:41:44] [Server thread/INFO]: [EntityTrackerFixer] Loading EntityTrackerFixer v1.1.1
17[09:41:44] [Server thread/INFO]: [SAML] Loading SAML v2.0.0
18[09:41:44] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v3.0.1
19[09:41:44] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.14.1-SNAPSHOT (build #65)
20[09:41:44] [Server thread/INFO]: [VillagerOptimiser] Loading VillagerOptimiser v1.1.1
21[09:41:44] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
22[09:41:44] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.0.7b
23[09:41:44] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
24[09:41:44] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
25[09:41:44] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;556b638
26[09:41:44] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
27[09:41:44] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
28[09:41:44] [Server thread/INFO]: [ezBroadcast] Loading ezBroadcast v1.2
29[09:41:44] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.3
30[09:41:44] [Server thread/INFO]: [AntiVPN] Loading AntiVPN v4.9.31
31[09:41:45] [Server thread/INFO]: [Anti-VPN] Checking version of ACF
32[09:41:45] [Server thread/INFO]: [Anti-VPN] Checking version of SQLite
33[09:41:45] [Server thread/INFO]: [Anti-VPN] Checking version of MySQL
34[09:43:46] [ForkJoinPool-2-worker-2/ERROR]: [me.egg82.antivpn.BukkitBootstrap] Could not get connection from URLs provided.
35java.io.IOException: Could not get connection from URLs provided.
36 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:90) ~[?:?]
37 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getInputStream(HTTPUtil.java:125) ~[?:?]
38 at me.egg82.antivpn.external.ninja.egg82.utils.DocumentUtil.getDocument(DocumentUtil.java:39) ~[?:?]
39 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getSnapshotVersion(MavenUtil.java:421) ~[?:?]
40 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.build(Artifact.java:217) ~[?:?]
41 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.access$1100(Artifact.java:18) ~[?:?]
42 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact$Builder.build(Artifact.java:176) ~[?:?]
43 at me.egg82.antivpn.BukkitBootstrap.buildInjectWait(BukkitBootstrap.java:277) ~[?:?]
44 at me.egg82.antivpn.BukkitBootstrap.lambda$buildInject$0(BukkitBootstrap.java:272) ~[?:?]
45 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222]
46 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
47 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
48 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
49 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
50Caused by: java.net.UnknownHostException: nexus.egg82.me
51 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_222]
52 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222]
53 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222]
54 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_222]
55 at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_222]
56 at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222]
57 at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222]
58 at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222]
59 at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_222]
60 at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_222]
61 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_222]
62 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222]
63 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222]
64 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_222]
65 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570) ~[?:1.8.0_222]
66 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222]
67 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222]
68 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222]
69 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:51) ~[?:?]
70 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:80) ~[?:?]
71 ... 13 more
72[09:45:06] [ForkJoinPool-2-worker-3/ERROR]: [me.egg82.antivpn.BukkitBootstrap] Could not get connection from URLs provided.
73java.io.IOException: Could not get connection from URLs provided.
74 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:90) ~[?:?]
75 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getInputStream(HTTPUtil.java:125) ~[?:?]
76 at me.egg82.antivpn.external.ninja.egg82.utils.DocumentUtil.getDocument(DocumentUtil.java:39) ~[?:?]
77 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getSnapshotVersion(MavenUtil.java:425) ~[?:?]
78 at me.egg82.antivpn.external.ninja.egg82.maven.ArtifactParent.build(ArtifactParent.java:193) ~[?:?]
79 at me.egg82.antivpn.external.ninja.egg82.maven.ArtifactParent.access$900(ArtifactParent.java:18) ~[?:?]
80 at me.egg82.antivpn.external.ninja.egg82.maven.ArtifactParent$Builder.build(ArtifactParent.java:161) ~[?:?]
81 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getParent(MavenUtil.java:303) ~[?:?]
82 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.build(Artifact.java:263) ~[?:?]
83 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.access$1100(Artifact.java:18) ~[?:?]
84 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact$Builder.build(Artifact.java:176) ~[?:?]
85 at me.egg82.antivpn.BukkitBootstrap.buildInjectWait(BukkitBootstrap.java:277) ~[?:?]
86 at me.egg82.antivpn.BukkitBootstrap.lambda$buildInject$0(BukkitBootstrap.java:272) ~[?:?]
87 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222]
88 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
89 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
90 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
91 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
92Caused by: java.net.UnknownHostException: nexus.egg82.me
93 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_222]
94 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222]
95 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222]
96 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_222]
97 at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_222]
98 at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222]
99 at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222]
100 at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222]
101 at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_222]
102 at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_222]
103 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_222]
104 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222]
105 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222]
106 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_222]
107 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570) ~[?:1.8.0_222]
108 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222]
109 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222]
110 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222]
111 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:51) ~[?:?]
112 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:80) ~[?:?]
113 ... 17 more
114[09:48:26] [ForkJoinPool-2-worker-1/ERROR]: [me.egg82.antivpn.BukkitBootstrap] Could not get connection from URLs provided.
115java.io.IOException: Could not get connection from URLs provided.
116 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:90) ~[?:?]
117 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getInputStream(HTTPUtil.java:125) ~[?:?]
118 at me.egg82.antivpn.external.ninja.egg82.utils.DocumentUtil.getDocument(DocumentUtil.java:39) ~[?:?]
119 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getSnapshotVersion(MavenUtil.java:421) ~[?:?]
120 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.build(Artifact.java:217) ~[?:?]
121 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.access$1100(Artifact.java:18) ~[?:?]
122 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact$Builder.build(Artifact.java:176) ~[?:?]
123 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getDependencies(MavenUtil.java:75) ~[?:?]
124 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.getDependencies(Artifact.java:79) ~[?:?]
125 at me.egg82.antivpn.BukkitBootstrap.injectArtifact(BukkitBootstrap.java:295) ~[?:?]
126 at me.egg82.antivpn.BukkitBootstrap.buildInjectWait(BukkitBootstrap.java:277) ~[?:?]
127 at me.egg82.antivpn.BukkitBootstrap.lambda$buildInject$0(BukkitBootstrap.java:272) ~[?:?]
128 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222]
129 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
130 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
131 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
132 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
133Caused by: java.net.UnknownHostException: central.maven.org
134 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_222]
135 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222]
136 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222]
137 at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_222]
138 at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222]
139 at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222]
140 at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222]
141 at sun.net.www.http.HttpClient.<init>(HttpClient.java:242) ~[?:1.8.0_222]
142 at sun.net.www.http.HttpClient.New(HttpClient.java:339) ~[?:1.8.0_222]
143 at sun.net.www.http.HttpClient.New(HttpClient.java:357) ~[?:1.8.0_222]
144 at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226) ~[?:1.8.0_222]
145 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222]
146 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222]
147 at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990) ~[?:1.8.0_222]
148 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570) ~[?:1.8.0_222]
149 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222]
150 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222]
151 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:51) ~[?:?]
152 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:80) ~[?:?]
153 ... 16 more
154[09:49:06] [ForkJoinPool-2-worker-1/ERROR]: [me.egg82.antivpn.BukkitBootstrap] Could not get connection from URLs provided.
155java.io.IOException: Could not get connection from URLs provided.
156 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:90) ~[?:?]
157 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getInputStream(HTTPUtil.java:125) ~[?:?]
158 at me.egg82.antivpn.external.ninja.egg82.utils.DocumentUtil.getDocument(DocumentUtil.java:39) ~[?:?]
159 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getLatestVersion(MavenUtil.java:367) ~[?:?]
160 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.build(Artifact.java:225) ~[?:?]
161 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.access$1100(Artifact.java:18) ~[?:?]
162 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact$Builder.build(Artifact.java:176) ~[?:?]
163 at me.egg82.antivpn.BukkitBootstrap.buildInjectWait(BukkitBootstrap.java:277) ~[?:?]
164 at me.egg82.antivpn.BukkitBootstrap.lambda$buildInject$0(BukkitBootstrap.java:272) ~[?:?]
165 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222]
166 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
167 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
168 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
169 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
170Caused by: java.net.UnknownHostException: nexus.egg82.me
171 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_222]
172 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222]
173 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222]
174 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_222]
175 at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_222]
176 at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222]
177 at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222]
178 at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222]
179 at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_222]
180 at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_222]
181 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_222]
182 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222]
183 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222]
184 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_222]
185 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570) ~[?:1.8.0_222]
186 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222]
187 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222]
188 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222]
189 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:51) ~[?:?]
190 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:80) ~[?:?]
191 ... 13 more
192[09:49:06] [ForkJoinPool-2-worker-1/ERROR]: [me.egg82.antivpn.BukkitBootstrap] Could not get connection from URLs provided.
193java.io.IOException: Could not get connection from URLs provided.
194 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:90) ~[?:?]
195 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getInputStream(HTTPUtil.java:125) ~[?:?]
196 at me.egg82.antivpn.external.ninja.egg82.utils.DocumentUtil.getDocument(DocumentUtil.java:39) ~[?:?]
197 at me.egg82.antivpn.external.ninja.egg82.utils.MavenUtil.getLatestVersion(MavenUtil.java:367) ~[?:?]
198 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.build(Artifact.java:225) ~[?:?]
199 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact.access$1100(Artifact.java:18) ~[?:?]
200 at me.egg82.antivpn.external.ninja.egg82.maven.Artifact$Builder.build(Artifact.java:176) ~[?:?]
201 at me.egg82.antivpn.BukkitBootstrap.buildInjectWait(BukkitBootstrap.java:277) ~[?:?]
202 at me.egg82.antivpn.BukkitBootstrap.lambda$buildInject$0(BukkitBootstrap.java:272) ~[?:?]
203 at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222]
204 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222]
205 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222]
206 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222]
207 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222]
208Caused by: java.net.UnknownHostException: nexus.egg82.me
209 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_222]
210 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222]
211 at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222]
212 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_222]
213 at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_222]
214 at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222]
215 at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222]
216 at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222]
217 at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_222]
218 at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_222]
219 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_222]
220 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222]
221 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222]
222 at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_222]
223 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570) ~[?:1.8.0_222]
224 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222]
225 at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222]
226 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222]
227 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:51) ~[?:?]
228 at me.egg82.antivpn.external.ninja.egg82.utils.HTTPUtil.getConnection(HTTPUtil.java:80) ~[?:?]
229 ... 13 more
230[09:49:06] [Server thread/ERROR]: [org.bukkit.craftbukkit.v1_14_R1.CraftServer] co/aikar/commands/BaseCommand initializing AntiVPN v4.9.31 (Is it up to date?)
231java.lang.NoClassDefFoundError: co/aikar/commands/BaseCommand
232 at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_222]
233 at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_222]
234 at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_222]
235 at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_222]
236 at me.egg82.antivpn.BukkitBootstrap.onLoad(BukkitBootstrap.java:83) ~[?:?]
237 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:360) ~[patched_1.14.4.jar:git-Paper-210]
238 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-210]
239 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
240 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
241Caused by: java.lang.ClassNotFoundException: co.aikar.commands.BaseCommand
242 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
243 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
244 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_222]
245 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
246 at me.egg82.antivpn.external.ninja.egg82.services.ProxiedURLClassLoader.loadClass(ProxiedURLClassLoader.java:84) ~[?:?]
247 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
248 ... 9 more
249[09:49:06] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v0.7.6
250[09:49:06] [Server thread/INFO]: [LimitPillagers] Loading LimitPillagers v2.10.0
251[09:49:06] [Server thread/INFO]: [StopNetherTrap] Loading StopNetherTrap v0.1
252[09:49:06] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
253[09:49:06] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
254[09:49:06] [Server thread/INFO]: [Matrix] Loading Matrix v2.6.9
255[09:49:06] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
256[09:49:06] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
257[09:49:06] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1757)
258[09:49:06] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.8.14
259[09:49:06] [Server thread/INFO]: [Quests] Loading Quests v3.8.0-b35
260[09:49:06] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.1.0
261[09:49:06] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
262[09:49:06] [Server thread/INFO]: [Shop] Loading Shop v2.5.0
263[09:49:06] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.5.4
264[09:49:06] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.4.2
265[09:49:06] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0
266[09:49:06] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.3
267[09:49:06] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
268[09:49:06] [Server thread/INFO]: [CitizensText] Loading CitizensText v1.17
269[09:49:06] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9
270[09:49:06] [Server thread/INFO]: [TAB] Loading TAB v2.5.2
271[09:49:06] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.1.8
272[09:49:06] [Server thread/INFO]: [CombatLogX] Cargando expansión 'NotCombatLogX v14.4'
273[09:49:06] [Server thread/INFO]: [CombatLogX] Cargando expansión 'WorldGuard Compatibility v14.13'
274[09:49:07] [Server thread/INFO]: [CombatLogX] Expansiónes cargadas:2
275[09:49:07] [Server thread/INFO]: [MyPet] Loading MyPet v3.8
276[09:49:07] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mError-Reporter ENABLED [m
277[09:49:07] [Server thread/INFO]: [Jobs] Loading Jobs v4.14.3
278[09:49:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
279[09:49:07] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
280[09:49:07] [Server thread/INFO]: __
281[09:49:07] [Server thread/INFO]: | |__) LuckPerms v4.4.1
282[09:49:07] [Server thread/INFO]: |___ | Running on Bukkit - Paper
283[09:49:07] [Server thread/INFO]:
284[09:49:07] [Server thread/INFO]: [LuckPerms] Loading configuration...
285[09:49:07] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
286[09:49:08] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
287[09:49:08] [Server thread/INFO]: [LuckPerms] Performing initial data load...
288[09:49:08] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1095ms)
289[09:49:08] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
290[09:49:08] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
291[09:49:08] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
292[09:49:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
293[09:49:09] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
294[09:49:09] [Server thread/INFO]: [LimitPillagers] Enabling LimitPillagers v2.10.0
295[09:49:09] [Server thread/INFO]: [LimitPillagers] Registering metrics...
296[09:49:09] [Server thread/INFO]: [LimitPillagers] Registering commands...
297[09:49:09] [Server thread/INFO]: [LimitPillagers] Registering listeners...
298[09:49:09] [Server thread/INFO]: [LimitPillagers] Loading config.yml...
299[09:49:09] [Server thread/INFO]: [LimitPillagers]
300[09:49:09] [Server thread/INFO]: [LimitPillagers] If you are still having Pillager related lag after using this plugin you can do the following:
301[09:49:09] [Server thread/INFO]: [LimitPillagers] - Increase the limiter check distance between Pillagers
302[09:49:09] [Server thread/INFO]: [LimitPillagers] - Lower the stop at amount of the limiter
303[09:49:09] [Server thread/INFO]: [LimitPillagers] - Enable the remover which will remove all Pillagers in future loaded chunks (Good for if you have already have mass pillagers saved in unloaded chunks before this plugin)
304[09:49:09] [Server thread/INFO]: [LimitPillagers] - Enable the stopper to remove all future Pillager spawners (Last resort)
305[09:49:09] [Server thread/INFO]: [LimitPillagers]
306[09:49:09] [Server thread/INFO]: [LimitPillagers] I also HIGHLY recommend to follow this guide for an overall increase of performance: https://www.spigotmc.org/threads/283181/
307[09:49:09] [Server thread/INFO]: [LimitPillagers]
308[09:49:09] [Server thread/INFO]: [LimitPillagers] Checking for updates...
309[09:49:49] [Server thread/WARN]: java.net.UnknownHostException: api.spigotmc.org
310[09:49:49] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
311[09:49:49] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
312[09:49:49] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:589)
313[09:49:49] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
314[09:49:49] [Server thread/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
315[09:49:49] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
316[09:49:49] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
317[09:49:49] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
318[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
319[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
320[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
321[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
322[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
323[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
324[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
325[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
326[09:49:49] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
327[09:49:49] [Server thread/WARN]: at me.hexedhero.lp.utils.UpdateChecker.startUpdateChecker(UpdateChecker.java:50)
328[09:49:49] [Server thread/WARN]: at me.hexedhero.lp.LimitPillagers.onEnable(LimitPillagers.java:64)
329[09:49:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
330[09:49:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
331[09:49:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
332[09:49:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
333[09:49:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
334[09:49:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
335[09:49:49] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
336[09:49:49] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
337[09:49:49] [Server thread/INFO]: [LimitPillagers]
338[09:49:49] [Server thread/INFO]: [LimitPillagers] LimitPillagers v2.10.0 Enabled in 40053 ms
339[09:49:49] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
340[09:49:49] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
341[09:49:49] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
342[09:49:49] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
343[09:49:49] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
344[09:49:49] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
345[09:49:49] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
346[09:49:49] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
347[09:49:49] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
348[09:49:49] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
349[09:49:50] [Server thread/INFO]: Preparing level "world"
350[09:49:50] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
351[09:49:50] [Server thread/INFO]: Loaded 6 recipes
352[09:49:51] [Server thread/INFO]: -------- World Settings For [world] --------
353[09:49:51] [Server thread/INFO]: Experience Merge Radius: 6.0
354[09:49:51] [Server thread/INFO]: Mob Spawn Range: 5
355[09:49:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
356[09:49:51] [Server thread/INFO]: Cane Growth Modifier: 100%
357[09:49:51] [Server thread/INFO]: Melon Growth Modifier: 100%
358[09:49:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
359[09:49:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
360[09:49:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
361[09:49:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
362[09:49:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
363[09:49:51] [Server thread/INFO]: Potato Growth Modifier: 100%
364[09:49:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
365[09:49:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
366[09:49:51] [Server thread/INFO]: Vine Growth Modifier: 100%
367[09:49:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
368[09:49:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
369[09:49:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
370[09:49:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
371[09:49:51] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
372[09:49:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
373[09:49:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
374[09:49:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
375[09:49:51] [Server thread/INFO]: Max TNT Explosions: 100
376[09:49:51] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
377[09:49:51] [Server thread/INFO]: View Distance: 6
378[09:49:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
379[09:49:51] [Server thread/INFO]: Item Merge Radius: 4.0
380[09:49:51] [Server thread/INFO]: Item Despawn Rate: 6000
381[09:49:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
382[09:49:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
383[09:49:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
384[09:49:51] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
385[09:49:51] [Server thread/INFO]: -------- World Settings For [world_nether] --------
386[09:49:51] [Server thread/INFO]: Experience Merge Radius: 6.0
387[09:49:51] [Server thread/INFO]: Mob Spawn Range: 5
388[09:49:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
389[09:49:51] [Server thread/INFO]: Cane Growth Modifier: 100%
390[09:49:51] [Server thread/INFO]: Melon Growth Modifier: 100%
391[09:49:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
392[09:49:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
393[09:49:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
394[09:49:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
395[09:49:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
396[09:49:51] [Server thread/INFO]: Potato Growth Modifier: 100%
397[09:49:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
398[09:49:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
399[09:49:51] [Server thread/INFO]: Vine Growth Modifier: 100%
400[09:49:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
401[09:49:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
402[09:49:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
403[09:49:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
404[09:49:51] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
405[09:49:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
406[09:49:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
407[09:49:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
408[09:49:51] [Server thread/INFO]: Max TNT Explosions: 100
409[09:49:51] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
410[09:49:51] [Server thread/INFO]: View Distance: 6
411[09:49:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
412[09:49:51] [Server thread/INFO]: Item Merge Radius: 4.0
413[09:49:51] [Server thread/INFO]: Item Despawn Rate: 6000
414[09:49:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
415[09:49:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
416[09:49:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
417[09:49:51] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
418[09:49:51] [Server thread/INFO]: Experience Merge Radius: 6.0
419[09:49:51] [Server thread/INFO]: Mob Spawn Range: 5
420[09:49:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
421[09:49:51] [Server thread/INFO]: Cane Growth Modifier: 100%
422[09:49:51] [Server thread/INFO]: Melon Growth Modifier: 100%
423[09:49:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
424[09:49:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
425[09:49:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
426[09:49:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
427[09:49:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
428[09:49:51] [Server thread/INFO]: Potato Growth Modifier: 100%
429[09:49:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
430[09:49:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
431[09:49:51] [Server thread/INFO]: Vine Growth Modifier: 100%
432[09:49:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
433[09:49:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
434[09:49:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
435[09:49:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
436[09:49:51] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
437[09:49:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
438[09:49:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
439[09:49:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
440[09:49:51] [Server thread/INFO]: Max TNT Explosions: 100
441[09:49:51] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
442[09:49:51] [Server thread/INFO]: View Distance: 6
443[09:49:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
444[09:49:51] [Server thread/INFO]: Item Merge Radius: 4.0
445[09:49:51] [Server thread/INFO]: Item Despawn Rate: 6000
446[09:49:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
447[09:49:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
448[09:49:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
449[09:49:51] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
450[09:49:51] [Server thread/INFO]: Preparing spawn area: 0%
451[09:49:52] [Server thread/INFO]: Preparing spawn area: 0%
452[09:49:52] [Server thread/INFO]: Preparing spawn area: 6%
453[09:49:53] [Server thread/INFO]: Preparing spawn area: 20%
454[09:49:53] [Server thread/INFO]: Preparing spawn area: 45%
455[09:49:54] [Server-Worker-4/INFO]: Preparing spawn area: 75%
456[09:49:54] [Server thread/INFO]: Preparing spawn area: 100%
457[09:49:54] [Server thread/INFO]: Loaded 441 spawn chunks for world world
458[09:49:55] [Server thread/INFO]: Time elapsed: 3427 ms
459[09:49:55] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
460[09:49:55] [Server thread/INFO]: Preparing spawn area: 0%
461[09:49:57] [Server thread/INFO]: Preparing spawn area: 0%
462[09:49:57] [Server thread/INFO]: Preparing spawn area: 0%
463[09:49:57] [Server thread/INFO]: Preparing spawn area: 0%
464[09:49:57] [Server thread/INFO]: Preparing spawn area: 0%
465[09:49:57] [Server thread/INFO]: Preparing spawn area: 7%
466[09:49:58] [Server thread/INFO]: Preparing spawn area: 50%
467[09:49:58] [Server-Worker-5/INFO]: Preparing spawn area: 98%
468[09:49:59] [Server thread/INFO]: Preparing spawn area: 100%
469[09:49:59] [Server thread/INFO]: Loaded 441 spawn chunks for world world_nether
470[09:49:59] [Server thread/INFO]: Time elapsed: 4171 ms
471[09:49:59] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
472[09:49:59] [Server thread/INFO]: Preparing spawn area: 0%
473[09:50:00] [Server thread/INFO]: Preparing spawn area: 0%
474[09:50:00] [Server thread/INFO]: Preparing spawn area: 0%
475[09:50:00] [Server thread/INFO]: Preparing spawn area: 53%
476[09:50:01] [Server thread/INFO]: Preparing spawn area: 100%
477[09:50:01] [Server thread/INFO]: Loaded 441 spawn chunks for world world_the_end
478[09:50:01] [Server thread/INFO]: Time elapsed: 2101 ms
479[09:50:01] [Server thread/INFO]: [EntityTrackerFixer] Enabling EntityTrackerFixer v1.1.1
480[09:50:01] [Server thread/INFO]: [SAML] Enabling SAML v2.0.0
481[09:50:01] [Server thread/INFO]: [SAML] Loading config.yml...
482[09:50:01] [Server thread/INFO]: [SAML] Successfully loaded config.yml.
483[09:50:01] [Server thread/INFO]: [SAML] Loading custom_groups.yml...
484[09:50:01] [Server thread/INFO]: [SAML] Successfully loaded custom_groups.yml.
485[09:50:01] [Server thread/INFO]: [SAML] Loading nerfer_goals.yml...
486[09:50:01] [Server thread/INFO]: [SAML] Successfully loaded nerfer_goals.yml.
487[09:50:01] [Server thread/INFO]: [SAML] Loading messages.yml...
488[09:50:01] [Server thread/INFO]: [SAML] Successfully loaded messages.yml.
489[09:50:01] [Server thread/INFO]: [SAML] There is an old chunk cache file. Perhaps the server didn't shut down correctly?
490[09:50:01] [Server thread/INFO]: [SAML] Successfully enabled.
491[09:50:01] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.0.1*
492[09:50:01] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
493[09:50:01] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "custom"
494[09:50:02] [Server thread/INFO]: [LoginSecurity] Registering commands...
495[09:50:02] [Server thread/INFO]: [LoginSecurity] Registering listeners...
496[09:50:02] [Server thread/INFO]: [LoginSecurity] Using 1.12+ map captcha renderer
497[09:50:02] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.14.1-SNAPSHOT (build #65)
498[09:50:02] [Server thread/INFO]: [LogBlock] Connecting to customer_93928@jdbc:mysql://na-sql.pebblehost.com:3306/customer_93928...
499[09:50:02] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Starting...
500[09:50:43] [Server thread/ERROR]: [de.diddiz.lib.com.zaxxer.hikari.pool.HikariPool] LogBlock-Connection-Pool - Exception during pool initialization.
501com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
502
503The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
504 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222]
505 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222]
506 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
507 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
508 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[patched_1.14.4.jar:git-Paper-210]
509 at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990) ~[patched_1.14.4.jar:git-Paper-210]
510 at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342) ~[patched_1.14.4.jar:git-Paper-210]
511 at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2197) ~[patched_1.14.4.jar:git-Paper-210]
512 at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230) ~[patched_1.14.4.jar:git-Paper-210]
513 at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025) ~[patched_1.14.4.jar:git-Paper-210]
514 at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778) ~[patched_1.14.4.jar:git-Paper-210]
515 at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[patched_1.14.4.jar:git-Paper-210]
516 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222]
517 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222]
518 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222]
519 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222]
520 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[patched_1.14.4.jar:git-Paper-210]
521 at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) ~[patched_1.14.4.jar:git-Paper-210]
522 at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[patched_1.14.4.jar:git-Paper-210]
523 at de.diddiz.lib.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) ~[?:?]
524 at de.diddiz.lib.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) ~[?:?]
525 at de.diddiz.lib.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) ~[?:?]
526 at de.diddiz.lib.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) ~[?:?]
527 at de.diddiz.lib.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) ~[?:?]
528 at de.diddiz.lib.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
529 at de.diddiz.lib.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) ~[?:?]
530 at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:44) ~[?:?]
531 at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:247) ~[?:?]
532 at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:76) ~[?:?]
533 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-210]
534 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-210]
535 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-210]
536 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-210]
537 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-210]
538 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-210]
539 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-210]
540 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
541 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
542Caused by: java.net.UnknownHostException: na-sql.pebblehost.com: Temporary failure in name resolution
543 at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_222]
544 at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) ~[?:1.8.0_222]
545 at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) ~[?:1.8.0_222]
546 at java.net.InetAddress.getAllByName0(InetAddress.java:1277) ~[?:1.8.0_222]
547 at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
548 at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
549 at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:188) ~[patched_1.14.4.jar:git-Paper-210]
550 at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301) ~[patched_1.14.4.jar:git-Paper-210]
551 ... 31 more
552[09:50:43] [Server thread/ERROR]: [LogBlock] Could not connect to the Database! Please check your config! Communications link failure
553
554The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
555[09:50:43] [Server thread/INFO]: [VillagerOptimiser] Enabling VillagerOptimiser v1.1.1
556[09:50:43] [Server thread/INFO]: [VillagerOptimiser] Loading config.yml...
557[09:50:43] [Server thread/INFO]: [VillagerOptimiser] Successfully loaded config.yml.
558[09:50:43] [Server thread/INFO]: [VillagerOptimiser] Successfully enabled.
559[09:50:43] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
560[09:50:43] [Server thread/INFO]: [ClearLag] Loading modules...
561[09:50:43] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
562[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=<-"
563[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=This"
564[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=entity"
565[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=will"
566[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=be"
567[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=REMOVED"
568[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=if"
569[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=it's"
570[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=NOT"
571[09:50:43] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="auto-removal.remove-entities" token=mounted"
572[09:50:43] [Server thread/INFO]: [ClearLag] Modules have been loaded!
573[09:50:43] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
574[09:50:43] [Thread-14/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]...
575[09:50:43] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.0.7b
576[09:50:43] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION
577[09:50:43] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
578[09:50:43] [Server thread/INFO]: [Illegal Stack] - MC Version 1.14 detected!
579[09:50:43] [Server thread/INFO]: Blocking 1.14 villager trade cheesing.
580[09:50:43] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
581[09:50:43] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
582[09:50:43] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
583[09:50:43] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 5000 at X: -218.6 Z: 51.5
584[09:50:43] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 5000 at X: -27.5 Z: 8.5
585[09:50:43] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -219.0 Y: 70.0 Z: 51.0
586[09:50:43] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
587[09:50:43] [Server thread/INFO]: [Votifier] Loaded token for website: default
588[09:50:44] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
589[09:50:44] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;556b638
590[09:50:44] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:8082.
591[09:50:44] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
592[09:50:44] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
593[09:50:44] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
594[09:50:44] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
595[09:50:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
596[09:50:44] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
597[09:50:44] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
598[09:50:44] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
599[09:50:44] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
600[09:50:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
601[09:50:44] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
602[09:50:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
603[09:50:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
604[09:50:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
605[09:50:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
606[09:50:44] [Server thread/INFO]: [WorldGuard] Loading region data...
607[09:50:44] [Server thread/INFO]: [ezBroadcast] Enabling ezBroadcast v1.2*
608[09:50:44] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.3
609[09:50:44] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_14_R1, using UniversalSkinFactory.
610[09:50:45] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
611[09:50:45] [Server thread/INFO]: [AntiVPN] Enabling AntiVPN v4.9.31
612[09:50:45] [Server thread/ERROR]: Error occurred while enabling AntiVPN v4.9.31 (Is it up to date?)
613java.lang.NoClassDefFoundError: co/aikar/commands/BaseCommand
614 at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_222]
615 at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_222]
616 at java.lang.Class.privateGetMethodRecursive(Class.java:3048) ~[?:1.8.0_222]
617 at java.lang.Class.getMethod0(Class.java:3018) ~[?:1.8.0_222]
618 at java.lang.Class.getMethod(Class.java:1784) ~[?:1.8.0_222]
619 at me.egg82.antivpn.BukkitBootstrap.onEnable(BukkitBootstrap.java:94) ~[?:?]
620 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-210]
621 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-210]
622 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-210]
623 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-210]
624 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-210]
625 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-210]
626 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-210]
627 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
628 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
629Caused by: java.lang.ClassNotFoundException: co.aikar.commands.BaseCommand
630 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
631 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
632 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_222]
633 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
634 at me.egg82.antivpn.external.ninja.egg82.services.ProxiedURLClassLoader.loadClass(ProxiedURLClassLoader.java:84) ~[?:?]
635 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
636 ... 15 more
637[09:50:45] [Server thread/INFO]: [AntiVPN] Disabling AntiVPN v4.9.31
638[09:50:45] [Server thread/ERROR]: Error occurred while disabling AntiVPN v4.9.31 (Is it up to date?)
639java.lang.NoClassDefFoundError: co/aikar/commands/BaseCommand
640 at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_222]
641 at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_222]
642 at java.lang.Class.privateGetMethodRecursive(Class.java:3048) ~[?:1.8.0_222]
643 at java.lang.Class.getMethod0(Class.java:3018) ~[?:1.8.0_222]
644 at java.lang.Class.getMethod(Class.java:1784) ~[?:1.8.0_222]
645 at me.egg82.antivpn.BukkitBootstrap.onDisable(BukkitBootstrap.java:108) ~[?:?]
646 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.4.jar:git-Paper-210]
647 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.4.jar:git-Paper-210]
648 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[patched_1.14.4.jar:git-Paper-210]
649 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[patched_1.14.4.jar:git-Paper-210]
650 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-210]
651 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-210]
652 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-210]
653 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-210]
654 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-210]
655 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
656 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
657Caused by: java.lang.ClassNotFoundException: co.aikar.commands.BaseCommand
658 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
659 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
660 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_222]
661 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
662 at me.egg82.antivpn.external.ninja.egg82.services.ProxiedURLClassLoader.loadClass(ProxiedURLClassLoader.java:84) ~[?:?]
663 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
664 ... 17 more
665[09:50:45] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v0.7.6
666[09:50:45] [Server thread/INFO]: [StopNetherTrap] Enabling StopNetherTrap v0.1
667[09:50:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
668[09:50:45] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
669[09:50:45] [Server thread/INFO]: [Essentials] No kits found to migrate.
670[09:50:45] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
671[09:50:45] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
672[09:50:45] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
673[09:50:46] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
674[09:50:46] [Server thread/INFO]: [Essentials] Using locale es
675[09:50:46] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
676[09:50:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
677[09:50:46] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
678[09:50:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
679[09:50:46] [Server thread/INFO]: [Matrix] Enabling Matrix v2.6.9
680[09:50:47] [Server thread/INFO]: _____
681[09:50:47] [Server thread/INFO]: | | | Matrix AntiCheat v2.6.9
682[09:50:47] [Server thread/INFO]: | | | Environment: git-Paper-210 (MC: 1.14.4)
683[09:50:47] [Server thread/INFO]:
684[09:50:47] [Server thread/INFO]: [Matrix] Enabled 20 checks, Disabled 0 checks
685[09:50:47] [Server thread/INFO]: [Matrix] Loaded all config files
686[09:50:47] [Server thread/INFO]: [Matrix] Loaded 8 Placeholders
687[09:50:47] [Server thread/INFO]: [Matrix] (Machine Learning) ML Model Version: #6
688[09:50:47] [Server thread/INFO]: [Matrix] (Machine Learning) Loaded 96 models
689[09:50:47] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
690[09:50:48] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
691[09:50:48] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
692[09:50:48] [Server thread/INFO]: [BuycraftX] Validating your server key...
693[09:51:23] [Thread-14/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
694[09:51:28] [Server thread/ERROR]: [BuycraftX] We can't check if your server can connect to Tebex: plugin.buycraft.net: Temporary failure in name resolution
695[09:51:28] [Server thread/ERROR]: [BuycraftX] Can't check for updates
696java.net.UnknownHostException: plugin.buycraft.net
697 at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[?:1.8.0_222]
698 at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
699 at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
700 at net.buycraft.plugin.shared.util.Ipv4PreferDns.lookup(Ipv4PreferDns.java:16) ~[?:?]
701 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:185) ~[?:?]
702 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.java:149) ~[?:?]
703 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.next(RouteSelector.java:84) ~[?:?]
704 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:214) ~[?:?]
705 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135) ~[?:?]
706 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114) ~[?:?]
707 at net.buycraft.plugin.internal.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) ~[?:?]
708 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
709 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
710 at net.buycraft.plugin.internal.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) ~[?:?]
711 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
712 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
713 at net.buycraft.plugin.internal.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) ~[?:?]
714 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
715 at net.buycraft.plugin.internal.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126) ~[?:?]
716 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
717 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
718 at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:254) ~[?:?]
719 at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:92) ~[?:?]
720 at net.buycraft.plugin.shared.util.VersionUtil.getVersion(VersionUtil.java:23) ~[?:?]
721 at net.buycraft.plugin.bukkit.util.VersionCheck.verify(VersionCheck.java:34) ~[?:?]
722 at net.buycraft.plugin.bukkit.BuycraftPluginBase.onEnable(BuycraftPluginBase.java:124) ~[?:?]
723 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-210]
724 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-210]
725 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-210]
726 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-210]
727 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-210]
728 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-210]
729 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-210]
730 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
731 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
732[09:51:28] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
733[09:51:28] [Server thread/ERROR]: [BuycraftX] Error whilst retrieving listing
734java.net.UnknownHostException: plugin.buycraft.net
735 at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[?:1.8.0_222]
736 at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
737 at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
738 at net.buycraft.plugin.shared.util.Ipv4PreferDns.lookup(Ipv4PreferDns.java:16) ~[?:?]
739 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:185) ~[?:?]
740 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.java:149) ~[?:?]
741 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.next(RouteSelector.java:84) ~[?:?]
742 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:214) ~[?:?]
743 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135) ~[?:?]
744 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114) ~[?:?]
745 at net.buycraft.plugin.internal.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) ~[?:?]
746 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
747 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
748 at net.buycraft.plugin.internal.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) ~[?:?]
749 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
750 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
751 at net.buycraft.plugin.internal.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) ~[?:?]
752 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
753 at net.buycraft.plugin.internal.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126) ~[?:?]
754 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
755 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
756 at net.buycraft.plugin.BuyCraftAPI$1.intercept(BuyCraftAPI.java:56) ~[?:?]
757 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
758 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
759 at net.buycraft.plugin.BuyCraftAPI$2.intercept(BuyCraftAPI.java:50) ~[?:?]
760 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
761 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
762 at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:254) ~[?:?]
763 at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:92) ~[?:?]
764 at net.buycraft.plugin.internal.retrofit2.OkHttpCall.execute(OkHttpCall.java:186) ~[?:?]
765 at net.buycraft.plugin.shared.tasks.ListingUpdateTask.run(ListingUpdateTask.java:32) ~[?:?]
766 at net.buycraft.plugin.bukkit.BuycraftPluginBase.onEnable(BuycraftPluginBase.java:177) ~[?:?]
767 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-210]
768 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-210]
769 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-210]
770 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-210]
771 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-210]
772 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-210]
773 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-210]
774 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-210]
775 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
776[09:51:28] [Server thread/WARN]: [BuycraftX] No secret key available (or no server information), so can't update inventories.
777[09:51:28] [Server thread/WARN]: [BuycraftX] No secret key available (or no server information), so can't update inventories.
778[09:51:28] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1757)
779[09:51:28] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v1.8.14
780[09:51:28] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_14_R1
781[09:51:29] [Server thread/INFO]: [Quests] Enabling Quests v3.8.0-b35
782[09:51:29] [Server thread/INFO]: [Quests] Loaded language es-ES. Translations via Crowdin
783[09:51:29] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.1.0
784[09:51:29] [Server thread/WARN]: [com.fasterxml.jackson.databind.ext.Java7Support] Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
785[09:51:29] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
786[09:51:29] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
787[09:51:29] [Server thread/INFO]: [Shop] Enabling Shop v2.5.0
788[09:51:29] [Server thread/INFO]: [Shop] PlaceholderAPI not found, alternative placeholders will be used.
789[09:51:29] [Server thread/INFO]: [Shop] Successfully hooked into Citizens.
790[09:51:29] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.4
791[09:51:29] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.4.2
792[09:51:30] [Server thread/INFO]: Protection Stone Blocks:
793[09:51:30] [Server thread/INFO]: - COAL_ORE (10)
794[09:51:30] [Server thread/INFO]: - DIAMOND_BLOCK (100)
795[09:51:30] [Server thread/INFO]: - EMERALD_BLOCK (55)
796[09:51:30] [Server thread/INFO]: - EMERALD_ORE (45)
797[09:51:30] [Server thread/INFO]: - GOLD_ORE (35)
798[09:51:30] [Server thread/INFO]: - IRON_ORE (20)
799[09:51:30] [Server thread/INFO]: - DIAMOND_ORE (70)
800[09:51:30] [Server thread/INFO]: Building region cache...
801[09:51:30] [Server thread/INFO]: Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
802[09:51:30] [Server thread/INFO]: Checking if PS regions have been updated to UUIDs...
803[09:51:30] [Server thread/INFO]: ProtectionStones has successfully started!
804[09:51:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0
805[09:51:30] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.3
806[09:51:30] [Server thread/WARN]: [CratesPlus] CratesPlus has not yet been officially tested with Bukkit 1.14.4 but should still work
807[09:51:30] [Server thread/WARN]: [CratesPlus] Please let me know if there are any errors or issues
808[09:51:30] [Server thread/INFO]: CratesPlus Version 4.5.3
809[09:51:30] [Server thread/INFO]: HolographicDisplays was found, hooking in!
810[09:51:30] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
811[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
812[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
813[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
814[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
815[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
816[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
817[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
818[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
819[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
820[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
821[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
822[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
823[09:51:30] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
824[09:51:30] [Server thread/INFO]: [CitizensText] Enabling CitizensText v1.17
825[09:51:30] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9
826[09:51:30] [Server thread/INFO]:
827[09:51:30] [Server thread/INFO]: __ ___ _ _
828[09:51:30] [Server thread/INFO]: / _\ __ ___ ____ _ __ _ ___ / __\_ _ ___| |_(_) ___ _ __ ___
829[09:51:30] [Server thread/INFO]: \ \ / _` \ \ / / _` |/ _` |/ _ \/ _\/ _` |/ __| __| |/ _ \| '_ \/ __|
830[09:51:30] [Server thread/INFO]: _\ \ (_| |\ V / (_| | (_| | __/ / | (_| | (__| |_| | (_) | | | \__ \
831[09:51:30] [Server thread/INFO]: \__/\__,_| \_/ \__,_|\__, |\___\/ \__,_|\___|\__|_|\___/|_| |_|___/
832[09:51:30] [Server thread/INFO]: |___/
833[09:51:30] [Server thread/INFO]: Made with love, by ProSavage & illyria.io Team.
834[09:51:30] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] ==== Setup ====
835[09:51:30] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Minecraft Version 1.14 found.
836[09:51:30] [Server thread/INFO]: File was not found for players.json, assuming there is no need to migrate old players.json file.
837[09:51:30] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] ==== End Setup ====
838[09:51:30] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] === ENABLE START ===
839[09:51:31] [Server thread/INFO]: [TrackX] Tracker starting for savagefactions
840[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Config.yml was found to be up-to-date!
841[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 176 players
842[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 6 Factions
843[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loading board from disk
844[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 0 board locations
845[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] CoreProtect not found, disabling Inspect
846[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Enabling FactionsTop command, this is a very basic /f top please get a dedicated /f top resource if you want land calculation etc.
847[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Economy integration through Vault plugin successful.
848[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Found WorldGuard 7+
849[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Minecraft Version 1.9 or higher found, using non packet based particle API
850[09:51:31] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] === ENABLE DONE (Took 709ms) ===
851[09:51:31] [Server thread/INFO]: [TAB] Enabling TAB v2.5.2
852[09:51:31] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1)
853[09:51:31] [Server thread/INFO]: [TAB] Enabled in 93ms
854[09:51:31] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.1.8
855[09:51:31] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mEnabling MyPet v3.8 [m
856[09:52:11] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mNo Update available. [m
857[09:52:11] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mCustom entity registry found: net.citizensnpcs.nms.v1_14_R1.util.CustomEntityRegistry [m
858[09:52:11] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mCompat mode for v1_14_R1 loaded. [m
859[09:52:11] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mExp calculation mode: MyPet [m
860[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mLoading WorldGroups... [m
861[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [m added ' [0;33;22mworld [m' to 'default' [m
862[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [m added ' [0;33;22mworld_nether [m' to 'default' [m
863[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [m added ' [0;33;22mworld_the_end [m' to 'default' [m
864[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mConnect to SQLite database... [m
865[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mSQLite connection successful. [m
866[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mCitizens (2.0.25-SNAPSHOT (build 1757)) hook activated. [m
867[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mCombatLogX (9.9.1.8) hook activated. [m
868[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mFactions (1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9) hook activated. [m
869[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mProtocolLib (4.5.0-SNAPSHOT) hook activated. [m
870[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mVault (1.7.2-b107) (Economy: Essentials Economy) (Permissions: LuckPerms) hook activated. [m
871[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mWorldGuard (7.0.1-SNAPSHOT;556b638) hook activated. [m
872[09:52:12] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [ [0;32;22mMyPet [m] [mversion 3.8-b1505 [0;32;1m ENABLED [m
873[09:52:12] [Server thread/INFO]: [Jobs] Enabling Jobs v4.14.3
874[09:52:13] [Server thread/INFO]: [Jobs] Loaded 8 titles!
875[09:52:13] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
876[09:52:14] [Server thread/INFO]: [Jobs] Loaded 989 custom item names!
877[09:52:14] [Server thread/INFO]: [Jobs] Loaded 66 custom entity names!
878[09:52:14] [Server thread/INFO]: [Jobs] Loaded 37 custom enchant names!
879[09:52:14] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
880[09:52:14] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
881[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
882[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
883[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
884[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
885[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
886[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
887[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
888[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
889[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
890[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
891[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
892[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
893[09:52:14] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
894[09:52:14] [Server thread/INFO]: [Jobs] Explorer job manager registered!
895[09:52:14] [Server thread/INFO]: [Jobs] Loaded 1110 furnaces and 148 brewing stands for reassigning.
896[09:52:14] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
897[09:52:14] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
898[09:52:14] [Server thread/INFO]: [Jobs] Preloaded 776 players data in 0.02
899[09:52:14] [Server thread/INFO]: [Jobs] MyPet detected
900[09:52:14] [Server thread/INFO]: [Jobs] WorldGuard detected.
901[09:52:14] [Server thread/INFO]: [Jobs] Loaded 12196 block protection entries. 8
902[09:52:14] [Server thread/INFO]: [Jobs] Loading explorer data
903[09:52:15] [Server thread/INFO]: [Jobs] Loaded explorer data (142078)
904[09:52:15] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
905[09:52:15] [Server thread/INFO]: Done (145.875s)! For help, type "help"
906[09:52:15] [Server thread/INFO]: Timings Reset
907[09:52:15] [Craft Scheduler Thread - 10/INFO]: [Matrix] Start checking update....
908[09:52:15] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ...
909[09:52:15] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
910[09:52:15] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
911[09:52:16] [Server thread/INFO]: [CombatLogX] Enabling expansion 'NotCombatLogX v14.4'
912[09:52:16] [Server thread/INFO]: [CombatLogX]
913[09:52:16] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v14.13'
914[09:52:16] [Server thread/INFO]: [CombatLogX]
915[09:52:16] [Server thread/INFO]: [CombatLogX] Successfully enabled 2 expansions
916[09:52:16] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
917[09:52:17] [Server thread/ERROR]: [Citizens] The trait enabled failed to load for NPC ID: 7.
918[09:52:17] [Server thread/ERROR]: [Citizens] The trait range failed to load for NPC ID: 7.
919[09:52:21] [Server thread/INFO]: [Citizens] Loaded 31 NPCs.
920[09:52:21] [Server thread/INFO]: Saving the game (this may take a moment!)
921[09:52:27] [Server thread/INFO]: Saved the game
922[09:52:27] [Server thread/INFO]: Saving is already turned on
923[09:52:27] [Server thread/INFO]: Saving the game (this may take a moment!)
924[09:52:27] [Server thread/INFO]: Saved the game
925[09:52:27] [Server thread/INFO]: Saving is already turned on
926[09:52:27] [Server thread/INFO]: Saving the game (this may take a moment!)
927[09:52:27] [Server thread/INFO]: Saved the game
928[09:52:27] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 11477ms or 229 ticks behind
929[09:52:27] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] Checking for updates using the Spigot API...
930[09:52:27] [Server thread/INFO]: [Quests] Loaded 5 Quest(s), 9 Action(s), 843 Phrase(s)
931[09:52:27] [Server thread/INFO]: [CitizensText] NPC with the id 16 doesn't exist. Consider removing this text instance.
932[09:52:27] [Server thread/INFO]: [CitizensText] NPC with the id 2 doesn't exist. Consider removing this text instance.
933[09:52:27] [Server thread/INFO]: [CitizensText] NPC with the id 6 doesn't exist. Consider removing this text instance.
934[09:52:27] [Server thread/INFO]: [CitizensText] NPC with the id 9 doesn't exist. Consider removing this text instance.
935[09:52:27] [Server thread/INFO]: [CitizensText] 23 texts loadeds (including 4 dead ones)
936[09:52:28] [Craft Scheduler Thread - 5/INFO]: Checking for updates via Spigot...
937[09:52:29] [Craft Scheduler Thread - 20/INFO]: [BuycraftX] Fetching all due players...
938[09:52:32] [User Authenticator #1/INFO]: UUID of player molina313 is 685326cb-5790-3522-a6d2-b75830ec076f
939[09:52:34] [Server thread/INFO]: molina313[/172.17.0.1:58966] logged in with entity id 228 at ([world]-3589.2156809408884, 96.5, 1597.777051633823)
940[09:52:34] [Craft Scheduler Thread - 7/INFO]: [EssentialsGeoIP] ¡Error al leer la base de datos de GeoIP! The address 172.17.0.1 is not in the database.
941[09:52:34] [Server thread/INFO]: [+] molina313
942[09:52:56] [Craft Scheduler Thread - 9/INFO]: [Vault] There was an issue attempting to check for the latest version.
943[09:52:56] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available
944[09:52:56] [Craft Scheduler Thread - 12/WARN]: [HolographicDisplays] Could not contact BukkitDev to check for updates.
945[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] An error occurred while trying to check for CombatLogX updates.
946[09:52:56] [Craft Scheduler Thread - 10/INFO]: [Matrix] Cant check update....please check your internet connection
947[09:52:56] [Craft Scheduler Thread - 15/WARN]: java.net.UnknownHostException: api.spigotmc.org
948[09:52:56] [Craft Scheduler Thread - 13/WARN]: [SuperbVote] Unable to contact SpigotMC.org to determine if a new version is available.
949[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
950[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
951[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.net.Socket.connect(Socket.java:589)
952[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
953[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
954[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
955[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
956[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
957[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
958[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
959[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
960[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
961[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
962[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
963[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
964[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
965[09:52:56] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
966[09:52:56] [Craft Scheduler Thread - 15/WARN]: at com.SirBlobman.combatlogx.utility.UpdateUtil.getSpigotVersion(UpdateUtil.java:96)
967[09:52:56] [Craft Scheduler Thread - 15/WARN]: at com.SirBlobman.combatlogx.utility.UpdateUtil.updateTask(UpdateUtil.java:32)
968[09:52:56] [Craft Scheduler Thread - 15/WARN]: at com.SirBlobman.combatlogx.utility.UpdateUtil.lambda$checkForUpdates$0(UpdateUtil.java:28)
969[09:52:56] [Craft Scheduler Thread - 15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
970[09:52:56] [Craft Scheduler Thread - 15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
971[09:52:56] [Craft Scheduler Thread - 15/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
972[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
973[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
974[09:52:56] [Craft Scheduler Thread - 15/WARN]: at java.lang.Thread.run(Thread.java:748)
975[09:52:56] [Craft Scheduler Thread - 5/INFO]: [Baúl] Failed to check for updates. Will try again later.
976[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] ==============================================
977[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] CombatLogX Update Checker
978[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX]
979[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] There was an error checking for updates
980[09:52:56] [Craft Scheduler Thread - 15/INFO]: [CombatLogX] ==============================================
981[09:52:56] [Craft Scheduler Thread - 4/INFO]: [Matrix] (!) Error while connecting internet -> UnknownHostException
982[09:52:56] [Craft Scheduler Thread - 11/INFO]: [Matrix] (!) Error while connecting internet -> UnknownHostException
983[09:52:56] [Craft Scheduler Thread - 11/INFO]: [Matrix] Plugin Enabled
984[09:52:57] [Server thread/INFO]: [EntityTrackerFixer] Untracked 270 entities in world
985[09:52:57] [Server thread/INFO]: [EntityTrackerFixer] Untracked 14 entities in world_nether
986[09:52:57] [Server thread/INFO]: [EntityTrackerFixer] Untracked 0 entities in world_the_end
987[09:52:58] [User Authenticator #1/INFO]: UUID of player tomas777omg is b0a50bee-61a7-3078-a137-133fb5eeddd8
988[09:53:00] [Server thread/INFO]: tomas777omg[/172.17.0.1:58970] logged in with entity id 515 at ([world]-217.5, 69.0, 46.5)
989[09:53:00] [Server thread/INFO]: molina313 issued server command: /login (1292)
990[09:53:00] [Craft Scheduler Thread - 5/INFO]: [EssentialsGeoIP] ¡Error al leer la base de datos de GeoIP! The address 172.17.0.1 is not in the database.
991[09:53:00] [Server thread/INFO]: [+] tomas777omg
992[09:53:00] [pool-44-thread-1/INFO]: [Essentials] Creando configuración vacÃa: /home/minecraft/multicraft/servers/server93928/plugins/Essentials/userdata/b0a50bee-61a7-3078-a137-133fb5eeddd8.yml
993[09:53:09] [Craft Scheduler Thread - 20/ERROR]: [BuycraftX] Could not fetch due players queue
994java.net.UnknownHostException: plugin.buycraft.net: Temporary failure in name resolution
995 at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_222]
996 at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) ~[?:1.8.0_222]
997 at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) ~[?:1.8.0_222]
998 at java.net.InetAddress.getAllByName0(InetAddress.java:1277) ~[?:1.8.0_222]
999 at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
1000 at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
1001 at net.buycraft.plugin.shared.util.Ipv4PreferDns.lookup(Ipv4PreferDns.java:16) ~[?:?]
1002 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:185) ~[?:?]
1003 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.java:149) ~[?:?]
1004 at net.buycraft.plugin.internal.okhttp3.internal.connection.RouteSelector.next(RouteSelector.java:84) ~[?:?]
1005 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:214) ~[?:?]
1006 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135) ~[?:?]
1007 at net.buycraft.plugin.internal.okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114) ~[?:?]
1008 at net.buycraft.plugin.internal.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) ~[?:?]
1009 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1010 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
1011 at net.buycraft.plugin.internal.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) ~[?:?]
1012 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1013 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
1014 at net.buycraft.plugin.internal.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) ~[?:?]
1015 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1016 at net.buycraft.plugin.internal.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126) ~[?:?]
1017 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1018 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
1019 at net.buycraft.plugin.BuyCraftAPI$1.intercept(BuyCraftAPI.java:56) ~[?:?]
1020 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1021 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
1022 at net.buycraft.plugin.BuyCraftAPI$2.intercept(BuyCraftAPI.java:50) ~[?:?]
1023 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[?:?]
1024 at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[?:?]
1025 at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:254) ~[?:?]
1026 at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:92) ~[?:?]
1027 at net.buycraft.plugin.internal.retrofit2.OkHttpCall.execute(OkHttpCall.java:186) ~[?:?]
1028 at net.buycraft.plugin.execution.DuePlayerFetcher.run(DuePlayerFetcher.java:62) ~[?:?]
1029 at net.buycraft.plugin.execution.DuePlayerFetcher.run(DuePlayerFetcher.java:38) ~[?:?]
1030 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-210]
1031 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-210]
1032 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-210]
1033 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
1034 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
1035 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1036[09:53:12] [Server thread/INFO]: tomas777omg issued server command: /register gomen123 gomen123
1037[09:53:27] [Server thread/INFO]: tomas777omg issued server command: /tpa molina313
1038[09:53:27] [Server thread/INFO]: [EntityTrackerFixer] Untracked 27 entities in world
1039[09:53:27] [Server thread/INFO]: [EntityTrackerFixer] Untracked 0 entities in world_nether
1040[09:53:27] [Server thread/INFO]: [EntityTrackerFixer] Untracked 0 entities in world_the_end
1041[09:53:37] [Server thread/INFO]: molina313 issued server command: /tpaccept toma
1042[09:54:02] [Server thread/INFO]: tomas777omg has made the advancement [Acquire Hardware]
1043[09:54:23] [WebSocketConnectReadThread-107/INFO]: [Matrix] [Cloud] Error: java.net.ConnectException - Connection timed out (Connection timed out)
1044[09:54:23] [WebSocketConnectReadThread-107/INFO]: [Matrix] [Cloud] Connection closed: -1 reason: Connection timed out (Connection timed out)
1045[09:54:43] [Server thread/INFO]: tomas777omg has made the advancement [Isn't It Iron Pick]
1046[09:55:27] [Server thread/INFO]: molina313 issued server command: /
1047[09:56:16] [Server thread/INFO]: molina313 issued server command: /help
1048[09:56:41] [Server thread/INFO]: molina313 issued server command: /balance add tomas777omg
1049[09:57:06] [Server thread/INFO]: molina313 issued server command: /home add tomas777omg
1050[09:57:14] [Server thread/INFO]: tomas777omg has made the advancement [Monster Hunter]
1051[09:57:39] [User Authenticator #2/INFO]: UUID of player MAXPLE is 86813836-c0bb-3cd0-a6c3-cc9cbd18fcdf
1052[09:57:39] [Server thread/INFO]: MAXPLE[/181.49.90.28:19300] logged in with entity id 656 at ([world]495.21176626308534, 96.0, 131.2780358102554)
1053[09:57:39] [Server thread/INFO]: [+] MAXPLE
1054[09:58:02] [Async Chat Thread - #0/INFO]: [-]<Aventurero molina313> hola
1055[09:58:05] [Server thread/INFO]: MAXPLE issued server command: /login ola123
1056[09:58:09] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Fetching all due players...
1057[09:58:10] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Fetched due players (0 found).
1058[10:00:41] [Server thread/INFO]: Saving is already turned on
1059[10:00:41] [Server thread/INFO]: Saving the game (this may take a moment!)
1060[10:00:41] [Server thread/INFO]: Saved the game
1061[10:01:20] [Server thread/INFO]: tomas777omg has made the advancement [Stone Age]
1062[10:02:27] [Server thread/WARN]: [BuycraftX] No secret key available (or no server information), so can't update inventories.
1063[10:02:27] [Server thread/WARN]: [BuycraftX] No secret key available (or no server information), so can't update inventories.
1064[10:03:10] [Craft Scheduler Thread - 22/INFO]: [BuycraftX] Fetching all due players...
1065[10:03:10] [Craft Scheduler Thread - 22/INFO]: [BuycraftX] Fetched due players (0 found).
1066[10:04:20] [Server thread/INFO]: tomas777omg issued server command: /jobs join
1067[10:05:55] [Server thread/INFO]: MAXPLE lost connection: Disconnected
1068[10:05:55] [Server thread/INFO]: [-] MAXPLE
1069[10:07:27] [Server thread/INFO]: [ExploitFixer] Cleared unused cached players!
1070[10:08:10] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetching all due players...
1071[10:08:10] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetched due players (0 found).
1072[10:10:08] [Server thread/INFO]: molina313 issued server command: /help
1073[10:10:15] [Server thread/INFO]: molina313 issued server command: /help2
1074[10:10:20] [Server thread/INFO]: molina313 issued server command: /help 2
1075[10:10:27] [Server thread/WARN]: java.io.IOException: Permission denied
1076[10:10:27] [Server thread/WARN]: at java.io.UnixFileSystem.createFileExclusively(Native Method)
1077[10:10:27] [Server thread/WARN]: at java.io.File.createNewFile(File.java:1012)
1078[10:10:27] [Server thread/WARN]: at com.froobworld.saml.FrozenChunkCache.saveToFile(FrozenChunkCache.java:81)
1079[10:10:27] [Server thread/WARN]: at com.froobworld.saml.utils.ParameterisedEntityFreezer.freeze(ParameterisedEntityFreezer.java:132)
1080[10:10:27] [Server thread/WARN]: at com.froobworld.saml.utils.ParameterisedEntityFreezer.lambda$groupThenFreeze$4(ParameterisedEntityFreezer.java:85)
1081[10:10:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
1082[10:10:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452)
1083[10:10:27] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1171)
1084[10:10:27] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417)
1085[10:10:27] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1098)
1086[10:10:27] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925)
1087[10:10:27] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1088[10:10:27] [Server thread/WARN]: [SAML] There was a problem creating the frozen chunk cache file.
1089[10:10:27] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1090net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1091 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1092 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1093 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1094 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1095 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1096[10:10:28] [Craft Scheduler Thread - 34/WARN]: [SuperbVote] Plugin SuperbVote v0.5.4 generated an exception while executing task 80
1097java.lang.RuntimeException: Unable to save queued votes to plugins/SuperbVote/queued_votes.json
1098 at io.minimum.minecraft.superbvote.storage.QueuedVotesStorage.save(QueuedVotesStorage.java:69) ~[?:?]
1099 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-210]
1100 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-210]
1101 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-210]
1102 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
1103 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
1104 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1105Caused by: java.nio.file.AccessDeniedException: /tmp/superbvote-9198309556152764788.json -> plugins/SuperbVote/queued_votes.json
1106 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) ~[?:1.8.0_222]
1107 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:1.8.0_222]
1108 at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:457) ~[?:1.8.0_222]
1109 at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262) ~[?:1.8.0_222]
1110 at java.nio.file.Files.move(Files.java:1395) ~[?:1.8.0_222]
1111 at io.minimum.minecraft.superbvote.storage.QueuedVotesStorage.save(QueuedVotesStorage.java:67) ~[?:?]
1112 ... 6 more
1113[10:10:28] [Craft Scheduler Thread - 33/WARN]: [SuperbVote] Plugin SuperbVote v0.5.4 generated an exception while executing task 79
1114java.lang.RuntimeException: Unable to save votes to plugins/SuperbVote/votes.json
1115 at io.minimum.minecraft.superbvote.storage.JsonVoteStorage.save(JsonVoteStorage.java:232) ~[?:?]
1116 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-210]
1117 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-210]
1118 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-210]
1119 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
1120 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
1121 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1122Caused by: java.nio.file.AccessDeniedException: /tmp/superbvote-6940277567394223430.json -> plugins/SuperbVote/votes.json
1123 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) ~[?:1.8.0_222]
1124 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:1.8.0_222]
1125 at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:457) ~[?:1.8.0_222]
1126 at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262) ~[?:1.8.0_222]
1127 at java.nio.file.Files.move(Files.java:1395) ~[?:1.8.0_222]
1128 at io.minimum.minecraft.superbvote.storage.JsonVoteStorage.save(JsonVoteStorage.java:230) ~[?:?]
1129 ... 6 more
1130[10:10:30] [Server thread/INFO]: tomas777omg issued server command: /vote
1131[10:10:34] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1132net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1133 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1134 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1135 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1136 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1137 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1138[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1139net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1140 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1141 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1142 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1143 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1144 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1145[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1146net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1147 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1148 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1149 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1150 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1151 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1152[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1153net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1154 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1155 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1156 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1157 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1158 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1159[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1160net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1161 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1162 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1163 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1164 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1165 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1166[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1167net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1168 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1169 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1170 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1171 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1172 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1173[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1174net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1175 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1176 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1177 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1178 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1179 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1180[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1181net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1182 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1183 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1184 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1185 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1186 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1187[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1188net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1189 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1190 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1191 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1192 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1193 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1194[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1195net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1196 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1197 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1198 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1199 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1200 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1201[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1202net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1203 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1204 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1205 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1206 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1207 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1208[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1209net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1210 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1211 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1212 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1213 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1214 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1215[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1216net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1217 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1218 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1219 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1220 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1221 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1222[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1223net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1224 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1225 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1226 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1227 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1228 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1229[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1230net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1231 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1232 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1233 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1234 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1235 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1236[10:10:37] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1237net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1238 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1239 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1240 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1241 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1242 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1243[10:10:40] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1244net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1245 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1246 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1247 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1248 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1249 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1250[10:10:40] [Server thread/INFO]: tomas777omg issued server command: /2
1251[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1252net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1253 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1254 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1255 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1256 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1257 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1258[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1259net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1260 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1261 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1262 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1263 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1264 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1265[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1266net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1267 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1268 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1269 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1270 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1271 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1272[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1273net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1274 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1275 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1276 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1277 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1278 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1279[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1280net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1281 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1282 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1283 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1284 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1285 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1286[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1287net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1288 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1289 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1290 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1291 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1292 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1293[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1294net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1295 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1296 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1297 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1298 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1299 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1300[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1301net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1302 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1303 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1304 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1305 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1306 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1307[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1308net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1309 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1310 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1311 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1312 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1313 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1314[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1315net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1316 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1317 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1318 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1319 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1320 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1321[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1322net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1323 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1324 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1325 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1326 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1327 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1328[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1329net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1330 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1331 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1332 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1333 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1334 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1335[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1336net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1337 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1338 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1339 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1340 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1341 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1342[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1343net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1344 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1345 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1346 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1347 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1348 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1349[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1350net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1351 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1352 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1353 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1354 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1355 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1356[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1357net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1358 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1359 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1360 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1361 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1362 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1363[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1364net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1365 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1366 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1367 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1368 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1369 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1370[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1371net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1372 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1373 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1374 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1375 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1376 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1377[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1378net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1379 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1380 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1381 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1382 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1383 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1384[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1385net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1386 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1387 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1388 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1389 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1390 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1391[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1392net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1393 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1394 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1395 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1396 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1397 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1398[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1399net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1400 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1401 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1402 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1403 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1404 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1405[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1406net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1407 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1408 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1409 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1410 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1411 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1412[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1413net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1414 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1415 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1416 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1417 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1418 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1419[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1420net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1421 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1422 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1423 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1424 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1425 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1426[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1427net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_nether, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1428 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1429 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1430 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1431 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1432 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1433[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1434net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1435 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1436 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1437 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1438 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1439 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1440[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1441net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1442 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1443 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1444 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1445 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1446 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1447[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1448net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1449 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1450 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1451 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1452 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1453 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1454[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1455net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world_the_end, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1456 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1457 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1458 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1459 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1460 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1461[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1462net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1463 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1464 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1465 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1466 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1467 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1468[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1469net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1470 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1471 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1472 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1473 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1474 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1475[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1476net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1477 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1478 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1479 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1480 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1481 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1482[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1483net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1484 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1485 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1486 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1487 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1488 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1489[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1490net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1491 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1492 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1493 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1494 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1495 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1496[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1497net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1498 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1499 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1500 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1501 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1502 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1503[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1504net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1505 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1506 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1507 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1508 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1509 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1510[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1511net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1512 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1513 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1514 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1515 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1516 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1517[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1518net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1519 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1520 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1521 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1522 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1523 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1524[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1525net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1526 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1527 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1528 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1529 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1530 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1531[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1532net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1533 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1534 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1535 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1536 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1537 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1538[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1539net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1540 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1541 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1542 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1543 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1544 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1545[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1546net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1547 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1548 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1549 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1550 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1551 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1552[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1553net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1554 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1555 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1556 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1557 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1558 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1559[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1560net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1561 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1562 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1563 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1564 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1565 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1566[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1567net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1568 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1569 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1570 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1571 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1572 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1573[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1574net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1575 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1576 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1577 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1578 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1579 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1580[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1581net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1582 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1583 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1584 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1585 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1586 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1587[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1588net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1589 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1590 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1591 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1592 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1593 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1594[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1595net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1596 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1597 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1598 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1599 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1600 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1601[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1602net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1603 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1604 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1605 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1606 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1607 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1608[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1609net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1610 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1611 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1612 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1613 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1614 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1615[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1616net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1617 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1618 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1619 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1620 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1621 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1622[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1623net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1624 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1625 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1626 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1627 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1628 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1629[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1630net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1631 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1632 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1633 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1634 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1635 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1636[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1637net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1638 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1639 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1640 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1641 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1642 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1643[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1644net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1645 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1646 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1647 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1648 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1649 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1650[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1651net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1652 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1653 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1654 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1655 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1656 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1657[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1658net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1659 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1660 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1661 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1662 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1663 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1664[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1665net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1666 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1667 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1668 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1669 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1670 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1671[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1672net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1673 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1674 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1675 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1676 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1677 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1678[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1679net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1680 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1681 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1682 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1683 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1684 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1685[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1686net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1687 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1688 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1689 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1690 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1691 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1692[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1693net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1694 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1695 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1696 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1697 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1698 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1699[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1700net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1701 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1702 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1703 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1704 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1705 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1706[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1707net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1708 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1709 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1710 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1711 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1712 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1713[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1714net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1715 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1716 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1717 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1718 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1719 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1720[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1721net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1722 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1723 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1724 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1725 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1726 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1727[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1728net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1729 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1730 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1731 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1732 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1733 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1734[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1735net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1736 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1737 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1738 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1739 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1740 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1741[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1742net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1743 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1744 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1745 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1746 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1747 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1748[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1749net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1750 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1751 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1752 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1753 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1754 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1755[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1756net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1757 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1758 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1759 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1760 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1761 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1762[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1763net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1764 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1765 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1766 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1767 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1768 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1769[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1770net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1771 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1772 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1773 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1774 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1775 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1776[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1777net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1778 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1779 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1780 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1781 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1782 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1783[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1784net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1785 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1786 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1787 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1788 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1789 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1790[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1791net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1792 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1793 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1794 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1795 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1796 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1797[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1798net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1799 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1800 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1801 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1802 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1803 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1804[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1805net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1806 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1807 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1808 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1809 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1810 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1811[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1812net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1813 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1814 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1815 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1816 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1817 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1818[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1819net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1820 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1821 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1822 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1823 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1824 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1825[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1826net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1827 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1828 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1829 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1830 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1831 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1832[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1833net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1834 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1835 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1836 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1837 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1838 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1839[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1840net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1841 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1842 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1843 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1844 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1845 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1846[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1847net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1848 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1849 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1850 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1851 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1852 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1853[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1854net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1855 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1856 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1857 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1858 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1859 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1860[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1861net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1862 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1863 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1864 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1865 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1866 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1867[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1868net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1869 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1870 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1871 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1872 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1873 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1874[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1875net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1876 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1877 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1878 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1879 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1880 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1881[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1882net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1883 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1884 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1885 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1886 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1887 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1888[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1889net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1890 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1891 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1892 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1893 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1894 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1895[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1896net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1897 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1898 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1899 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1900 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1901 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1902[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1903net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1904 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1905 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1906 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1907 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1908 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38) ~[patched_1.14.4.jar:git-Paper-210]
1909[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1910net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1911 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1912 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1913 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1914 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1915 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1916[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1917net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1918 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1919 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1920 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1921 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1922 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1923[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1924net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1925 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1926 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1927 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1928 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1929 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1930[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1931net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1932 at net.minecraft.server.v1_14_R1.WorldNBTStorage.checkSession(WorldNBTStorage.java:167) ~[patched_1.14.4.jar:git-Paper-210]
1933 at net.minecraft.server.v1_14_R1.WorldServer.checkSession(WorldServer.java:1638) ~[patched_1.14.4.jar:git-Paper-210]
1934 at com.destroystokyo.paper.io.PaperFileIOThread$ChunkDataTask.run(PaperFileIOThread.java:594) ~[patched_1.14.4.jar:git-Paper-210]
1935 at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105) ~[patched_1.14.4.jar:git-Paper-210]
1936 at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:49) ~[patched_1.14.4.jar:git-Paper-210]
1937[10:10:41] [Paper RegionFile IO Thread/FATAL]: Couldn't save chunk; already in use by another instance of Minecraft?
1938net.minecraft.server.v1_14_R1.ExceptionWorldConflict: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
1939 at