-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.log.1
582 lines (582 loc) · 34.9 KB
/
server.log.1
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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
2016-04-25 21:35:47 [INFO] Starting minecraft server version 1.6.1
2016-04-25 21:35:47 [INFO] Loading properties
2016-04-25 21:35:47 [INFO] Default game type: SURVIVAL
2016-04-25 21:35:47 [INFO] Generating keypair
2016-04-25 21:35:47 [INFO] Starting Minecraft server on *:25565
2016-04-25 21:35:47 [INFO] Preparing level "world"
2016-04-25 21:35:47 [INFO] Preparing start region for level 0
2016-04-25 21:35:48 [INFO] Done (0.674s)! For help, type "help" or "?"
2016-04-25 21:36:13 [INFO] --- Showing help page 1 of 6 (/help <page>) ---
2016-04-25 21:36:13 [INFO] /ban <name> [reason ...]
2016-04-25 21:36:13 [INFO] /ban-ip <address|name> [reason ...]
2016-04-25 21:36:13 [INFO] /banlist [ips|players]
2016-04-25 21:36:13 [INFO] /clear <player> [item] [data]
2016-04-25 21:36:13 [INFO] /debug <start|stop>
2016-04-25 21:36:13 [INFO] /defaultgamemode <mode>
2016-04-25 21:36:13 [INFO] /deop <player>
2016-04-25 21:37:20 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 21:37:20 [INFO] /kick <player> [reason ...]
2016-04-25 21:37:20 [INFO] /kill
2016-04-25 21:37:20 [INFO] /list
2016-04-25 21:37:20 [INFO] /me <action ...>
2016-04-25 21:37:20 [INFO] /op <player>
2016-04-25 21:37:20 [INFO] /pardon <name>
2016-04-25 21:37:20 [INFO] /pardon-ip <address>
2016-04-25 21:37:27 [INFO] --- Showing help page 4 of 6 (/help <page>) ---
2016-04-25 21:37:27 [INFO] /playsound <sound> <player> [x] [y] [z] [volume] [pitch] [minimumVolume]
2016-04-25 21:37:27 [INFO] /save-all
2016-04-25 21:37:27 [INFO] /save-off
2016-04-25 21:37:27 [INFO] /save-on
2016-04-25 21:37:27 [INFO] /say <message ...>
2016-04-25 21:37:27 [INFO] /scoreboard <objectives|players|teams>
2016-04-25 21:37:27 [INFO] /seed
2016-04-25 21:37:31 [INFO] --- Showing help page 5 of 6 (/help <page>) ---
2016-04-25 21:37:31 [INFO] /spawnpoint OR /spawnpoint <player> OR /spawnpoint <player> <x> <y> <z>
2016-04-25 21:37:31 [INFO] /spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
2016-04-25 21:37:31 [INFO] /stop
2016-04-25 21:37:31 [INFO] /tell <player> <private message ...>
2016-04-25 21:37:31 [INFO] /testfor <player>
2016-04-25 21:37:31 [INFO] /time <set|add> <value>
2016-04-25 21:37:31 [INFO] /toggledownfall
2016-04-25 21:37:41 [INFO] --- Showing help page 6 of 6 (/help <page>) ---
2016-04-25 21:37:41 [INFO] /tp [target player] <destination player> OR /tp [target player] <x> <y> <z>
2016-04-25 21:37:41 [INFO] /weather <clear/rain/thunder> [duration in seconds]
2016-04-25 21:37:41 [INFO] /whitelist <on|off|list|add|remove|reload>
2016-04-25 21:37:41 [INFO] /xp <amount> [player] OR /xp <amount>L [player]
2016-04-25 21:37:58 [SEVERE] Reached end of stream for /127.0.0.1
2016-04-25 21:40:14 [INFO] Unknown command. Try /help for a list of commands
2016-04-25 21:40:22 [INFO] Stopping the server
2016-04-25 21:40:22 [INFO] Stopping server
2016-04-25 21:40:22 [INFO] Saving players
2016-04-25 21:40:22 [INFO] Saving worlds
2016-04-25 21:40:22 [INFO] Saving chunks for level 'world'/Overworld
2016-04-25 21:40:22 [INFO] Closing listening thread
2016-04-25 21:40:22 [INFO] Saving chunks for level 'world'/Nether
2016-04-25 21:40:22 [INFO] Saving chunks for level 'world'/The End
2016-04-25 21:51:11 [INFO] Starting minecraft server version 1.5.2
2016-04-25 21:51:11 [INFO] Loading properties
2016-04-25 21:51:11 [INFO] Default game type: SURVIVAL
2016-04-25 21:51:11 [INFO] Generating keypair
2016-04-25 21:51:11 [INFO] Starting Minecraft server on *:25565
2016-04-25 21:51:11 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
2016-04-25 21:51:11 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
2016-04-25 21:51:11 [INFO] Preparing level "world"
2016-04-25 21:51:11 [INFO] Preparing start region for level 0
2016-04-25 21:51:11 [SEVERE] Item entity 5 has no item?!
2016-04-25 21:51:12 [SEVERE] Item entity 15 has no item?!
2016-04-25 21:51:12 [SEVERE] Item entity 17 has no item?!
2016-04-25 21:51:12 [SEVERE] Item entity 27 has no item?!
2016-04-25 21:51:12 [INFO] Preparing spawn area: 23%
2016-04-25 21:51:12 [SEVERE] Item entity 85 has no item?!
2016-04-25 21:51:13 [SEVERE] Item entity 135 has no item?!
2016-04-25 21:51:13 [SEVERE] Item entity 142 has no item?!
2016-04-25 21:51:13 [INFO] Preparing spawn area: 62%
2016-04-25 21:51:14 [INFO] Done (2.927s)! For help, type "help" or "?"
2016-04-25 21:51:22 [INFO] YuriyDee [/127.0.0.1:51536] lost connection
2016-04-25 21:51:32 [INFO] YuriyDee [/127.0.0.1:51589] lost connection
2016-04-25 21:52:43 [WARNING] Time ran backwards! Did the system time change?
2016-04-25 21:52:54 [INFO] Stopping the server
2016-04-25 21:52:54 [INFO] Stopping server
2016-04-25 21:52:54 [INFO] Saving players
2016-04-25 21:52:54 [INFO] Saving worlds
2016-04-25 21:52:54 [INFO] Closing listening thread
2016-04-25 21:52:54 [INFO] Saving chunks for level 'world'/Overworld
2016-04-25 21:52:54 [INFO] Saving chunks for level 'world'/Nether
2016-04-25 21:52:54 [INFO] Saving chunks for level 'world'/The End
2016-04-25 21:52:54 [INFO] Stopping server
2016-04-25 21:53:04 [INFO] Starting minecraft server version 1.5.2
2016-04-25 21:53:04 [INFO] Loading properties
2016-04-25 21:53:04 [INFO] Default game type: SURVIVAL
2016-04-25 21:53:04 [INFO] Generating keypair
2016-04-25 21:53:05 [INFO] Starting Minecraft server on *:25565
2016-04-25 21:53:05 [INFO] Preparing level "world"
2016-04-25 21:53:05 [INFO] Preparing start region for level 0
2016-04-25 21:53:05 [INFO] Done (0.718s)! For help, type "help" or "?"
2016-04-25 21:53:15 [INFO] YuriyDee [/127.0.0.1:51603] lost connection
2016-04-25 21:53:59 [INFO] YuriyDee [/127.0.0.1:51632] lost connection
2016-04-25 21:54:05 [INFO] YuriyDee [/127.0.0.1:51641] lost connection
2016-04-25 21:56:56 [INFO] Stopping the server
2016-04-25 21:56:56 [INFO] Stopping server
2016-04-25 21:56:56 [INFO] Saving players
2016-04-25 21:56:56 [INFO] Saving worlds
2016-04-25 21:56:56 [INFO] Saving chunks for level 'world'/Overworld
2016-04-25 21:56:56 [INFO] Closing listening thread
2016-04-25 21:56:56 [INFO] Saving chunks for level 'world'/Nether
2016-04-25 21:56:56 [INFO] Saving chunks for level 'world'/The End
2016-04-25 21:56:56 [INFO] Stopping server
2016-04-25 21:57:54 [INFO] Starting minecraft server version 1.5.2
2016-04-25 21:57:54 [INFO] Loading properties
2016-04-25 21:57:54 [INFO] Default game type: SURVIVAL
2016-04-25 21:57:54 [SEVERE] Encountered an unexpected exception UnknownHostException
java.net.UnknownHostException: 104.148.212.200:25565: invalid IPv6 address
at java.net.InetAddress.getAllByName(InetAddress.java:1148)
at java.net.InetAddress.getAllByName(InetAddress.java:1105)
at java.net.InetAddress.getByName(InetAddress.java:1055)
at hz.c(SourceFile:124)
at net.minecraft.server.MinecraftServer.run(SourceFile:306)
at gp.run(SourceFile:573)
2016-04-25 21:57:54 [SEVERE] This crash report has been saved to: /Users/YuriyDee/Desktop/Minecraft_Server/./crash-reports/crash-2016-04-25_21.57.54-server.txt
2016-04-25 21:58:33 [INFO] Stopping server
2016-04-25 21:58:42 [INFO] Starting minecraft server version 1.5.2
2016-04-25 21:58:42 [INFO] Loading properties
2016-04-25 21:58:42 [INFO] Default game type: SURVIVAL
2016-04-25 21:58:42 [INFO] Generating keypair
2016-04-25 21:58:43 [INFO] Starting Minecraft server on 104.148.212.200:25565
2016-04-25 21:58:43 [WARNING] **** FAILED TO BIND TO PORT!
2016-04-25 21:58:43 [WARNING] The exception was: java.net.BindException: Can't assign requested address
2016-04-25 21:58:43 [WARNING] Perhaps a server is already running on that port?
2016-04-25 21:58:57 [INFO] An unknown error occurred while attempting to perform this command
2016-04-25 21:59:00 [INFO] Stopping server
2016-04-25 21:59:10 [INFO] Starting minecraft server version 1.5.2
2016-04-25 21:59:10 [INFO] Loading properties
2016-04-25 21:59:10 [INFO] Default game type: SURVIVAL
2016-04-25 21:59:10 [INFO] Generating keypair
2016-04-25 21:59:10 [INFO] Starting Minecraft server on *:25565
2016-04-25 21:59:10 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-04-25 21:59:10 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-04-25 21:59:10 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-04-25 21:59:10 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-04-25 21:59:10 [INFO] Preparing level "world"
2016-04-25 21:59:10 [INFO] Preparing start region for level 0
2016-04-25 21:59:10 [INFO] Done (0.674s)! For help, type "help" or "?"
2016-04-25 21:59:44 [INFO] YuriyDee[/192.168.1.1:51769] logged in with entity id 148 at (250.5, 68.0, 249.5)
2016-04-25 21:59:45 [INFO] Elvis[/47.18.138.42:64019] logged in with entity id 512 at (247.5, 67.0, 262.5)
2016-04-25 22:00:15 [INFO] --- Showing help page 1 of 6 (/help <page>) ---
2016-04-25 22:00:15 [INFO] /ban <name> [reason ...]
2016-04-25 22:00:15 [INFO] /ban-ip <address|name> [reason ...]
2016-04-25 22:00:15 [INFO] /banlist [ips|players]
2016-04-25 22:00:15 [INFO] /clear <player> [item] [data]
2016-04-25 22:00:15 [INFO] /debug
2016-04-25 22:00:15 [INFO] /defaultgamemode <mode>
2016-04-25 22:00:16 [INFO] /deop <player>
2016-04-25 22:00:21 [INFO] <Elvis> wasupopppppp
2016-04-25 22:00:26 [INFO] Opped elvis
2016-04-25 22:00:32 [INFO] Opped yuriydee
2016-04-25 22:01:02 [INFO] --- Showing help page 6 of 6 (/help <page>) ---
2016-04-25 22:01:02 [INFO] /whitelist <on|off|list|add|remove|reload>
2016-04-25 22:01:02 [INFO] /xp <amount> [player] OR /xp <amount>L [player]
2016-04-25 22:01:04 [INFO] --- Showing help page 5 of 6 (/help <page>) ---
2016-04-25 22:01:04 [INFO] /stop
2016-04-25 22:01:04 [INFO] /tell
2016-04-25 22:01:04 [INFO] /testfor
2016-04-25 22:01:04 [INFO] /time <set|add> <value>
2016-04-25 22:01:04 [INFO] /toggledownfall
2016-04-25 22:01:04 [INFO] /tp [target player] <destination player> OR /tp [target player] <x> <y> <z>
2016-04-25 22:01:04 [INFO] /weather
2016-04-25 22:01:12 [INFO] --- Showing help page 4 of 6 (/help <page>) ---
2016-04-25 22:01:12 [INFO] /save-all
2016-04-25 22:01:12 [INFO] /save-off
2016-04-25 22:01:12 [INFO] /save-on
2016-04-25 22:01:12 [INFO] /say <message ...>
2016-04-25 22:01:12 [INFO] /scoreboard
2016-04-25 22:01:12 [INFO] /seed
2016-04-25 22:01:12 [INFO] /spawnpoint OR /spawnpoint <player> OR /spawnpoint <player> <x> <y> <z>
2016-04-25 22:01:18 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 22:01:18 [INFO] /kick <player> [reason ...]
2016-04-25 22:01:18 [INFO] /kill
2016-04-25 22:01:18 [INFO] /list
2016-04-25 22:01:18 [INFO] /me <action ...>
2016-04-25 22:01:18 [INFO] /op <player>
2016-04-25 22:01:18 [INFO] /pardon <name>
2016-04-25 22:01:18 [INFO] /pardon-ip <address>
2016-04-25 22:01:21 [INFO] --- Showing help page 2 of 6 (/help <page>) ---
2016-04-25 22:01:21 [INFO] /difficulty <new difficulty>
2016-04-25 22:01:21 [INFO] /effect <player> <effect> [seconds] [amplifier]
2016-04-25 22:01:21 [INFO] /enchant <player> <enchantment ID> [level]
2016-04-25 22:01:21 [INFO] /gamemode <mode> [player]
2016-04-25 22:01:21 [INFO] /gamerule <rule name> <value> OR /gamerule <rule name>
2016-04-25 22:01:21 [INFO] /give <player> <item> [amount] [data]
2016-04-25 22:01:21 [INFO] /help [page|command name]
2016-04-25 22:01:35 [INFO] --- Showing help page 1 of 6 (/help <page>) ---
2016-04-25 22:01:35 [INFO] /ban <name> [reason ...]
2016-04-25 22:01:35 [INFO] /ban-ip <address|name> [reason ...]
2016-04-25 22:01:35 [INFO] /banlist [ips|players]
2016-04-25 22:01:35 [INFO] /clear <player> [item] [data]
2016-04-25 22:01:35 [INFO] /debug
2016-04-25 22:01:35 [INFO] /defaultgamemode <mode>
2016-04-25 22:01:35 [INFO] /deop <player>
2016-04-25 22:01:39 [INFO] --- Showing help page 2 of 6 (/help <page>) ---
2016-04-25 22:01:39 [INFO] /difficulty <new difficulty>
2016-04-25 22:01:39 [INFO] /effect <player> <effect> [seconds] [amplifier]
2016-04-25 22:01:39 [INFO] /enchant <player> <enchantment ID> [level]
2016-04-25 22:01:39 [INFO] /gamemode <mode> [player]
2016-04-25 22:01:39 [INFO] /gamerule <rule name> <value> OR /gamerule <rule name>
2016-04-25 22:01:39 [INFO] /give <player> <item> [amount] [data]
2016-04-25 22:01:39 [INFO] /help [page|command name]
2016-04-25 22:01:57 [INFO] 'diamond' is not a valid number
2016-04-25 22:02:12 [INFO] You must specify which player you wish to perform this action on.
2016-04-25 22:02:57 [INFO] <Elvis> help 4
2016-04-25 22:04:12 [INFO] --- Showing help page 4 of 6 (/help <page>) ---
2016-04-25 22:04:12 [INFO] /save-all
2016-04-25 22:04:12 [INFO] /save-off
2016-04-25 22:04:12 [INFO] /save-on
2016-04-25 22:04:12 [INFO] /say <message ...>
2016-04-25 22:04:12 [INFO] /scoreboard
2016-04-25 22:04:12 [INFO] /seed
2016-04-25 22:04:12 [INFO] /spawnpoint OR /spawnpoint <player> OR /spawnpoint <player> <x> <y> <z>
2016-04-25 22:04:16 [INFO] --- Showing help page 6 of 6 (/help <page>) ---
2016-04-25 22:04:16 [INFO] /whitelist <on|off|list|add|remove|reload>
2016-04-25 22:04:16 [INFO] /xp <amount> [player] OR /xp <amount>L [player]
2016-04-25 22:04:19 [INFO] --- Showing help page 5 of 6 (/help <page>) ---
2016-04-25 22:04:19 [INFO] /stop
2016-04-25 22:04:19 [INFO] /tell
2016-04-25 22:04:19 [INFO] /testfor
2016-04-25 22:04:19 [INFO] /time <set|add> <value>
2016-04-25 22:04:19 [INFO] /toggledownfall
2016-04-25 22:04:19 [INFO] /tp [target player] <destination player> OR /tp [target player] <x> <y> <z>
2016-04-25 22:04:19 [INFO] /weather
2016-04-25 22:04:27 [INFO] Usage: /time <set|add> <value>
2016-04-25 22:04:38 [INFO] Usage: /time <set|add> <value>
2016-04-25 22:04:51 [INFO] '13:00' is not a valid number
2016-04-25 22:05:01 [INFO] '12:00' is not a valid number
2016-04-25 22:05:06 [INFO] Set the time to 13
2016-04-25 22:11:22 [INFO] 'torch' is not a valid number
2016-04-25 22:11:54 [INFO] Given Torch (ID 50) * 10 to YuriyDee
2016-04-25 22:12:06 [INFO] [Elvis: Given Torch (ID 50) * 1 to Elvis]
2016-04-25 22:15:57 [INFO] [Elvis: Banned player yuriydee]
2016-04-25 22:15:57 [INFO] YuriyDee lost connection: disconnect.endOfStream
2016-04-25 22:16:16 [INFO] [Elvis: Banned player yuriydee]
2016-04-25 22:16:23 [INFO] Disconnecting YuriyDee [/192.168.1.1:51947]: You are banned from this server!
Reason: Banned by an operator.
2016-04-25 22:16:30 [INFO] Unknown command. Try /help for a list of commands.
2016-04-25 22:16:36 [INFO] --- Showing help page 2 of 6 (/help <page>) ---
2016-04-25 22:16:36 [INFO] /difficulty <new difficulty>
2016-04-25 22:16:36 [INFO] /effect <player> <effect> [seconds] [amplifier]
2016-04-25 22:16:36 [INFO] /enchant <player> <enchantment ID> [level]
2016-04-25 22:16:36 [INFO] /gamemode <mode> [player]
2016-04-25 22:16:36 [INFO] /gamerule <rule name> <value> OR /gamerule <rule name>
2016-04-25 22:16:36 [INFO] /give <player> <item> [amount] [data]
2016-04-25 22:16:36 [INFO] /help [page|command name]
2016-04-25 22:16:41 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 22:16:41 [INFO] /kick <player> [reason ...]
2016-04-25 22:16:41 [INFO] /kill
2016-04-25 22:16:41 [INFO] /list
2016-04-25 22:16:41 [INFO] /me <action ...>
2016-04-25 22:16:41 [INFO] /op <player>
2016-04-25 22:16:41 [INFO] /pardon <name>
2016-04-25 22:16:41 [INFO] /pardon-ip <address>
2016-04-25 22:16:46 [INFO] Unbanned player yuriydee
2016-04-25 22:16:51 [INFO] YuriyDee[/192.168.1.1:51955] logged in with entity id 19368 at (22.847696833312536, 10.283149442186682, -34.39638854195824)
2016-04-25 22:17:08 [INFO] [Elvis: Unbanned player yuriydee]
2016-04-25 22:17:29 [INFO] Elvis fell out of the world
2016-04-25 22:18:36 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-25 22:18:53 [INFO] <YuriyDee> time set 10
2016-04-25 22:18:55 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-25 22:19:02 [INFO] Set the time to 10
2016-04-25 22:19:09 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-25 22:21:08 [INFO] That player cannot be found
2016-04-25 22:21:20 [INFO] Given TNT (ID 46) * 5 to YuriyDee
2016-04-25 22:21:25 [INFO] [Elvis: Stopping the server]
2016-04-25 22:21:25 [INFO] Stopping server
2016-04-25 22:21:25 [INFO] Saving players
2016-04-25 22:21:25 [INFO] Closing listening thread
2016-04-25 22:21:25 [INFO] Saving worlds
2016-04-25 22:21:25 [INFO] Saving chunks for level 'world'/Overworld
2016-04-25 22:21:25 [INFO] Saving chunks for level 'world'/Nether
2016-04-25 22:21:25 [INFO] Saving chunks for level 'world'/The End
2016-04-25 22:21:25 [INFO] Stopping server
2016-04-25 22:21:25 [INFO] Saving players
2016-04-25 22:21:48 [INFO] Starting minecraft server version 1.5.2
2016-04-25 22:21:48 [INFO] Loading properties
2016-04-25 22:21:48 [INFO] Default game type: SURVIVAL
2016-04-25 22:21:48 [INFO] Generating keypair
2016-04-25 22:21:48 [INFO] Starting Minecraft server on *:25565
2016-04-25 22:21:48 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-04-25 22:21:48 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-04-25 22:21:48 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-04-25 22:21:48 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-04-25 22:21:48 [INFO] Preparing level "world"
2016-04-25 22:21:49 [INFO] Preparing start region for level 0
2016-04-25 22:21:49 [INFO] Done (0.832s)! For help, type "help" or "?"
2016-04-25 22:22:00 [INFO] YuriyDee[/192.168.1.1:51970] logged in with entity id 177 at (38.95178631713333, 73.0, -24.795646860848287)
2016-04-25 22:22:11 [INFO] Elvis[/47.18.138.42:64205] logged in with entity id 401 at (36.18289640390135, 73.0, -17.255711286182827)
2016-04-25 22:22:40 [INFO] [Elvis: Opped elvis]
2016-04-25 22:23:01 [INFO] Given Fire (ID 51) * 5 to YuriyDee
2016-04-25 22:23:12 [INFO] [Elvis: Given Sugar cane (ID 83) * 1 to YuriyDee]
2016-04-25 22:27:00 [INFO] [Elvis: Teleported YuriyDee to Elvis]
2016-04-25 22:28:22 [INFO] Given Block of Diamond (ID 57) * 1 to YuriyDee
2016-04-25 22:28:50 [INFO] Given Block of Gold (ID 41) * 1 to YuriyDee
2016-04-25 22:30:14 [INFO] Unknown command. Try /help for a list of commands.
2016-04-25 22:30:20 [INFO] Set the time to 9
2016-04-25 22:32:10 [INFO] Given Rail (ID 66) * 1 to YuriyDee
2016-04-25 22:33:17 [WARNING] Time ran backwards! Did the system time change?
2016-04-25 22:34:13 [INFO] [Elvis: Given Rail (ID 66) * 1 to Elvis]
2016-04-25 22:35:08 [INFO] [Elvis: Given Glass (ID 20) * 1 to Elvis]
2016-04-25 22:35:32 [INFO] [Elvis: Given Block of Gold (ID 41) * 1 to Elvis]
2016-04-25 22:37:50 [INFO] Given Glass (ID 20) * 1 to YuriyDee
2016-04-25 22:41:10 [INFO] <YuriyDee> time set 8
2016-04-25 22:41:17 [INFO] Set the time to 8
2016-04-25 22:52:06 [INFO] Set the time to 7
2016-04-25 22:57:58 [WARNING] Time ran backwards! Did the system time change?
2016-04-25 23:04:15 [INFO] Set the time to 7
2016-04-25 23:07:50 [INFO] Unknown command. Try /help for a list of commands.
2016-04-25 23:07:55 [INFO] Unknown command. Try /help for a list of commands.
2016-04-25 23:07:57 [INFO] --- Showing help page 5 of 6 (/help <page>) ---
2016-04-25 23:07:57 [INFO] /stop
2016-04-25 23:07:57 [INFO] /tell
2016-04-25 23:07:57 [INFO] /testfor
2016-04-25 23:07:57 [INFO] /time <set|add> <value>
2016-04-25 23:07:57 [INFO] /toggledownfall
2016-04-25 23:07:57 [INFO] /tp [target player] <destination player> OR /tp [target player] <x> <y> <z>
2016-04-25 23:07:57 [INFO] /weather
2016-04-25 23:08:04 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 23:08:04 [INFO] /kick <player> [reason ...]
2016-04-25 23:08:04 [INFO] /kill
2016-04-25 23:08:04 [INFO] /list
2016-04-25 23:08:04 [INFO] /me <action ...>
2016-04-25 23:08:04 [INFO] /op <player>
2016-04-25 23:08:04 [INFO] /pardon <name>
2016-04-25 23:08:04 [INFO] /pardon-ip <address>
2016-04-25 23:08:08 [INFO] [Elvis: Saved the world]
2016-04-25 23:08:10 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 23:08:10 [INFO] /kick <player> [reason ...]
2016-04-25 23:08:10 [INFO] /kill
2016-04-25 23:08:10 [INFO] /list
2016-04-25 23:08:10 [INFO] /me <action ...>
2016-04-25 23:08:10 [INFO] /op <player>
2016-04-25 23:08:10 [INFO] /pardon <name>
2016-04-25 23:08:10 [INFO] /pardon-ip <address>
2016-04-25 23:08:14 [INFO] --- Showing help page 3 of 6 (/help <page>) ---
2016-04-25 23:08:14 [INFO] /kick <player> [reason ...]
2016-04-25 23:08:14 [INFO] /kill
2016-04-25 23:08:14 [INFO] /list
2016-04-25 23:08:14 [INFO] /me <action ...>
2016-04-25 23:08:14 [INFO] /op <player>
2016-04-25 23:08:14 [INFO] /pardon <name>
2016-04-25 23:08:14 [INFO] /pardon-ip <address>
2016-04-25 23:08:18 [INFO] --- Showing help page 2 of 6 (/help <page>) ---
2016-04-25 23:08:18 [INFO] /difficulty <new difficulty>
2016-04-25 23:08:18 [INFO] /effect <player> <effect> [seconds] [amplifier]
2016-04-25 23:08:18 [INFO] /enchant <player> <enchantment ID> [level]
2016-04-25 23:08:18 [INFO] /gamemode <mode> [player]
2016-04-25 23:08:18 [INFO] /gamerule <rule name> <value> OR /gamerule <rule name>
2016-04-25 23:08:18 [INFO] /give <player> <item> [amount] [data]
2016-04-25 23:08:18 [INFO] /help [page|command name]
2016-04-25 23:08:24 [INFO] --- Showing help page 1 of 6 (/help <page>) ---
2016-04-25 23:08:24 [INFO] /ban <name> [reason ...]
2016-04-25 23:08:24 [INFO] /ban-ip <address|name> [reason ...]
2016-04-25 23:08:24 [INFO] /banlist [ips|players]
2016-04-25 23:08:24 [INFO] /clear <player> [item] [data]
2016-04-25 23:08:24 [INFO] /debug
2016-04-25 23:08:24 [INFO] /defaultgamemode <mode>
2016-04-25 23:08:24 [INFO] /deop <player>
2016-04-25 23:08:37 [INFO] --- Showing help page 4 of 6 (/help <page>) ---
2016-04-25 23:08:37 [INFO] /save-all
2016-04-25 23:08:37 [INFO] /save-off
2016-04-25 23:08:37 [INFO] /save-on
2016-04-25 23:08:37 [INFO] /say <message ...>
2016-04-25 23:08:37 [INFO] /scoreboard
2016-04-25 23:08:37 [INFO] /seed
2016-04-25 23:08:37 [INFO] /spawnpoint OR /spawnpoint <player> OR /spawnpoint <player> <x> <y> <z>
2016-04-25 23:08:43 [INFO] Turned on world auto-saving
2016-04-25 23:08:53 [INFO] Saving...
2016-04-25 23:08:53 [INFO] Saved the world
2016-04-25 23:08:58 [INFO] Stopping the server
2016-04-25 23:08:58 [INFO] Stopping server
2016-04-25 23:08:58 [INFO] Saving players
2016-04-25 23:08:58 [INFO] Closing listening thread
2016-04-25 23:08:58 [INFO] Saving worlds
2016-04-25 23:08:58 [INFO] Saving chunks for level 'world'/Overworld
2016-04-25 23:08:58 [INFO] Saving chunks for level 'world'/Nether
2016-04-25 23:08:58 [INFO] Saving chunks for level 'world'/The End
2016-04-25 23:08:59 [INFO] Stopping server
2016-04-25 23:08:59 [INFO] Saving players
2016-04-25 23:08:59 [INFO] Saving worlds
2016-04-26 18:32:38 [INFO] Starting minecraft server version 1.5.2
2016-04-26 18:32:38 [INFO] Loading properties
2016-04-26 18:32:38 [INFO] Default game type: SURVIVAL
2016-04-26 18:32:38 [INFO] Generating keypair
2016-04-26 18:32:39 [INFO] Starting Minecraft server on *:25565
2016-04-26 18:32:39 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-04-26 18:32:39 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-04-26 18:32:39 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-04-26 18:32:39 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-04-26 18:32:39 [INFO] Preparing level "world"
2016-04-26 18:32:39 [INFO] Preparing start region for level 0
2016-04-26 18:32:39 [INFO] Done (0.712s)! For help, type "help" or "?"
2016-04-26 18:33:17 [INFO] Elvis[/47.18.138.42:49618] logged in with entity id 169 at (-194.5881945631198, 73.38654619240346, 78.86231577844379)
2016-04-26 18:44:09 [INFO] [Elvis: Set the time to 8]
2016-04-26 18:57:17 [INFO] [Elvis: Set the time to 6]
2016-04-26 19:02:35 [INFO] YuriyDee[/127.0.0.1:54610] logged in with entity id 14840 at (-195.79994608657552, 74.31377650644384, 84.85782316757052)
2016-04-26 19:03:18 [INFO] [Elvis: Set the time to 8]
2016-04-26 19:03:54 [INFO] --- Showing help page 5 of 6 (/help <page>) ---
2016-04-26 19:03:54 [INFO] /stop
2016-04-26 19:03:54 [INFO] /tell
2016-04-26 19:03:54 [INFO] /testfor
2016-04-26 19:03:54 [INFO] /time <set|add> <value>
2016-04-26 19:03:54 [INFO] /toggledownfall
2016-04-26 19:03:54 [INFO] /tp [target player] <destination player> OR /tp [target player] <x> <y> <z>
2016-04-26 19:03:54 [INFO] /weather
2016-04-26 19:04:00 [INFO] Usage: /weather <clear/rain/thunder> [duration in seconds]
2016-04-26 19:04:07 [INFO] Changing to clear weather
2016-04-26 19:07:26 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-26 19:18:37 [INFO] Set the time to 8
2016-04-26 19:19:01 [INFO] Changing to clear weather
2016-04-26 19:27:50 [INFO] [Elvis: Changing to clear weather]
2016-04-26 19:29:42 [INFO] <YuriyDee> time set 7
2016-04-26 19:29:47 [INFO] [YuriyDee: Set the time to 7]
2016-04-26 19:35:20 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-26 19:38:54 [INFO] [YuriyDee: Changing to clear weather]
2016-04-26 19:40:34 [INFO] [YuriyDee: Set the time to 7]
2016-04-26 19:44:09 [INFO] [YuriyDee: De-opped YuriyDee]
2016-04-26 19:45:19 [INFO] Opped YuriyDee
2016-04-26 19:45:24 [INFO] Given Fire (ID 51) * 1 to YuriyDee
2016-04-26 19:45:48 [INFO] [YuriyDee: Given Fire (ID 51) * 1 to YuriyDee]
2016-04-26 19:45:58 [INFO] Given Fire (ID 51) * 1 to YuriyDee
2016-04-26 19:50:11 [INFO] [Elvis: Changing to clear weather]
2016-04-26 19:50:50 [INFO] [YuriyDee: Set the time to 6]
2016-04-26 19:51:34 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-26 19:57:34 [INFO] [Elvis: Changing to clear weather]
2016-04-26 19:57:39 [INFO] [Elvis: Set the time to 5]
2016-04-26 20:02:04 [INFO] [YuriyDee: Teleported YuriyDee to Elvis]
2016-04-26 20:06:44 [INFO] [Elvis: Teleported Elvis to YuriyDee]
2016-04-26 20:07:20 [INFO] [Elvis: Set YuriyDee's game mode to Survival Mode]
2016-04-26 20:08:14 [INFO] [Elvis: Set YuriyDee's game mode to Creative Mode]
2016-04-26 20:08:23 [INFO] [Elvis: Changing to clear weather]
2016-04-26 20:08:32 [INFO] [YuriyDee: Set the time to 6]
2016-04-26 20:08:33 [INFO] [Elvis: Set the time to 5]
2016-04-26 20:15:54 [INFO] [Elvis: Saved the world]
2016-04-26 20:16:00 [INFO] 'YuriyDesavesacegsrhgfj' is not a valid number
2016-04-26 20:16:04 [INFO] [Elvis: Kicked YuriyDee from the game]
2016-04-26 20:16:04 [INFO] YuriyDee lost connection: disconnect.endOfStream
2016-04-26 20:16:05 [INFO] Saving...
2016-04-26 20:16:05 [INFO] Saved the world
2016-04-26 20:16:10 [INFO] Elvis lost connection: disconnect.quitting
2016-04-26 20:16:19 [INFO] Stopping the server
2016-04-26 20:16:19 [INFO] Stopping server
2016-04-26 20:16:19 [INFO] Saving players
2016-04-26 20:16:19 [INFO] Saving worlds
2016-04-26 20:16:19 [INFO] Saving chunks for level 'world'/Overworld
2016-04-26 20:16:19 [INFO] Closing listening thread
2016-04-26 20:16:19 [INFO] Saving chunks for level 'world'/Nether
2016-04-26 20:16:19 [INFO] Saving chunks for level 'world'/The End
2016-04-26 20:16:19 [INFO] Stopping server
2016-05-01 09:03:17 [INFO] Starting minecraft server version 1.5.2
2016-05-01 09:03:17 [INFO] Loading properties
2016-05-01 09:03:17 [INFO] Default game type: SURVIVAL
2016-05-01 09:03:17 [INFO] Generating keypair
2016-05-01 09:03:17 [INFO] Starting Minecraft server on *:25565
2016-05-01 09:03:17 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-05-01 09:03:17 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-05-01 09:03:17 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-05-01 09:03:17 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-05-01 09:03:17 [INFO] Preparing level "world"
2016-05-01 09:03:17 [INFO] Preparing start region for level 0
2016-05-01 09:03:18 [INFO] Done (0.839s)! For help, type "help" or "?"
2016-05-01 09:04:49 [INFO] Elvis[/192.168.1.1:49667] logged in with entity id 161 at (-248.13368151843807, 64.0, 201.61723137214105)
2016-05-01 09:05:00 [INFO] [Elvis: Changing to clear weather]
2016-05-01 09:07:18 [INFO] Elvis lost connection: disconnect.quitting
2016-05-01 09:31:19 [INFO] Unknown command. Try /help for a list of commands.
2016-05-01 09:31:21 [INFO] Saving...
2016-05-01 09:31:21 [INFO] Saved the world
2016-05-01 09:31:25 [INFO] Stopping the server
2016-05-01 09:31:25 [INFO] Stopping server
2016-05-01 09:31:25 [INFO] Saving players
2016-05-01 09:31:25 [INFO] Saving worlds
2016-05-01 09:31:25 [INFO] Saving chunks for level 'world'/Overworld
2016-05-01 09:31:25 [INFO] Closing listening thread
2016-05-01 09:31:25 [INFO] Saving chunks for level 'world'/Nether
2016-05-01 09:31:25 [INFO] Saving chunks for level 'world'/The End
2016-05-01 11:09:11 [INFO] Starting minecraft server version 1.5.2
2016-05-01 11:09:11 [INFO] Loading properties
2016-05-01 11:09:11 [INFO] Default game type: SURVIVAL
2016-05-01 11:09:11 [INFO] Generating keypair
2016-05-01 11:09:11 [INFO] Starting Minecraft server on *:25565
2016-05-01 11:09:11 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-05-01 11:09:11 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-05-01 11:09:11 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-05-01 11:09:11 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-05-01 11:09:11 [INFO] Preparing level "world"
2016-05-01 11:09:11 [INFO] Preparing start region for level 0
2016-05-01 11:09:11 [INFO] Done (0.628s)! For help, type "help" or "?"
2016-05-01 11:09:20 [INFO] /192.168.1.1:51059 lost connection
2016-05-01 11:09:20 [INFO] /192.168.1.1:51060 lost connection
2016-05-01 11:09:22 [INFO] /192.168.1.1:51061 lost connection
2016-05-01 11:09:22 [INFO] /192.168.1.1:51062 lost connection
2016-05-01 11:09:22 [INFO] /192.168.1.1:50286 lost connection
2016-05-01 11:09:22 [INFO] /192.168.1.1:50288 lost connection
2016-05-01 11:09:28 [INFO] /192.168.1.1:51064 lost connection
2016-05-01 11:09:28 [INFO] /192.168.1.1:51065 lost connection
2016-05-01 11:09:28 [INFO] /192.168.1.1:51066 lost connection
2016-05-01 11:09:28 [INFO] /192.168.1.1:51067 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51068 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51069 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51070 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51071 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51072 lost connection
2016-05-01 11:09:29 [INFO] /192.168.1.1:51073 lost connection
2016-05-01 11:09:32 [INFO] /192.168.1.1:51074 lost connection
2016-05-01 11:09:32 [INFO] /192.168.1.1:51075 lost connection
2016-05-01 11:09:33 [INFO] /192.168.1.1:51076 lost connection
2016-05-01 11:09:33 [INFO] /192.168.1.1:51077 lost connection
2016-05-01 11:09:33 [INFO] /192.168.1.1:51078 lost connection
2016-05-01 11:09:33 [INFO] /192.168.1.1:51079 lost connection
2016-05-01 11:09:50 [INFO] Stopping server
2016-05-01 11:09:54 [INFO] Starting minecraft server version 1.5.2
2016-05-01 11:09:54 [INFO] Loading properties
2016-05-01 11:09:54 [INFO] Default game type: SURVIVAL
2016-05-01 11:09:54 [INFO] Generating keypair
2016-05-01 11:09:55 [INFO] Starting Minecraft server on *:25565
2016-05-01 11:09:55 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-05-01 11:09:55 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-05-01 11:09:55 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-05-01 11:09:55 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-05-01 11:09:55 [INFO] Preparing level "world"
2016-05-01 11:09:55 [INFO] Preparing start region for level 0
2016-05-01 11:09:55 [INFO] Done (0.610s)! For help, type "help" or "?"
2016-05-01 11:09:59 [INFO] /192.168.1.1:51089 lost connection
2016-05-01 11:09:59 [INFO] /192.168.1.1:51090 lost connection
2016-05-01 11:10:00 [INFO] /192.168.1.1:51091 lost connection
2016-05-01 11:10:00 [INFO] /192.168.1.1:51092 lost connection
2016-05-01 11:10:00 [INFO] /192.168.1.1:51093 lost connection
2016-05-01 11:10:01 [INFO] /192.168.1.1:51094 lost connection
2016-05-01 11:10:02 [INFO] /192.168.1.1:51095 lost connection
2016-05-01 11:10:02 [INFO] /192.168.1.1:51096 lost connection
2016-05-01 11:10:09 [INFO] /192.168.1.1:51099 lost connection
2016-05-01 11:10:09 [INFO] /192.168.1.1:51100 lost connection
2016-05-01 11:10:10 [INFO] /192.168.1.1:51101 lost connection
2016-05-01 11:10:10 [INFO] /192.168.1.1:51102 lost connection
2016-05-01 11:10:20 [INFO] /192.168.1.1:51106 lost connection
2016-05-01 11:10:20 [INFO] /192.168.1.1:51107 lost connection
2016-05-01 11:10:25 [INFO] Stopping the server
2016-05-01 11:10:25 [INFO] Stopping server
2016-05-01 11:10:25 [INFO] Saving players
2016-05-01 11:10:25 [INFO] Saving worlds
2016-05-01 11:10:25 [INFO] Closing listening thread
2016-05-01 11:10:25 [INFO] Saving chunks for level 'world'/Overworld
2016-05-01 11:10:25 [INFO] Saving chunks for level 'world'/Nether
2016-05-01 11:10:25 [INFO] Saving chunks for level 'world'/The End
2016-05-01 11:10:25 [INFO] Stopping server
2016-05-01 11:10:32 [INFO] Starting minecraft server version 1.5.2
2016-05-01 11:10:32 [INFO] Loading properties
2016-05-01 11:10:32 [INFO] Default game type: SURVIVAL
2016-05-01 11:10:32 [INFO] Generating keypair
2016-05-01 11:10:32 [INFO] Starting Minecraft server on *:25565
2016-05-01 11:10:32 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2016-05-01 11:10:32 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2016-05-01 11:10:32 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2016-05-01 11:10:32 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2016-05-01 11:10:32 [INFO] Preparing level "world"
2016-05-01 11:10:32 [INFO] Preparing start region for level 0
2016-05-01 11:10:33 [INFO] Done (0.646s)! For help, type "help" or "?"
2016-05-01 11:10:44 [INFO] /192.168.1.1:51117 lost connection
2016-05-01 11:10:44 [INFO] /192.168.1.1:51118 lost connection
2016-05-01 11:10:45 [INFO] /192.168.1.1:51119 lost connection
2016-05-01 11:10:45 [INFO] /192.168.1.1:51120 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51122 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51123 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51124 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51125 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51127 lost connection
2016-05-01 11:10:47 [INFO] /192.168.1.1:51128 lost connection
2016-05-01 11:10:55 [INFO] /192.168.1.1:51137 lost connection
2016-05-01 11:10:59 [INFO] Stopping server
2017-09-17 13:17:29 [INFO] Starting minecraft server version 1.5.2
2017-09-17 13:17:29 [INFO] Loading properties
2017-09-17 13:17:29 [INFO] Default game type: CREATIVE
2017-09-17 13:17:29 [INFO] Generating keypair
2017-09-17 13:17:30 [INFO] Starting Minecraft server on *:25565
2017-09-17 13:17:30 [WARNING] **** FAILED TO BIND TO PORT!
2017-09-17 13:17:30 [WARNING] The exception was: java.net.BindException: Address already in use
2017-09-17 13:17:30 [WARNING] Perhaps a server is already running on that port?
2017-09-17 13:17:38 [INFO] Stopping server