Paste #69281: Some server logs

Date: 2020/05/20 12:56:41 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


[12:46:20] [Server thread/INFO]: Starting minecraft server version 1.15.2
[12:46:20] [Server thread/INFO]: Loading properties
[12:46:20] [Server thread/INFO]: This server is running Paper version git-Paper-199 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[12:46:20] [Server thread/INFO]: Debug logging is disabled
[12:46:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[12:46:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[12:46:20] [Server thread/INFO]: Default game type: SURVIVAL
[12:46:20] [Server thread/INFO]: Generating keypair
[12:46:20] [Server thread/INFO]: Starting Minecraft server on 147.135.97.190:25609
[12:46:20] [Server thread/INFO]: Using epoll channel type
[12:46:20] [Server thread/ERROR]: Could not load 'plugins/Citizens.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:169) ~[custom.jar:git-Paper-199]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[custom.jar:git-Paper-199]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[custom.jar:git-Paper-199]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[custom.jar:git-Paper-199]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:896) ~[custom.jar:git-Paper-199]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_242]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_242]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_242]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_242]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_242]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[custom.jar:git-Paper-199]
    ... 5 more
[12:46:20] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[12:46:23] [Server thread/WARN]: Legacy plugin Skript v2.1.2 does not specify an api-version.
[12:46:23] [Server thread/WARN]: Legacy plugin AdvancedReplay v1.5.2 does not specify an api-version.
[12:46:23] [Server thread/WARN]: Legacy plugin CPCameraStudio v1.0 does not specify an api-version.
[12:46:23] [Server thread/WARN]: Legacy plugin GroupManager v3.3 does not specify an api-version.
[12:46:23] [Server thread/WARN]: Legacy plugin dynmap v3.0-beta-10-257 does not specify an api-version.
[12:46:23] [Server thread/WARN]: Legacy plugin ProtectionLib v0.9.8 does not specify an api-version.
[12:46:23] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[12:46:23] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5b01465f]
[12:46:23] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.52
[12:46:23] [Server thread/INFO]: [CommandHook] Loading CommandHook v1.0.6
[12:46:23] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[12:46:23] [Server thread/INFO]: [AdvancedReplay] Loading AdvancedReplay v1.5.2
[12:46:23] [Server thread/INFO]: [CPCameraStudio] Loading CPCameraStudio v1.0
[12:46:23] [Server thread/INFO]: [LandClaiming] Loading LandClaiming v1.4.11
[12:46:23] [Server thread/INFO]: [GroupManager] Loading GroupManager v3.3
[12:46:23] [Server thread/INFO]: [Elevators_v2] Loading Elevators_v2 v3.2.0
[12:46:23] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[12:46:23] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v2.0.6
[12:46:23] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
[12:46:23] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1-SNAPSHOT-b447
[12:46:23] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[12:46:24] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-10-257
[12:46:24] [Server thread/INFO]: [dynmap] version=git-Paper-199 (MC: 1.15.2)
[12:46:24] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
[12:46:24] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[12:46:24] [Server thread/INFO]: [dynmap] Mod Support API available
[12:46:24] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1968)
[12:46:24] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
[12:46:24] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.8
[12:46:24] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
[12:46:24] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.17
[12:46:24] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.6.1
[12:46:24] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.5.7
[12:46:24] [Server thread/INFO]: [SetTheSpawn] Loading SetTheSpawn v2.6.2
[12:46:24] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.2.2
[12:46:24] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.4.2
[12:46:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:46:24] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[12:46:24] [Server thread/WARN]: [WorldEdit] Loaded class org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder from GroupManager v3.3 which is not a depend, softdepend or loadbefore of this plugin.
[12:46:24] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[12:46:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:46:24] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[12:46:25] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[12:46:25] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[12:46:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[12:46:25] [Server thread/WARN]: [Vault] Loaded class org.anjocaido.groupmanager.GroupManager from GroupManager v3.3 which is not a depend, softdepend or loadbefore of this plugin.
[12:46:25] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[12:46:25] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:46:25] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[12:46:25] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[12:46:25] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[12:46:25] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1-SNAPSHOT-b447
[12:46:25] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[12:46:25] [Server thread/INFO]: Preparing level "FriendsSchool"
[12:46:25] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[12:46:25] [Server thread/INFO]: Loaded 6 recipes
[12:46:25] [Server thread/INFO]: -------- World Settings For [FriendsSchool] --------
[12:46:25] [Server thread/INFO]: Mob Spawn Range: 6
[12:46:25] [Server thread/INFO]: Experience Merge Radius: 6.0
[12:46:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Carrot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Potato Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Kelp Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[12:46:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:46:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:46:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[12:46:25] [Server thread/INFO]: Max TNT Explosions: 100
[12:46:25] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[12:46:25] [Server thread/INFO]: View Distance: 10
[12:46:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:46:25] [Server thread/INFO]: Item Merge Radius: 4.0
[12:46:25] [Server thread/INFO]: Item Despawn Rate: 5500
[12:46:25] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[12:46:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:46:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[12:46:25] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[12:46:25] [Server thread/INFO]: -------- World Settings For [FriendsSchool_nether] --------
[12:46:25] [Server thread/INFO]: Mob Spawn Range: 6
[12:46:25] [Server thread/INFO]: Experience Merge Radius: 6.0
[12:46:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Carrot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Potato Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Kelp Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[12:46:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:46:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:46:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[12:46:25] [Server thread/INFO]: Max TNT Explosions: 100
[12:46:25] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[12:46:25] [Server thread/INFO]: View Distance: 10
[12:46:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:46:25] [Server thread/INFO]: Item Merge Radius: 4.0
[12:46:25] [Server thread/INFO]: Item Despawn Rate: 5500
[12:46:25] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[12:46:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:46:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[12:46:25] [Server thread/INFO]: -------- World Settings For [FriendsSchool_the_end] --------
[12:46:25] [Server thread/INFO]: Mob Spawn Range: 6
[12:46:25] [Server thread/INFO]: Experience Merge Radius: 6.0
[12:46:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Carrot Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Potato Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Kelp Growth Modifier: 100%
[12:46:25] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[12:46:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:46:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:46:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[12:46:25] [Server thread/INFO]: Max TNT Explosions: 100
[12:46:25] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[12:46:25] [Server thread/INFO]: View Distance: 10
[12:46:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:46:25] [Server thread/INFO]: Item Merge Radius: 4.0
[12:46:25] [Server thread/INFO]: Item Despawn Rate: 5500
[12:46:25] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[12:46:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:46:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[12:46:25] [Server thread/INFO]: Preparing start region for dimension 'FriendsSchool'/minecraft:overworld
[12:46:26] [Server thread/INFO]: Loaded 0 spawn chunks for world FriendsSchool
[12:46:26] [Server thread/INFO]: Preparing spawn area: 0%
[12:46:26] [Server thread/INFO]: Time elapsed: 472 ms
[12:46:26] [Server thread/INFO]: Preparing start region for dimension 'FriendsSchool_nether'/minecraft:the_nether
[12:46:26] [Server thread/INFO]: Loaded 0 spawn chunks for world FriendsSchool_nether
[12:46:26] [Server thread/INFO]: Preparing spawn area: 0%
[12:46:26] [Server thread/INFO]: Time elapsed: 307 ms
[12:46:26] [Server thread/INFO]: Preparing start region for dimension 'FriendsSchool_the_end'/minecraft:the_end
[12:46:26] [Server thread/INFO]: Loaded 0 spawn chunks for world FriendsSchool_the_end
[12:46:26] [Server thread/INFO]: Preparing spawn area: 0%
[12:46:26] [Server thread/INFO]: Time elapsed: 236 ms
[12:46:26] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.52
[12:46:26] [Server thread/INFO]: [CommandHook] Enabling CommandHook v1.0.6
[12:46:26] [Server thread/INFO]: NMS package found: v1_15_R1
[12:46:26] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2*
[12:46:26] [Server thread/ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.DyeColor.getData()B
    at ch.njol.skript.util.Color.<clinit>(Color.java:82) ~[?:?]
    at ch.njol.skript.SkriptCommand.<clinit>(SkriptCommand.java:60) ~[?:?]
    at ch.njol.skript.Skript.onEnable(Skript.java:254) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[custom.jar:git-Paper-199]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:364) ~[custom.jar:git-Paper-199]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[custom.jar:git-Paper-199]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[custom.jar:git-Paper-199]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[custom.jar:git-Paper-199]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[custom.jar:git-Paper-199]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[custom.jar:git-Paper-199]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:896) ~[custom.jar:git-Paper-199]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[12:46:26] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
[12:46:26] [Server thread/INFO]: [AdvancedReplay] Enabling AdvancedReplay v1.5.2*
[12:46:26] [Server thread/INFO]: [Replay] Loading Replay v1.5.2 by Jumper251
[12:46:26] [Server thread/INFO]: [Replay] Finished (24ms)
[12:46:26] [Server thread/INFO]: [CPCameraStudio] Enabling CPCameraStudio v1.0*
[12:46:26] [Server thread/INFO]: [CPCameraStudio] CameraStudio enabled
[12:46:26] [Server thread/INFO]: [LandClaiming] Enabling LandClaiming v1.4.11
[12:46:27] [Server thread/INFO]: [GroupManager] Enabling GroupManager v3.3*
[12:46:27] [Server thread/INFO]: [GM+] Checking Your version...
[12:46:27] [Server thread/INFO]: ===============================
[12:46:27] [Server thread/INFO]: 
[12:46:27] [Server thread/INFO]:  GroupManager+ is now enable!
[12:46:27] [Server thread/INFO]:  
[12:46:27] [Server thread/INFO]:  Thank you for using GroupManager+ :)
[12:46:27] [Server thread/INFO]:  GroupManager+ is create by HappyAreaBean!
[12:46:27] [Server thread/INFO]:  Current version: v3.3
[12:46:27] [Server thread/INFO]:  
[12:46:27] [Server thread/INFO]: ===============================
[12:46:27] [Server thread/INFO]: [GM+] [INFO] World Found: friendsschool
[12:46:27] [Server thread/INFO]: [GM+] [INFO] World Found: world
[12:46:27] [Server thread/INFO]: [GM+] [INFO] Superperms support enabled.
[12:46:27] [Server thread/INFO]: [GM+] [INFO] Scheduled Data Saving is set for every 10 minutes!
[12:46:27] [Server thread/INFO]: [GM+] [INFO] Backups will be retained for 24 hours!
[12:46:27] [Server thread/INFO]: [GM+] [INFO] GroupManager+ v3.3 is now enabled!
[12:46:27] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[12:46:27] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[12:46:27] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.
[12:46:27] [Server thread/INFO]: [Elevators_v2] Enabling Elevators_v2 v3.2.0
[12:46:27] [Server thread/INFO]: [Elevators] Elevators Plugin Loaded!
[12:46:27] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v2.0.6
[12:46:27] [Server thread/INFO]: 
[12:46:27] [Server thread/INFO]:     __                      ____                                         _    _____
[12:46:27] [Server thread/INFO]:    / /   ____ _____ _____ _/ __ \___  ____ ___  ____ _   _____  _____   | |  / /__ \
[12:46:27] [Server thread/INFO]:   / /   / __ `/ __ `/ __ `/ /_/ / _ \/ __ `__ \/ __ \ | / / _ \/ ___/   | | / /__/ /
[12:46:27] [Server thread/INFO]:  / /___/ /_/ / /_/ / /_/ / _, _/  __/ / / / / / /_/ / |/ /  __/ /       | |/ // __/
[12:46:27] [Server thread/INFO]: /_____/\__,_/\__, /\__, /_/ |_|\___/_/ /_/ /_/\____/|___/\___/_/        |___//____/
[12:46:27] [Server thread/INFO]:             /____//____/
[12:46:27] [Server thread/INFO]: 
[12:46:27] [Server thread/INFO]: [LaggRemover] Loaded 0 module(s)
[12:46:27] [Server thread/INFO]: [LaggRemover] The LaggRemover AI is now active!
[12:46:27] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
[12:46:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool) TNT ignition is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool) Lighters are PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool) Lava fire is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool) Fire spread is UNRESTRICTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FriendsSchool'
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_nether) TNT ignition is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_nether) Lighters are PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_nether) Lava fire is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_nether) Fire spread is UNRESTRICTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FriendsSchool_nether'
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_the_end) TNT ignition is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_the_end) Lighters are PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_the_end) Lava fire is PERMITTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] (FriendsSchool_the_end) Fire spread is UNRESTRICTED.
[12:46:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FriendsSchool_the_end'
[12:46:27] [Server thread/INFO]: [WorldGuard] Loading region data...
[12:46:27] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-10-257*
[12:46:27] [Server thread/INFO]: [dynmap] Using GroupManager 3.3 for access control
[12:46:27] [Server thread/INFO]: [dynmap] Mod Support processing completed
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[12:46:28] [Server thread/INFO]: [dynmap] Web server started on address 147.135.97.190:2671
[12:46:28] [Server thread/INFO]: [dynmap] version 3.0-beta-10-257 is enabled - core version 3.0-beta-10-257
[12:46:28] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
[12:46:28] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'FriendsSchool'.
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 25 pending tile renders for world 'FriendsSchool'
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'FriendsSchool_nether'.
[12:46:28] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'FriendsSchool_the_end'.
[12:46:28] [Server thread/INFO]: [dynmap] Enabled
[12:46:28] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1968)
[12:46:28] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
[12:46:28] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[12:46:28] [Server thread/INFO]: [Essentials] No kits found to migrate.
[12:46:28] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[12:46:28] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[12:46:28] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[12:46:28] [Server thread/INFO]: [Essentials] Loaded 21018 items from items.json.
[12:46:28] [Server thread/INFO]: [Essentials] Using locale en_US
[12:46:28] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[12:46:28] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[12:46:28] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[12:46:28] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[12:46:28] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.8*
[12:46:28] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 7.0.2-SNAPSHOT;bf2593e
[12:46:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
[12:46:28] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.17
[12:46:28] [Server thread/INFO]: [BigDoors] Power Block Types:
[12:46:28] [Server thread/INFO]: [BigDoors]  - GOLD_BLOCK
[12:46:28] [Server thread/INFO]: [BigDoors] No materials Blacklisted!
[12:46:28] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
[12:46:29] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
[12:46:29] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.6.1
[12:46:29] [Server thread/INFO]: [ServerSigns] Unable to load PlaceholderAPI dependency - placeholder features will be disabled
[12:46:29] [Server thread/INFO]: [ServerSigns] You can download PlaceholderAPI at https://www.spigotmc.org/resources/placeholderapi.6245/
[12:46:29] [Server thread/INFO]: [ServerSigns] Version 4.6.1 is now enabled.
[12:46:29] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.5.7
[12:46:29] [Server thread/INFO]:    ___    _  _        _    ___    _  _ 
[12:46:29] [Server thread/INFO]:   | __|  | \| |    _ | |  |_ _|  | \| |
[12:46:29] [Server thread/INFO]:   | _|   | .` |   | || |   | |   | .` |
[12:46:29] [Server thread/INFO]:   |___|  |_|\_|    \__/   |___|  |_|\_|
[12:46:29] [Server thread/INFO]:   Enjin Minecraft Plugin 3.5.7
[12:46:29] [Server thread/INFO]: [com.enjin.bukkit.EnjinMinecraftPlugin] Initializing for the first time.
[12:46:29] [Server thread/INFO]: [com.enjin.shaded.reflections.Reflections] Reflections took 32 ms to scan 1 urls, producing 2 keys and 10 values 
[12:46:30] [Server thread/INFO]: [SetTheSpawn] Enabling SetTheSpawn v2.6.2
[12:46:30] [Server thread/INFO]: [SetTheSpawn] You're running the latest version.
[12:46:30] [Server thread/INFO]: [SetTheSpawn] Metrics enabled.
[12:46:30] [Server thread/INFO]: [SetTheSpawn] > The plugin successfully enabled v2.6.2!
[12:46:30] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.2.2
[12:46:30] [Server thread/INFO]: ==========================================
[12:46:30] [Server thread/INFO]: FurnitureLibrary Version: 2.2.2
[12:46:30] [Server thread/INFO]: Furniture Author: Ste3et_C0st
[12:46:30] [Server thread/INFO]: Furniture Website: https://dicecraft.de/furniture/
[12:46:30] [Server thread/INFO]: FurnitureLib load for Minecraft: 1.15
[12:46:30] [Server thread/INFO]: Furniture start load
[12:46:30] [Server thread/INFO]: Furniture find ProtectionLib: true
[12:46:31] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Starting...
[12:46:31] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Start completed.
[12:46:31] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Starting...
[12:46:31] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] FurnitureLib - Start completed.
[12:46:32] [Server thread/INFO]: [FurnitureLib] FurnitureLib load models from world -> FriendsSchool
[12:46:32] [Server thread/INFO]: [FurnitureLib] Models: 852 with 6360 entities
[12:46:32] [Server thread/INFO]: [FurnitureLib] Purged: 0 models
[12:46:32] [Server thread/INFO]: [FurnitureLib] It takes: 00:00.005 from Database: SQLite
[12:46:32] [Server thread/INFO]: Furniture load finish :)
[12:46:32] [Server thread/INFO]: ==========================================
[12:46:32] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.4.2
[12:46:34] [Server thread/INFO]: Done (9.019s)! For help, type "help"
[12:46:34] [Server thread/INFO]: Starting GS4 status listener
[12:46:34] [Server thread/INFO]: Starting remote control listener
[12:46:34] [Query Listener #1/INFO]: Query running on 147.135.97.190:25565
[12:46:34] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
[12:46:34] [Server thread/INFO]: Timings Reset
[12:46:34] [Craft Scheduler Thread - 3/INFO]: [GM+] Your version (v3.3) is outdated download the lastest version:
[12:46:34] [Craft Scheduler Thread - 3/INFO]: [GM+] https://www.spigotmc.org/resources/40615/
[12:46:34] [Server thread/INFO]: [GM+] [INFO] Bukkit Permissions Updated!
[12:46:34] [Server thread/INFO]: [Citizens] Loaded 12 NPCs.
[12:46:34] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[12:46:34] [User Authenticator #1/INFO]: UUID of player shreddedmilk is bb8edbde-3f48-43d8-aa9a-3e95fcf65655
[12:46:34] [Server thread/INFO]: com.mojang.authlib.GameProfile@1c625f86[id=<null>,name=NotGriffin,properties={},legacy=false] (/73.133.21.100:64960) lost connection: Disconnected
[12:46:34] [User Authenticator #2/INFO]: UUID of player KieranDogolan is bfa19781-b2e3-4a38-b17e-4a29c5dec519
[12:46:34] [User Authenticator #3/INFO]: UUID of player Spruce_Legend is 541dd4fc-f1a4-4b05-b9c9-46ea618ed1ba
[12:46:35] [Server thread/INFO]: shreddedmilk joined the game
[12:46:35] [Server thread/INFO]: shreddedmilk[/96.234.144.198:51762] logged in with entity id 7612 at ([FriendsSchool]3580.6312794758437, 85.35062605469368, 3788.682120530997)
[12:46:35] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ... 
[12:46:35] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
[12:46:35] [Server thread/INFO]: Spruce_Legend joined the game
[12:46:35] [Server thread/INFO]: Spruce_Legend[/71.179.31.212:60224] logged in with entity id 7613 at ([FriendsSchool]2983.6798864846314, 139.0, 3636.9284664956144)
[12:46:35] [Server thread/INFO]: KieranDogolan joined the game
[12:46:35] [Server thread/INFO]: KieranDogolan[/73.86.14.227:65448] logged in with entity id 7614 at ([FriendsSchool]2345.699999988079, 73.11650136792812, 4425.862500011921)
[12:46:37] [User Authenticator #3/INFO]: UUID of player captainjello4 is c2898050-c0e4-45b8-aaa9-f291519e8588
[12:46:37] [Server thread/INFO]: captainjello4 joined the game
[12:46:37] [Server thread/INFO]: captainjello4[/73.86.34.46:57646] logged in with entity id 8264 at ([FriendsSchool]3125.6318823847255, 163.0880069187265, 3755.06440780055)
[12:46:46] [Async Chat Thread - #0/INFO]: <[CameraAccount] ~Morgan> sorry that was quinn
[12:46:52] [Server thread/INFO]: Spruce_Legend issued server command: /npc create Bob
[12:47:00] [Server thread/INFO]: captainjello4 issued server command: //brush forest sphere birch
[12:47:05] [Craft Scheduler Thread - 4/INFO]: [Metrics] Connection timed out (Connection timed out)
[12:47:05] [User Authenticator #3/INFO]: UUID of player kingkongquinn3 is 9b0dacc8-c2c0-4613-9b5d-2cdf007bd04a
[12:47:06] [Server thread/INFO]: kingkongquinn3 joined the game
[12:47:06] [Server thread/INFO]: kingkongquinn3[/71.204.200.169:61103] logged in with entity id 8428 at ([FriendsSchool]2319.527675783906, 69.35168724362643, 4193.699999988079)
[12:47:08] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 1
[12:47:10] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 2
[12:47:10] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:47:10] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:47:10] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:47:10] [Server thread/INFO]: Builder: [Builder] ~milk
[12:47:10] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:47:10] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:47:12] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 3
[12:47:13] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 4
[12:47:15] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 5
[12:47:17] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 6
[12:47:21] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 7
[12:47:23] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 8
[12:47:25] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 9
[12:47:27] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 10
[12:47:29] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 11
[12:47:30] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 12
[12:47:32] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 13
[12:47:34] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 14
[12:47:36] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 15
[12:47:38] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 16
[12:47:39] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 17
[12:47:42] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 18
[12:47:44] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 19
[12:47:47] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 20
[12:47:47] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:47:47] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:47:47] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:47:47] [Server thread/INFO]: Builder: [Builder] ~milk
[12:47:47] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:47:47] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:47:49] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 21
[12:47:52] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 22
[12:47:54] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 23
[12:47:55] [Server thread/INFO]: Spruce_Legend issued server command: /npc remove 24
[12:48:24] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:48:24] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:48:24] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:48:24] [Server thread/INFO]: Builder: [Builder] ~milk
[12:48:24] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:48:24] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:49:00] [Server thread/INFO]: captainjello4 issued server command: /walkspeed 10
[12:49:00] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:49:00] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:49:00] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:49:00] [Server thread/INFO]: Builder: [Builder] ~milk
[12:49:00] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:49:00] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:49:03] [Server thread/INFO]: captainjello4 issued server command: /walkspeed 10
[12:49:37] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:49:37] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:49:37] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:49:37] [Server thread/INFO]: Builder: [Builder] ~milk
[12:49:37] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:49:37] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:49:39] [Server thread/INFO]: Spruce_Legend issued server command: /citizens
[12:49:42] [Server thread/INFO]: Spruce_Legend issued server command: /citizens help
[12:49:46] [Server thread/INFO]: Spruce_Legend issued server command: /citizens reload
[12:49:51] [Server thread/INFO]: Spruce_Legend issued server command: /citizens save
[12:50:14] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:50:14] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:50:14] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:50:14] [Server thread/INFO]: Builder: [Builder] ~milk
[12:50:14] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:50:14] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:50:42] [User Authenticator #4/INFO]: UUID of player NotGriffin is f1a68eab-2b6b-4303-b7d3-8b01edc2423a
[12:50:42] [Server thread/INFO]: NotGriffin joined the game
[12:50:42] [Server thread/INFO]: NotGriffin[/73.133.21.100:65085] logged in with entity id 8618 at ([FriendsSchool]3058.1067818180363, 190.1881375094201, 3572.5285141339637)
[12:50:51] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:50:51] [Server thread/INFO]: There are 6 out of maximum 100 players online.
[12:50:51] [Server thread/INFO]: Admins: [Admin] ~Griffin, [Owner]~Quinn
[12:50:51] [Server thread/INFO]: Builder: [Builder] ~milk
[12:50:51] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:50:51] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:50:53] [Server thread/INFO]: captainjello4 issued server command: /gamemode spectator
[12:50:55] [Server thread/INFO]: captainjello4 issued server command: /tp KieranDogolan
[12:51:21] [Server thread/INFO]: NotGriffin lost connection: Disconnected
[12:51:21] [Server thread/INFO]: NotGriffin left the game
[12:51:27] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:51:27] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:51:27] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:51:27] [Server thread/INFO]: Builder: [Builder] ~milk
[12:51:27] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:51:27] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:52:04] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:52:04] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:52:04] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:52:04] [Server thread/INFO]: Builder: [Builder] ~milk
[12:52:04] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:52:04] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:52:27] [Server thread/INFO]: captainjello4 issued server command: /tp Spruce_Legend
[12:52:41] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:52:41] [Server thread/INFO]: There are 5 out of maximum 100 players online.
[12:52:41] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:52:41] [Server thread/INFO]: Builder: [Builder] ~milk
[12:52:41] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:52:41] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:53:06] [User Authenticator #5/INFO]: UUID of player M1nee is f636397c-df4b-401d-91b5-e59e482b5e37
[12:53:06] [Server thread/INFO]: M1nee joined the game
[12:53:06] [Server thread/INFO]: M1nee[/73.87.108.217:57807] logged in with entity id 8707 at ([FriendsSchool]3045.4088898356044, 155.69855923973242, 3691.7449152390745)
[12:53:17] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:53:17] [Server thread/INFO]: There are 6 out of maximum 100 players online.
[12:53:17] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:53:17] [Server thread/INFO]: Builder: [Builder] M1nee, [Builder] ~milk
[12:53:17] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:53:17] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3
[12:53:20] [Server thread/INFO]: captainjello4 issued server command: /gamemode ct
[12:53:22] [Server thread/INFO]: captainjello4 issued server command: /gamemode cr
[12:53:24] [Server thread/INFO]: captainjello4 issued server command: /gamemode creative
[12:53:54] [Server thread/INFO]: CONSOLE issued server command: /list 
[12:53:54] [Server thread/INFO]: There are 6 out of maximum 100 players online.
[12:53:54] [Server thread/INFO]: Admins: [Owner]~Quinn
[12:53:54] [Server thread/INFO]: Builder: [Builder] M1nee, [Builder] ~milk
[12:53:54] [Server thread/INFO]: CameraAccount: [CameraAccount] ~Morgan
[12:53:54] [Server thread/INFO]: Default: [Member] KieranDogolan, [Member] kingkongquinn3