· 6 years ago · Nov 20, 2019, 06:52 PM
1[19:46:16] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[19:46:16] [Server thread/INFO]: Loading properties
3[19:46:16] [Server thread/INFO]: Default game type: SURVIVAL
4[19:46:16] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-eb3d921-2b93d83 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
5[19:46:17] [Server thread/INFO]: Debug logging is disabled
6[19:46:17] [Server thread/INFO]: Using 4 threads for Netty based IO
7[19:46:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
8
9[19:46:17] [Server thread/INFO]: Generating keypair
10[19:46:18] [Server thread/INFO]: Starting Minecraft server on *:25630
11[19:46:18] [Server thread/INFO]: Using epoll channel type
12[19:46:19] [Server thread/ERROR]: Ambiguous plugin name `SignPlugin' for files `plugins/SignPlugin.jar' and `plugins/SignPlugin - 1.12.2.jar' in `plugins'
13[19:46:19] [Server thread/INFO]: Set PluginClassLoader as parallel capable
14[19:46:20] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.2
15[19:46:20] [Server thread/INFO]: [SignPlugin] Loading SignPlugin v1.0
16[19:46:20] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.01.12-dc2d277-1245-22.0.7
17[19:46:20] [Server thread/INFO]: [WorldManager] Loading WorldManager v1.0.0
18[19:46:20] [Server thread/INFO]: [ChatSecurity] Loading ChatSecurity vv1.0
19[19:46:20] [Server thread/INFO]: [Kopf] Loading Kopf v1.0
20[19:46:20] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
21[19:46:20] [Server thread/INFO]: [PluginBlocker] Loading PluginBlocker v1.0-SNAPSHOT
22[19:46:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
23[19:46:20] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
24[19:46:20] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v19.02.05-d27ead5-688
25[19:46:20] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;8eeab68
26[19:46:20] [Server thread/INFO]: [CBSystem] Loading CBSystem v1.6.2 [1.12.2]
27[19:46:20] [Server thread/INFO]: [Signs] Loading Signs v1.9.7
28[19:46:20] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.2
29[19:46:20] [Server thread/INFO]: __
30
31[19:46:20] [Server thread/INFO]: | |__) LuckPerms v4.3.2
32
33[19:46:20] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
34
35[19:46:20] [Server thread/INFO]: [LuckPerms] Loading configuration...
36[19:46:20] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
37[19:46:22] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
38[19:46:23] [Server thread/INFO]: [LuckPerms] Performing initial data load...
39[19:46:23] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3471ms)
40[19:46:23] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.01.12-dc2d277-1245-22.0.7
41[19:46:23] [Server thread/WARN]: java.lang.NoSuchFieldException: modifiers
42
43[19:46:23] [Server thread/WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2412)
44
45[19:46:23] [Server thread/WARN]: at com.boydti.fawe.config.Config.setAccessible(Config.java:451)
46
47[19:46:23] [Server thread/WARN]: at com.boydti.fawe.config.Config.save(Config.java:288)
48
49[19:46:23] [Server thread/WARN]: at com.boydti.fawe.config.Config.<init>(Config.java:27)
50
51[19:46:23] [Server thread/WARN]: at com.boydti.fawe.config.Settings.<init>(Settings.java:8)
52
53[19:46:23] [Server thread/WARN]: at com.boydti.fawe.config.Settings.<clinit>(Settings.java:10)
54
55[19:46:23] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:94)
56
57[19:46:23] [Server thread/WARN]: at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76)
58
59[19:46:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
60
61[19:46:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
62
63[19:46:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
64
65[19:46:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
66
67[19:46:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
68
69[19:46:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
70
71[19:46:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
72
73[19:46:23] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:830)
74
75[19:46:24] [Server thread/WARN]: java.lang.NullPointerException
76
77[19:46:24] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:94)
78
79[19:46:24] [Server thread/WARN]: at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76)
80
81[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
82
83[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
84
85[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
86
87[19:46:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
88
89[19:46:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
90
91[19:46:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
92
93[19:46:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
94
95[19:46:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:830)
96
97[19:46:24] [Server thread/ERROR]: Error occurred while enabling FastAsyncWorldEdit v19.01.12-dc2d277-1245-22.0.7 (Is it up to date?)
98java.lang.NullPointerException: null
99 at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:137) ~[?:?]
100 at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:76) ~[?:?]
101 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
102 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
103 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
104 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
105 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
106 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
107 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
108 at java.lang.Thread.run(Thread.java:830) [?:?]
109[19:46:24] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
110[19:46:24] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
111[19:46:24] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
112[19:46:24] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
113[19:46:24] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
114[19:46:24] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v19.02.05-d27ead5-688
115[19:46:24] [Server thread/INFO]: Invalid config field: issues for settings
116
117[19:46:24] [Server thread/INFO]: Failed to set config option: issues: https://github.com/IntellectualSites/PlotSquared/issues | com.intellectualcrafters.plot.config.Settings@3df775c4
118
119[19:46:24] [Server thread/INFO]: Invalid config field: suggestion for settings
120
121[19:46:24] [Server thread/INFO]: Failed to set config option: suggestion: https://github.com/IntellectualSites/PlotSquaredSuggestions | com.intellectualcrafters.plot.config.Settings@2ba5b0e0
122
123[19:46:24] [Server thread/INFO]: Invalid config field: wiki for settings
124
125[19:46:24] [Server thread/INFO]: Failed to set config option: wiki: https://github.com/IntellectualSites/PlotSquared/wiki | com.intellectualcrafters.plot.config.Settings@51956c6b
126
127[19:46:24] [Server thread/INFO]: Invalid config field: date for settings
128
129[19:46:24] [Server thread/INFO]: Failed to set config option: date: 4 Mar 2019 23:00:00 GMT | com.intellectualcrafters.plot.config.Settings@39201637
130
131[19:46:24] [Server thread/INFO]: Invalid config field: build for settings
132
133[19:46:24] [Server thread/INFO]: Failed to set config option: build: https://ci.athion.net/job/PlotSquared/688 | com.intellectualcrafters.plot.config.Settings@3fff0d82
134
135[19:46:24] [Server thread/INFO]: Invalid config field: commit for settings
136
137[19:46:24] [Server thread/INFO]: Failed to set config option: commit: https://github.com/IntellectualSites/PlotSquared/commit/d27ead5 | com.intellectualcrafters.plot.config.Settings@395b982d
138
139[19:46:24] [Server thread/INFO]: Invalid config field: platform for settings
140
141[19:46:24] [Server thread/INFO]: Failed to set config option: platform: Bukkit | com.intellectualcrafters.plot.config.Settings@43d74d59
142
143[19:46:24] [Server thread/INFO]: Invalid config field: debug for settings
144
145[19:46:24] [Server thread/INFO]: Failed to set config option: debug: true | com.intellectualcrafters.plot.config.Settings@7aff6aba
146
147[19:46:24] [Server thread/INFO]: Invalid config field: titles for settings
148
149[19:46:24] [Server thread/INFO]: Failed to set config option: titles: true | com.intellectualcrafters.plot.config.Settings@3dabeb7a
150
151[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.database for enabled-components
152
153[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.database: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@25886d68
154
155[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.events for enabled-components
156
157[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.events: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@5a352a09
158
159[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.commands for enabled-components
160
161[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.commands: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@502d0fdd
162
163[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.uuid-cache for enabled-components
164
165[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.uuid-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@649301fa
166
167[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.updater for enabled-components
168
169[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.updater: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@296c32d
170
171[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.persistent-meta for enabled-components
172
173[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.persistent-meta: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@350b3a18
174
175[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.permission-cache for enabled-components
176
177[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.permission-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1b0083f
178
179[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.block-cache for enabled-components
180
181[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.block-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@76674c69
182
183[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.rating-cache for enabled-components
184
185[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.rating-cache: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@64ee5735
186
187[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.plotme-converter for enabled-components
188
189[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.plotme-converter: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@8d97a4a
190
191[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.worldedit-restrictions for enabled-components
192
193[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.worldedit-restrictions: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@9296a9e
194
195[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.economy for enabled-components
196
197[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.economy: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@45617bd6
198
199[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.metrics for enabled-components
200
201[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.metrics: true | com.intellectualcrafters.plot.config.Settings$Enabled_Components@5320cbb0
202
203[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.plot-expiry for enabled-components
204
205[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.plot-expiry: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1068f0b4
206
207[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.chunk-processor for enabled-components
208
209[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.chunk-processor: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@52d705bd
210
211[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-mobs for enabled-components
212
213[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-mobs: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@1e34ea50
214
215[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-items for enabled-components
216
217[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-items: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@7424eec6
218
219[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.kill-road-vehicles for enabled-components
220
221[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.kill-road-vehicles: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@5bf23213
222
223[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.comment-notifier for enabled-components
224
225[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.comment-notifier: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@6033250e
226
227[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.worlds for enabled-components
228
229[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.worlds: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@596c3532
230
231[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.database-purger for enabled-components
232
233[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.database-purger: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@a6da207
234
235[19:46:24] [Server thread/INFO]: Invalid config field: enabled-components.ban-deleter for enabled-components
236
237[19:46:24] [Server thread/INFO]: Failed to set config option: enabled-components.ban-deleter: false | com.intellectualcrafters.plot.config.Settings$Enabled_Components@40457bf3
238
239[19:46:24] [Server thread/INFO]: Invalid config field: ratings.categories for ratings
240
241[19:46:24] [Server thread/INFO]: Failed to set config option: ratings.categories: [] | com.intellectualcrafters.plot.config.Settings$Ratings@15a5a13
242
243[19:46:24] [Server thread/INFO]: Invalid config field: claim.max-auto-area for claim
244
245[19:46:24] [Server thread/INFO]: Failed to set config option: claim.max-auto-area: 4 | com.intellectualcrafters.plot.config.Settings$Claim@db1d86d
246
247[19:46:24] [Server thread/INFO]: Invalid config field: claim.teleport-on-claim for claim
248
249[19:46:24] [Server thread/INFO]: Failed to set config option: claim.teleport-on-claim: true | com.intellectualcrafters.plot.config.Settings$Claim@d7bbe56
250
251[19:46:24] [Server thread/INFO]: Invalid config field: redstone.disable-unoccupied for redstone
252
253[19:46:24] [Server thread/INFO]: Failed to set config option: redstone.disable-unoccupied: false | com.intellectualcrafters.plot.config.Settings$Redstone@3dec54dc
254
255[19:46:24] [Server thread/INFO]: Invalid config field: redstone.disable-offline for redstone
256
257[19:46:24] [Server thread/INFO]: Failed to set config option: redstone.disable-offline: false | com.intellectualcrafters.plot.config.Settings$Redstone@3e1d81bc
258
259[19:46:24] [Server thread/INFO]: Invalid config field: redstone.detect-invalid-edge-pistons for redstone
260
261[19:46:24] [Server thread/INFO]: Failed to set config option: redstone.detect-invalid-edge-pistons: false | com.intellectualcrafters.plot.config.Settings$Redstone@6ec40127
262
263[19:46:24] [Server thread/INFO]: Invalid config field: teleport.on-death for teleport
264
265[19:46:24] [Server thread/INFO]: Failed to set config option: teleport.on-death: false | com.intellectualcrafters.plot.config.Settings$Teleport@78034aea
266
267[19:46:24] [Server thread/INFO]: Invalid config field: teleport.on-login for teleport
268
269[19:46:24] [Server thread/INFO]: Failed to set config option: teleport.on-login: false | com.intellectualcrafters.plot.config.Settings$Teleport@2ac12437
270
271[19:46:24] [Server thread/INFO]: Invalid config field: teleport.delay for teleport
272
273[19:46:24] [Server thread/INFO]: Failed to set config option: teleport.delay: 0 | com.intellectualcrafters.plot.config.Settings$Teleport@6442d571
274
275[19:46:24] [Server thread/INFO]: Invalid config field: teleport.per-world-visit for teleport
276
277[19:46:24] [Server thread/INFO]: Failed to set config option: teleport.per-world-visit: false | com.intellectualcrafters.plot.config.Settings$Teleport@76c5fcb9
278
279[19:46:24] [Server thread/INFO]: Invalid config field: confirmation.confirmation-timeout-seconds for confirmation
280
281[19:46:24] [Server thread/INFO]: Failed to set config option: confirmation.confirmation-timeout-seconds: 20 | com.intellectualcrafters.plot.config.Settings$Confirmation@37b0d2b4
282
283[19:46:24] [Server thread/INFO]: Invalid config field: plotme.cache-uuds for plotme
284
285[19:46:24] [Server thread/INFO]: Failed to set config option: plotme.cache-uuds: false | com.intellectualcrafters.plot.config.Settings$PlotMe@1cd27c46
286
287[19:46:24] [Server thread/INFO]: Invalid config field: limit.global for limit
288
289[19:46:24] [Server thread/INFO]: Failed to set config option: limit.global: false | com.intellectualcrafters.plot.config.Settings$Limit@24d80906
290
291[19:46:24] [Server thread/INFO]: Invalid config field: limit.max-plots for limit
292
293[19:46:24] [Server thread/INFO]: Failed to set config option: limit.max-plots: 127 | com.intellectualcrafters.plot.config.Settings$Limit@3aee25e3
294
295[19:46:24] [Server thread/INFO]: Invalid config field: chat.console-color for chat
296
297[19:46:24] [Server thread/INFO]: Failed to set config option: chat.console-color: true | com.intellectualcrafters.plot.config.Settings$Chat@35d14eb4
298
299[19:46:24] [Server thread/INFO]: Invalid config field: chat.interactive for chat
300
301[19:46:24] [Server thread/INFO]: Failed to set config option: chat.interactive: true | com.intellectualcrafters.plot.config.Settings$Chat@4209e373
302
303[19:46:24] [Server thread/INFO]: Invalid config field: done.required-for-download for done
304
305[19:46:24] [Server thread/INFO]: Failed to set config option: done.required-for-download: false | com.intellectualcrafters.plot.config.Settings$Done@6df7ba0c
306
307[19:46:24] [Server thread/INFO]: Invalid config field: done.required-for-ratings for done
308
309[19:46:24] [Server thread/INFO]: Failed to set config option: done.required-for-ratings: false | com.intellectualcrafters.plot.config.Settings$Done@526cfde8
310
311[19:46:24] [Server thread/INFO]: Invalid config field: done.restrict-building for done
312
313[19:46:24] [Server thread/INFO]: Failed to set config option: done.restrict-building: false | com.intellectualcrafters.plot.config.Settings$Done@5ff39ead
314
315[19:46:24] [Server thread/INFO]: Invalid config field: done.counts-towards-limit for done
316
317[19:46:24] [Server thread/INFO]: Failed to set config option: done.counts-towards-limit: true | com.intellectualcrafters.plot.config.Settings$Done@13d2d264
318
319[19:46:24] [Server thread/INFO]: Invalid config field: web.url for web
320
321[19:46:24] [Server thread/INFO]: Failed to set config option: web.url: https://empcraft.com/plots/ | com.intellectualcrafters.plot.config.Settings$Web@76930bf9
322
323[19:46:24] [Server thread/INFO]: Invalid config field: web.assets for web
324
325[19:46:24] [Server thread/INFO]: Failed to set config option: web.assets: https://empcraft.com/assetpack/ | com.intellectualcrafters.plot.config.Settings$Web@35d6f570
326
327[19:46:24] [Server thread/INFO]: Invalid config field: paths.schematics for paths
328
329[19:46:24] [Server thread/INFO]: Failed to set config option: paths.schematics: schematics | com.intellectualcrafters.plot.config.Settings$Paths@5a33f0fb
330
331[19:46:24] [Server thread/INFO]: Invalid config field: paths.bo3 for paths
332
333[19:46:24] [Server thread/INFO]: Failed to set config option: paths.bo3: bo3 | com.intellectualcrafters.plot.config.Settings$Paths@3411f487
334
335[19:46:24] [Server thread/INFO]: Invalid config field: paths.scripts for paths
336
337[19:46:24] [Server thread/INFO]: Failed to set config option: paths.scripts: scripts | com.intellectualcrafters.plot.config.Settings$Paths@36eeea00
338
339[19:46:24] [Server thread/INFO]: Invalid config field: paths.templates for paths
340
341[19:46:24] [Server thread/INFO]: Failed to set config option: paths.templates: templates | com.intellectualcrafters.plot.config.Settings$Paths@14dcdc21
342
343[19:46:24] [Server thread/INFO]: Invalid config field: paths.translations for paths
344
345[19:46:24] [Server thread/INFO]: Failed to set config option: paths.translations: translations | com.intellectualcrafters.plot.config.Settings$Paths@51ad5269
346
347[19:46:24] [Server thread/INFO]: Invalid config field: schematics.paste-on-top for schematics
348
349[19:46:24] [Server thread/INFO]: Failed to set config option: schematics.paste-on-top: true | com.intellectualcrafters.plot.config.Settings$Schematics@2bdc78b9
350
351[19:46:24] [Server thread/INFO]: Invalid config field: general.scientific for general
352
353[19:46:24] [Server thread/INFO]: Failed to set config option: general.scientific: false | com.intellectualcrafters.plot.config.Settings$General@6296bb76
354
355[19:46:24] [Server thread/INFO]: Invalid config field: uuid.offline for uuid
356
357[19:46:24] [Server thread/INFO]: Failed to set config option: uuid.offline: false | com.intellectualcrafters.plot.config.Settings$UUID@591fae9a
358
359[19:46:24] [Server thread/INFO]: Invalid config field: uuid.force-lowercase for uuid
360
361[19:46:24] [Server thread/INFO]: Failed to set config option: uuid.force-lowercase: false | com.intellectualcrafters.plot.config.Settings$UUID@1ce8aba2
362
363[19:46:24] [Server thread/INFO]: Invalid config field: uuid.use-sqluuidhandler for uuid
364
365[19:46:24] [Server thread/INFO]: Failed to set config option: uuid.use-sqluuidhandler: false | com.intellectualcrafters.plot.config.Settings$UUID@4b72ee42
366
367[19:46:24] [Server thread/INFO]: Invalid config field: chunk-processor.auto-trim for chunk-processor
368
369[19:46:24] [Server thread/INFO]: Failed to set config option: chunk-processor.auto-trim: false | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@ebf4169
370
371[19:46:24] [Server thread/INFO]: Invalid config field: chunk-processor.max-tiles for chunk-processor
372
373[19:46:24] [Server thread/INFO]: Failed to set config option: chunk-processor.max-tiles: 4096 | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@57535ea7
374
375[19:46:24] [Server thread/INFO]: Invalid config field: chunk-processor.max-entities for chunk-processor
376
377[19:46:24] [Server thread/INFO]: Failed to set config option: chunk-processor.max-entities: 512 | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@b0fbaf1
378
379[19:46:24] [Server thread/INFO]: Invalid config field: chunk-processor.disable-physics for chunk-processor
380
381[19:46:24] [Server thread/INFO]: Failed to set config option: chunk-processor.disable-physics: false | com.intellectualcrafters.plot.config.Settings$Chunk_Processor@23d98c9a
382
383[19:46:24] [Server thread/INFO]: Version is PlotSquared-19.2.5-d27ead5-688
384
385[19:46:24] [Server thread/WARN]: java.lang.NoSuchFieldException: modifiers
386
387[19:46:24] [Server thread/WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2412)
388
389[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.setAccessible(Config.java:356)
390
391[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.save(Config.java:207)
392
393[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Config.save(Config.java:110)
394
395[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.config.Settings.save(Settings.java:42)
396
397[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.setupConfig(PS.java:1687)
398
399[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.setupConfigs(PS.java:1717)
400
401[19:46:24] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.<init>(PS.java:149)
402
403[19:46:24] [Server thread/WARN]: at com.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java:143)
404
405[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
406
407[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
408
409[19:46:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
410
411[19:46:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
412
413[19:46:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
414
415[19:46:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
416
417[19:46:24] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
418
419[19:46:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:830)
420
421[19:46:24] [Server thread/INFO]: Invalid config field: prefix for storage
422
423[19:46:24] [Server thread/INFO]: Failed to set config option: prefix: | com.intellectualcrafters.plot.config.Storage@67f2e3c5
424
425[19:46:24] [Server thread/INFO]: Invalid config field: sqlite.use for sqlite
426
427[19:46:24] [Server thread/INFO]: Failed to set config option: sqlite.use: true | com.intellectualcrafters.plot.config.Storage$SQLite@dcb9004
428
429[19:46:24] [Server thread/INFO]: Invalid config field: sqlite.db for sqlite
430
431[19:46:24] [Server thread/INFO]: Failed to set config option: sqlite.db: storage | com.intellectualcrafters.plot.config.Storage$SQLite@c56adfd
432
433[19:46:24] [Server thread/INFO]: Invalid config field: mysql.use for mysql
434
435[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.use: false | com.intellectualcrafters.plot.config.Storage$MySQL@20a7dd2d
436
437[19:46:24] [Server thread/INFO]: Invalid config field: mysql.host for mysql
438
439[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.host: localhost | com.intellectualcrafters.plot.config.Storage$MySQL@71bd228d
440
441[19:46:24] [Server thread/INFO]: Invalid config field: mysql.port for mysql
442
443[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.port: 3306 | com.intellectualcrafters.plot.config.Storage$MySQL@483d5002
444
445[19:46:24] [Server thread/INFO]: Invalid config field: mysql.user for mysql
446
447[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.user: root | com.intellectualcrafters.plot.config.Storage$MySQL@457144b7
448
449[19:46:24] [Server thread/INFO]: Invalid config field: mysql.password for mysql
450
451[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.password: password | com.intellectualcrafters.plot.config.Storage$MySQL@5b21b781
452
453[19:46:24] [Server thread/INFO]: Invalid config field: mysql.database for mysql
454
455[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.database: plot_db | com.intellectualcrafters.plot.config.Storage$MySQL@43105f22
456
457[19:46:24] [Server thread/INFO]: Invalid config field: mysql.properties for mysql
458
459[19:46:24] [Server thread/INFO]: Failed to set config option: mysql.properties: [useSSL=false] | com.intellectualcrafters.plot.config.Storage$MySQL@618fba02
460
461[19:46:26] [Server thread/INFO]: [CityBuild] Metrics enabled.
462
463[19:46:26] [Server thread/INFO]: [CityBuild] PlotSquared is using online UUIDs
464
465[19:46:27] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
466
467[19:46:27] [Server thread/INFO]: [CityBuild] Key: plot-expiry, Value: false
468
469[19:46:27] [Server thread/INFO]: [CityBuild] Key: kill-road-mobs, Value: false
470
471[19:46:27] [Server thread/INFO]: [CityBuild] Key: kill-road-items, Value: false
472
473[19:46:27] [Server thread/INFO]: [CityBuild] Key: worlds, Value: false
474
475[19:46:27] [Server thread/INFO]: [CityBuild] Key: worldedit-restrictions, Value: true
476
477[19:46:27] [Server thread/INFO]: [CityBuild] Key: database-purger, Value: false
478
479[19:46:27] [Server thread/INFO]: [CityBuild] Key: economy, Value: true
480
481[19:46:27] [Server thread/INFO]: [CityBuild] Key: block-cache, Value: true
482
483[19:46:27] [Server thread/INFO]: [CityBuild] Key: kill-road-vehicles, Value: false
484
485[19:46:27] [Server thread/INFO]: [CityBuild] Key: persistent-meta, Value: true
486
487[19:46:27] [Server thread/INFO]: [CityBuild] Key: ban-deleter, Value: false
488
489[19:46:27] [Server thread/INFO]: [CityBuild] Key: updater, Value: true
490
491[19:46:27] [Server thread/INFO]: [CityBuild] Key: database, Value: true
492
493[19:46:27] [Server thread/INFO]: [CityBuild] Key: plotme-converter, Value: true
494
495[19:46:27] [Server thread/INFO]: [CityBuild] Key: permission-cache, Value: true
496
497[19:46:27] [Server thread/INFO]: [CityBuild] Key: rating-cache, Value: true
498
499[19:46:27] [Server thread/INFO]: [CityBuild] Key: comment-notifier, Value: false
500
501[19:46:27] [Server thread/INFO]: [CityBuild] Key: metrics, Value: true
502
503[19:46:27] [Server thread/INFO]: [CityBuild] Key: chunk-processor, Value: false
504
505[19:46:27] [Server thread/INFO]: [CityBuild] Key: uuid-cache, Value: true
506
507[19:46:27] [Server thread/INFO]: [CityBuild] Key: events, Value: true
508
509[19:46:27] [Server thread/INFO]: [CityBuild] Key: commands, Value: true
510
511[19:46:27] [Server thread/INFO]: PlotSquared wurde aktiviert
512
513[19:46:27] [Server thread/INFO]: [CityBuild] Metrics enabled.
514
515[19:46:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
516[19:46:27] [Server thread/INFO]: Preparing level "world"
517[19:46:27] [Server thread/INFO]: -------- World Settings For [world] --------
518[19:46:27] [Server thread/INFO]: Item Despawn Rate: 6000
519[19:46:27] [Server thread/INFO]: Item Merge Radius: 2.5
520[19:46:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
521[19:46:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
522[19:46:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
523[19:46:27] [Server thread/INFO]: View Distance: 10
524[19:46:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
525[19:46:27] [Server thread/INFO]: Experience Merge Radius: 3.0
526[19:46:27] [Server thread/INFO]: Mob Spawn Range: 4
527[19:46:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
528[19:46:27] [Server thread/INFO]: Cane Growth Modifier: 100%
529[19:46:27] [Server thread/INFO]: Melon Growth Modifier: 100%
530[19:46:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
531[19:46:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
532[19:46:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
533[19:46:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
534[19:46:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
535[19:46:27] [Server thread/INFO]: Vine Growth Modifier: 100%
536[19:46:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
537[19:46:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
538[19:46:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
539[19:46:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
540[19:46:27] [Server thread/INFO]: Random Lighting Updates: false
541[19:46:27] [Server thread/INFO]: Structure Info Saving: true
542[19:46:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
543[19:46:27] [Server thread/INFO]: Max TNT Explosions: 100
544[19:46:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
545[19:46:29] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
546
547[19:46:29] [Server thread/INFO]: -------- World Settings For [world_nether] --------
548[19:46:29] [Server thread/INFO]: Item Despawn Rate: 6000
549[19:46:29] [Server thread/INFO]: Item Merge Radius: 2.5
550[19:46:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
551[19:46:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
552[19:46:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
553[19:46:29] [Server thread/INFO]: View Distance: 10
554[19:46:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
555[19:46:29] [Server thread/INFO]: Experience Merge Radius: 3.0
556[19:46:29] [Server thread/INFO]: Mob Spawn Range: 4
557[19:46:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
558[19:46:29] [Server thread/INFO]: Cane Growth Modifier: 100%
559[19:46:29] [Server thread/INFO]: Melon Growth Modifier: 100%
560[19:46:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
561[19:46:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
562[19:46:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
563[19:46:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
564[19:46:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
565[19:46:29] [Server thread/INFO]: Vine Growth Modifier: 100%
566[19:46:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
567[19:46:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
568[19:46:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
569[19:46:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
570[19:46:29] [Server thread/INFO]: Random Lighting Updates: false
571[19:46:29] [Server thread/INFO]: Structure Info Saving: true
572[19:46:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
573[19:46:29] [Server thread/INFO]: Max TNT Explosions: 100
574[19:46:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
575[19:46:29] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
576
577[19:46:29] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
578[19:46:29] [Server thread/INFO]: Item Despawn Rate: 6000
579[19:46:29] [Server thread/INFO]: Item Merge Radius: 2.5
580[19:46:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
581[19:46:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
582[19:46:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
583[19:46:29] [Server thread/INFO]: View Distance: 10
584[19:46:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
585[19:46:29] [Server thread/INFO]: Experience Merge Radius: 3.0
586[19:46:29] [Server thread/INFO]: Mob Spawn Range: 4
587[19:46:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
588[19:46:29] [Server thread/INFO]: Cane Growth Modifier: 100%
589[19:46:29] [Server thread/INFO]: Melon Growth Modifier: 100%
590[19:46:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
591[19:46:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
592[19:46:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
593[19:46:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
594[19:46:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
595[19:46:29] [Server thread/INFO]: Vine Growth Modifier: 100%
596[19:46:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
597[19:46:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
598[19:46:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
599[19:46:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
600[19:46:29] [Server thread/INFO]: Random Lighting Updates: false
601[19:46:29] [Server thread/INFO]: Structure Info Saving: true
602[19:46:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
603[19:46:29] [Server thread/INFO]: Max TNT Explosions: 100
604[19:46:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
605[19:46:29] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
606
607[19:46:29] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7396851437668781175)
608[19:46:29] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7396851437668781175)
609[19:46:29] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7396851437668781175)
610[19:46:29] [Server thread/INFO]: [SignPlugin] Enabling SignPlugin v1.0
611[19:46:29] [Server thread/INFO]: » Sign × Plugin geladen.
612
613[19:46:30] [Server thread/INFO]: [WorldManager] Enabling WorldManager v1.0.0
614[19:46:30] [Server thread/INFO]: [ChatSecurity] Enabling ChatSecurity vv1.0
615[19:46:30] [Server thread/INFO]: [ChatSecurity] AntiWerbung v1.0 wurde aktiviert.
616
617[19:46:30] [Server thread/INFO]: [ChatSecurity] AntiBeleidigung v1.0 wurde aktiviert.
618
619[19:46:30] [Server thread/INFO]: [ChatSecurity] ChatSecurity v v1.0 wurde aktiviert.
620
621[19:46:30] [Server thread/INFO]: [ChatSecurity] Plugin by [LegitZockerboy]
622
623[19:46:30] [Server thread/INFO]: [Kopf] Enabling Kopf v1.0
624[19:46:30] [Server thread/INFO]: [Kopf] Das Plugin wurde erfolgreich gestartet!
625
626[19:46:30] [Server thread/INFO]: [Kopf] v1.0 by Niklas409
627
628[19:46:30] [Server thread/INFO]: [PluginBlocker] Enabling PluginBlocker v1.0-SNAPSHOT
629[19:46:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
630[19:46:30] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
631[19:46:30] [Server thread/WARN]: java.lang.NullPointerException
632
633[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.scripting.CommandScriptLoader.load(CommandScriptLoader.java:44)
634
635[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.CommandManager.register(CommandManager.java:303)
636
637[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.Capability$2.initialize(Capability.java:53)
638
639[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
640
641[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
642
643[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
644
645[19:46:30] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:567)
646
647[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.choosePreferred(PlatformManager.java:205)
648
649[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.PlatformManager.handlePlatformReady(PlatformManager.java:321)
650
651[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
652
653[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
654
655[19:46:30] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
656
657[19:46:30] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:567)
658
659[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
660
661[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
662
663[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187)
664
665[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173)
666
667[19:46:30] [Server thread/WARN]: at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:119)
668
669[19:46:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
670
671[19:46:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
672
673[19:46:30] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
674
675[19:46:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
676
677[19:46:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
678
679[19:46:30] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
680
681[19:46:30] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
682
683[19:46:30] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
684
685[19:46:30] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
686
687[19:46:30] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
688
689[19:46:30] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:830)
690
691[19:46:30] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
692[19:46:30] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
693[19:46:31] [Server thread/ERROR]: [Essentials] Failed to apply custom currency format: modifiers
694[19:46:31] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
695[19:46:31] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
696[19:46:31] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
697[19:46:31] [Server thread/ERROR]: [Essentials] Failed to apply custom currency format: modifiers
698[19:46:32] [Server thread/INFO]: Using locale de
699[19:46:32] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
700[19:46:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
701[19:46:32] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
702[19:46:32] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
703[19:46:32] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
704[19:46:32] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
705[19:46:32] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
706[19:46:32] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
707[19:46:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
708[19:46:32] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
709[19:46:32] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
710[19:46:32] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
711[19:46:32] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
712[19:46:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
713[19:46:32] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
714[19:46:32] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
715[19:46:32] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
716[19:46:32] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
717[19:46:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
718[19:46:32] [Server thread/INFO]: [WorldGuard] Loading region data...
719[19:46:33] [Server thread/INFO]: [CBSystem] Enabling CBSystem v1.6.2 [1.12.2]
720[19:46:37] [Server thread/INFO]: [CityBuild] Plugin geladen.
721
722[19:46:37] [Server thread/INFO]:
723 _ _ __
724 / |_)(_ __|_ _ ._ _
725 \_|_)__)\/_> |_(/_| | |
726 /
727 by PattyXDHD
728 Version: 1.6.2 [1.12.2]
729
730
731[19:46:37] [Server thread/INFO]: [Signs] Enabling Signs v1.9.7
732[19:46:37] [Server thread/INFO]: [Signs] Kompatibilitätsmodule für worldguard wurden geladen
733
734[19:46:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
735[19:46:39] [Server thread/INFO]: Done (12.458s)! For help, type "help" or "?"
736[19:46:39] [Server thread/INFO]: Starting GS4 status listener
737[19:46:39] [Server thread/INFO]: Stopping server
738[19:46:39] [Server thread/INFO]: [Signs] Disabling Signs v1.9.7
739[19:46:39] [Query Listener #1/INFO]: Query running on 0.0.0.0:25630
740[19:46:39] [Server thread/INFO]: [CBSystem] Disabling CBSystem v1.6.2 [1.12.2]
741[19:46:39] [Server thread/INFO]: [CityBuild] Plugin entladen.
742
743[19:46:39] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
744[19:46:39] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
745[19:46:39] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v19.02.05-d27ead5-688
746[19:46:39] [Server thread/INFO]: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
747
748[19:46:39] [Server thread/WARN]: java.lang.NullPointerException
749
750[19:46:39] [Server thread/WARN]: at com.intellectualcrafters.plot.database.SQLManager.validateAllPlots(SQLManager.java:3080)
751
752[19:46:39] [Server thread/WARN]: at com.intellectualcrafters.plot.database.DBFunc.validatePlots(DBFunc.java:79)
753
754[19:46:39] [Server thread/WARN]: at com.intellectualcrafters.plot.PS.disable(PS.java:1590)
755
756[19:46:39] [Server thread/WARN]: at com.plotsquared.bukkit.BukkitMain.onDisable(BukkitMain.java:242)
757
758[19:46:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266)
759
760[19:46:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361)
761
762[19:46:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422)
763
764[19:46:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:415)
765
766[19:46:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:349)
767
768[19:46:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:465)
769
770[19:46:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:613)
771
772[19:46:39] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:830)
773
774[19:46:39] [Server thread/INFO]: Could not close database connection!
775
776[19:46:39] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b488
777[19:46:39] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
778[19:46:39] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
779[19:46:39] [Server thread/INFO]: [PluginBlocker] Disabling PluginBlocker v1.0-SNAPSHOT
780[19:46:39] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
781[19:46:39] [Server thread/INFO]: [Kopf] Disabling Kopf v1.0
782[19:46:39] [Server thread/INFO]: [Kopf] Das Plugin wurde erfolgreich beendet!
783
784[19:46:39] [Server thread/INFO]: [Kopf] v1.0 by Niklas409
785
786[19:46:39] [Server thread/INFO]: [ChatSecurity] Disabling ChatSecurity vv1.0
787[19:46:39] [Server thread/INFO]: [WorldManager] Disabling WorldManager v1.0.0
788[19:46:39] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v19.01.12-dc2d277-1245-22.0.7
789[19:46:39] [Server thread/ERROR]: Error occurred while disabling FastAsyncWorldEdit v19.01.12-dc2d277-1245-22.0.7 (Is it up to date?)
790java.lang.NullPointerException: null
791 at com.boydti.fawe.bukkit.BukkitMain.onDisable(BukkitMain.java:84) ~[?:?]
792 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
793 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
794 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
795 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:415) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
796 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:349) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
797 at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:465) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
798 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:613) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
799 at java.lang.Thread.run(Thread.java:830) [?:?]
800[19:46:39] [Server thread/INFO]: [SignPlugin] Disabling SignPlugin v1.0
801[19:46:39] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v4.3.2
802[19:46:39] [Server thread/INFO]: [LuckPerms] Closing storage...
803[19:46:39] [Server thread/INFO]: [LuckPerms] Shutting down internal scheduler...
804[19:46:39] [Server thread/INFO]: [LuckPerms] Goodbye!
805[19:46:39] [Server thread/INFO]: Saving players
806[19:46:40] [Server thread/INFO]: Saving worlds
807[19:46:40] [Server thread/INFO]: Saving chunks for level 'world'/overworld
808[19:46:40] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether
809[19:46:40] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end