Paste #68445: Untitled Paste

Date: 2020/05/02 10:07:44 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264

[18:21:02] [Server thread/INFO]: Starting minecraft server version 1.8.8
[18:21:02] [Server thread/INFO]: Loading properties
[18:21:02] [Server thread/WARN]: You have used the Spigot command line EULA agreement flag.
[18:21:02] [Server thread/WARN]: By using this setting you are indicating your agreement to Mojang's EULA (https://account.mojang.com/documents/minecraft_eula).
[18:21:02] [Server thread/WARN]: If you do not agree to the above EULA please stop your server and remove this flag immediately.
[18:21:02] [Server thread/INFO]: Default game type: SURVIVAL
[18:21:02] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[18:21:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:21:03] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:21:03] [Server thread/INFO]: Debug logging is disabled
[18:21:03] [Server thread/INFO]: Generating keypair
[18:21:03] [Server thread/INFO]: Starting Minecraft server on 164.68.98.148:41587
[18:21:03] [Server thread/INFO]: Using epoll channel type
[18:21:03] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[18:21:04] [Server thread/INFO]: [DKPermsTabListExtension] Loading DKPermsTabListExtension v1.3.0
[18:21:04] [Server thread/INFO]: [DKBans] Loading DKBans v2.0.8
[18:21:04] [Server thread/INFO]: [DKBans] plugin is starting
[18:21:04] [Server thread/INFO]: [DKBans] BanSystem 2.0.8 by Davide Wietlisbach
[18:21:04] [Server thread/INFO]: HikariPool-1 - Starting...
[18:21:04] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
[18:21:04] [Server thread/INFO]: HikariPool-1 - Start completed.
[18:21:04] [Server thread/INFO]: [DKBans] Translating DKBansV1 mysql tables to DKBansV2, please wait.
[18:21:04] [Server thread/INFO]: [DKBans] Used Storage: MYSQL
[18:21:04] [Server thread/INFO]: [DKBans] plugin successfully started
[18:21:04] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1854)
[18:21:04] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[18:21:04] [Server thread/INFO]: [CloudNetAPI] Loading CloudNetAPI v2.1
[18:21:04] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
[18:21:04] [Server thread/INFO]: [Effect Library] Loading EffectLib v4.2
[18:21:04] [Server thread/INFO]: [LobbySystem] Loading LobbySystem v2.2
[18:21:04] [Server thread/INFO]: [DKCoins] Loading DKCoins v3.1.8
[18:21:04] [Server thread/INFO]: [DKCoins] plugin is starting
[18:21:04] [Server thread/INFO]: [DKCoins] CoinSystem v3.1.8 by Davide Wietlisbach
[18:21:05] [Server thread/INFO]: [DKCoins] connecting to SQL server at 164.68.98.148:3306
[18:21:05] [Server thread/INFO]: DKCoins - Starting...
[18:21:05] [Server thread/INFO]: DKCoins - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
[18:21:05] [Server thread/INFO]: DKCoins - Start completed.
[18:21:05] [Server thread/INFO]: [DKCoins] successful connected to SQL server at 164.68.98.148:3306
[18:21:05] [Server thread/INFO]: DKCoinsUsed Storage: MYSQL
[18:21:05] [Server thread/INFO]: [DKCoins] plugin successfully started
[18:21:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[18:21:05] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
[18:21:05] [Server thread/INFO]: [AntiCrash] Loading AntiCrash v2.4
[18:21:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[18:21:05] [Server thread/INFO]: [DKPerms] Loading DKPerms v1.3.6
[18:21:05] [Server thread/INFO]: [DKPerms] plugin is starting
[18:21:05] [Server thread/INFO]: [DKPerms] PermissionSystem 1.3.6 by Davide Wietlisbach
[18:21:05] [Server thread/INFO]: [DKPerms] connecting to MySQL server at 164.68.98.148:3306
[18:21:05] [Server thread/INFO]: DKPerms - Starting...
[18:21:06] [Server thread/INFO]: DKPerms - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
[18:21:06] [Server thread/INFO]: DKPerms - Start completed.
[18:21:06] [Server thread/INFO]: [DKPerms] successful connected to MySQL server at 164.68.98.148:3306
[18:21:06] [Server thread/INFO]: [DKPerms] loaded all groups in 115ms
[18:21:06] [Server thread/INFO]: [DKPerms] plugin successfully started
[18:21:06] [Server thread/INFO]: [DKPermsChatExtension] Loading DKPermsChatExtension v1.3.2
[18:21:06] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
[18:21:06] [Server thread/INFO]: [MysteryChest] Loading MysteryChest v1.1
[18:21:06] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[18:21:06] [Server thread/INFO]: [BungeeNPC] Loading BungeeNPC v1.3.9.3
[18:21:06] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.07.12-5cc5ce5-1277-22.3.0
[18:21:06] [Server thread/INFO]: Vault is used for persistent `/wea` toggles.
[18:21:06] [Server thread/INFO]: ====== USE PAPER ======
[18:21:06] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
[18:21:06] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
[18:21:06] [Server thread/INFO]:  - This is only a recommendation
[18:21:06] [Server thread/INFO]: ==============================
[18:21:06] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[18:21:06] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[18:21:06] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:21:06] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:21:06] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[18:21:06] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[18:21:06] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:21:06] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:21:07] [Server thread/INFO]: Preparing level "world"
[18:21:07] [Server thread/INFO]: -------- World Settings For [world] --------
[18:21:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:21:07] [Server thread/INFO]: Random Lighting Updates: false
[18:21:07] [Server thread/INFO]: Structure Info Saving: true
[18:21:07] [Server thread/INFO]: Mob Spawn Range: 4
[18:21:07] [Server thread/INFO]: Anti X-Ray: true
[18:21:07] [Server thread/INFO]:     Engine Mode: 1
[18:21:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:21:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:21:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:21:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:21:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:21:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:21:07] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:21:07] [Server thread/INFO]: Max Entity Collisions: 8
[18:21:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:21:07] [Server thread/INFO]: Max TNT Explosions: 100
[18:21:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:21:07] [Server thread/INFO]: View Distance: 10
[18:21:07] [Server thread/INFO]: Item Despawn Rate: 6000
[18:21:07] [Server thread/INFO]: Item Merge Radius: 2.5
[18:21:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:21:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:21:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:21:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:21:07] [Server thread/INFO]: Clear tick list: false
[18:21:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:21:07] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6747566699419590833)
[18:21:08] [Server thread/INFO]: Preparing spawn area: 67%
[18:21:08] [Server thread/INFO]: [DKPermsTabListExtension] Enabling DKPermsTabListExtension v1.3.0
[18:21:08] [Server thread/INFO]: [DKBans] Enabling DKBans v2.0.8
[18:21:08] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1854)
[18:21:08] [Server thread/INFO]: Creating file: config.yml
[18:21:08] [Server thread/INFO]: Creating file: saves.yml
[18:21:08] [Server thread/INFO]: [Citizens] Unable to use economy handling. Has Vault been enabled?
[18:21:08] [Server thread/INFO]: [CloudNetAPI] Enabling CloudNetAPI v2.1
[18:21:08] [Server thread/INFO]:  
[18:21:08] [Server thread/INFO]: ██████ █      ██████ █   █ █████ ██    █ █████ █████ [2.1.17]
[18:21:08] [Server thread/INFO]: â–ˆR     â–ˆE     â–ˆZ   â–ˆ â–ˆS  â–ˆ â–ˆY  â–ˆ â–ˆMâ–ˆ   â–ˆ â–ˆ       â–ˆ
[18:21:08] [Server thread/INFO]: █      █      █    █ █   █ █   █ █  █  █ ████    █
[18:21:08] [Server thread/INFO]: â–ˆD     â–ˆY     â–ˆT   â–ˆ â–ˆA  â–ˆ â–ˆN  â–ˆ â–ˆ   â–ˆIâ–ˆ â–ˆC      â–ˆ
[18:21:08] [Server thread/INFO]: ██████ ██████ ██████ █████ █████ █    ██ ████    █
[18:21:08] [Server thread/INFO]: «» The Cloud Network Environment Technology 2
[18:21:08] [Server thread/INFO]: «» Support https://discord.gg/5NUhKuR      [RELEASE]
[18:21:08] [Server thread/INFO]: «» Java 1.8.0_242 @root Linux 
[18:21:08] [Server thread/INFO]:  
[18:21:08] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
[18:21:08] [Server thread/INFO]: [Effect Library] Enabling EffectLib v4.2
[18:21:08] [Server thread/INFO]: [LobbySystem] Enabling LobbySystem v2.2
[18:21:08] [Server thread/INFO]: ======================================
[18:21:08] [Server thread/INFO]: LobbySystem 2.0 | aktiviert!
[18:21:08] [Server thread/INFO]: LobbySystem 2.0 | Version: 2.2
[18:21:08] [Server thread/INFO]: LobbySystem 2.0 | made by [Justin_SGD]
[18:21:08] [Server thread/INFO]: ======================================
[18:21:09] [Server thread/INFO]: [LobbySystem] Das Plugin DKCoins wurde gefunden.
[18:21:09] [Server thread/INFO]: [LobbySystem] Das Plugin DKBans wurde gefunden.
[18:21:09] [Server thread/INFO]: [LobbySystem] Das Plugin DKPerms wurde gefunden.
[18:21:09] [Prematic Queue Printer/INFO]: [18:21:09] INFO: Starting Prematic async logging service

[18:21:09] [Server thread/INFO]: LobbySystem - Starting...
[18:21:09] [Server thread/INFO]: LobbySystem - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
[18:21:09] [Server thread/INFO]: LobbySystem - Start completed.
[18:21:09] [Prematic Queue Printer/INFO]: [18:21:09] INFO: LobbySystem Connected to remote MySQL database at jdbc:mysql://vmd49074.contaboserver.net:3306

[18:21:09] [Server thread/INFO]: [DKCoins] Enabling DKCoins v3.1.8
[18:21:09] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
[18:21:09] [Server thread/INFO]: -------- World Settings For [SommerSpawn] --------
[18:21:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:21:09] [Server thread/INFO]: Random Lighting Updates: false
[18:21:09] [Server thread/INFO]: Structure Info Saving: true
[18:21:09] [Server thread/INFO]: Mob Spawn Range: 4
[18:21:09] [Server thread/INFO]: Anti X-Ray: true
[18:21:09] [Server thread/INFO]:     Engine Mode: 1
[18:21:09] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:21:09] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:21:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:21:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:21:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:21:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:21:09] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:21:09] [Server thread/INFO]: Max Entity Collisions: 8
[18:21:09] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:21:09] [Server thread/INFO]: Max TNT Explosions: 100
[18:21:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:21:09] [Server thread/INFO]: View Distance: 10
[18:21:09] [Server thread/INFO]: Item Despawn Rate: 6000
[18:21:09] [Server thread/INFO]: Item Merge Radius: 2.5
[18:21:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:21:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:21:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:21:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:21:09] [Server thread/INFO]: Clear tick list: false
[18:21:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:21:09] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8277165959765364678)
[18:21:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SpawnWinter
[18:21:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:21:10] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
[18:21:10] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[18:21:10] [Server thread/INFO]: [AntiCrash] Enabling AntiCrash v2.4
[18:21:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[18:21:10] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:21:11] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[18:21:11] [Server thread/INFO]: [DKPerms] Enabling DKPerms v1.3.6
[18:21:11] [Server thread/INFO]: [DKPerms] WorldEdit found
[18:21:11] [Server thread/INFO]: [DKPermsChatExtension] Enabling DKPermsChatExtension v1.3.2
[18:21:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
[18:21:11] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[18:21:11] [Server thread/INFO]: [MysteryChest] Enabling MysteryChest v1.1
[18:21:11] [Server thread/INFO]: ======================================
[18:21:11] [Server thread/INFO]: MysteryChest | aktiviert!
[18:21:11] [Server thread/INFO]: MysteryChest | Version: 1.1
[18:21:11] [Server thread/INFO]: MysteryChest | made by [Langomatisch, Justin_SGD]
[18:21:11] [Server thread/INFO]: ======================================
[18:21:11] [Server thread/INFO]: [YourMcShop] Successfully loaded language 'de-DE'!
[18:21:11] [Server thread/INFO]: [YourMcShop] Successfully loaded language 'en-EN'!
[18:21:11] [Server thread/INFO]: [MysteryChest] loaded 2chests
[18:21:11] [Server thread/INFO]: [MysteryChest] successful connected to MySQL
[18:21:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[18:21:11] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:21:11] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:21:11] [Server thread/INFO]: [WorldGuard] (SommerSpawn) TNT ignition is PERMITTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] (SommerSpawn) Lighters are PERMITTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] (SommerSpawn) Lava fire is blocked.
[18:21:11] [Server thread/INFO]: [WorldGuard] (SommerSpawn) Fire spread is UNRESTRICTED.
[18:21:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SommerSpawn'
[18:21:11] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:21:11] [Server thread/INFO]: [BungeeNPC] Enabling BungeeNPC v1.3.9.3
[18:21:11] [Server thread/INFO]: [BungeeNPC] Your config is updated!
[18:21:11] [Server thread/INFO]: [BungeeNPC] Using ProtocolLib.
[18:21:11] [Server thread/INFO]: [BungeeNPC] Loaded 5 Skins
[18:21:11] [Server thread/INFO]: [BungeeNPC] Hooked to HolographicDisplays.
[18:21:11] [Server thread/INFO]: [BungeeNPC] Loaded 2 NPC's
[18:21:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:21:12] [Server thread/INFO]: Done (5.094s)! For help, type "help" or "?"
[18:21:12] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.1
[18:21:12] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[18:21:12] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[18:21:12] [Server thread/INFO]: (FAWE) Detected class org.bukkit.event.block.BlockExplodeEvent
[18:21:12] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
[18:21:12] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[18:21:13] [Server thread/INFO]: [DKPerms] CloudNetV2 found
[18:21:13] [Server thread/INFO]: [DKBans] CloudNetV2 found
[18:29:25] [Thread-18/INFO]: UUID of player Justin_SGD is dff6c099-d5f5-4220-a0ba-7b7e665cc9e1
[18:29:26] [Server thread/INFO]: [DKPerms] Loaded player Justin_SGD in 6ms
[18:29:26] [Server thread/INFO]: Justin_SGD[/178.4.3.217:48861] logged in with entity id 62 at ([SommerSpawn]51.5364705430562, 18.0, 26.511109687022383)
[18:29:26] [Craft Scheduler Thread - 0/INFO]: [DKPerms] loaded all groups in 102ms
[18:30:06] [Server thread/INFO]: Justin_SGD issued server command: /bnpc create
[18:30:32] [Server thread/INFO]: Justin_SGD issued server command: /npc create AbgegrieftHD
[18:30:53] [Server thread/INFO]: Justin_SGD issued server command: /npc help
[18:30:56] [Server thread/INFO]: Justin_SGD issued server command: /npc help2
[18:30:57] [Server thread/INFO]: Justin_SGD issued server command: /npc help 2
[18:31:00] [Server thread/INFO]: Justin_SGD issued server command: /npc help 3
[18:31:07] [Server thread/INFO]: Justin_SGD issued server command: /npc help 4
[18:31:16] [Server thread/INFO]: Justin_SGD issued server command: /npc help 5
[18:31:20] [Server thread/INFO]: Justin_SGD issued server command: /npc help 6
[18:31:30] [Server thread/INFO]: Justin_SGD issued server command: /npc size 1
[18:31:32] [Server thread/INFO]: Justin_SGD issued server command: /npc size 2
[18:31:43] [Server thread/INFO]: Justin_SGD issued server command: /npc type
[18:31:47] [Server thread/INFO]: Justin_SGD issued server command: /npc type Spider
[18:31:52] [Server thread/INFO]: Justin_SGD issued server command: /npc name
[18:32:03] [Server thread/INFO]: Justin_SGD issued server command: /npc rename Justin_SGD
[18:32:13] [Server thread/INFO]: Justin_SGD issued server command: /npc skin Justin_SGD
[18:32:19] [Server thread/INFO]: Justin_SGD issued server command: /npc type Player
[18:32:29] [Server thread/INFO]: Justin_SGD issued server command: /npc name
[18:32:58] [Server thread/INFO]: Justin_SGD issued server command: /npc type sheep
[18:33:04] [Server thread/INFO]: Justin_SGD issued server command: /citizens save
[18:33:08] [Server thread/INFO]: Justin_SGD issued server command: /npc name
[18:33:11] [Server thread/INFO]: Justin_SGD issued server command: /citizens save
[18:33:36] [Server thread/INFO]: Justin_SGD issued server command: /citizens reload
[18:39:18] [Async Chat Thread - #0/INFO]: Inhaber | Justin_SGD: !name
[18:39:23] [Server thread/INFO]: Justin_SGD issued server command: /npc !name