Paste #34179: Untitled Paste

Date: 2016/06/10 06:52:33 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
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
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637


[15:49:47] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'CARTHAGE_CREATION_CITE_HANDLER' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'... 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<pl.has_flag[fonder_cite]>" "determine" "passively" "cancelled" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: DETERMINE "passively" "cancelled" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: DETERMINE/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'DETERMINE': outcome='cancelled'  passively='true' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" "{" "-" "if" 
                   "<context.message.split[<&sp>].size.is[EQUALS].to[2].not>" "{" "-" "narrate" "format:carthage" "Vous devez taper le nom de votre cité en minuscule à coté de Fonder. Ex<&co> Fonder paris" "-" 
                   "queue" "clear" "}" "-" "if" "<context.message.split[<&sp>].get[2].matches[^[a-z]+$]>" "{" "-" "if" "<yaml[noms_interdits].read[noms... * snip! * 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:49:47] [pool-382155-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'true'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<context.message.split[<&sp>].size.is[EQUALS].to[2].not>" "{" "-" "narrate" "format:carthage" "Vous devez 
                   taper le nom de votre cité en minuscule à coté de Fonder. Ex<&co> Fonder paris" "-" "queue" "clear" "}" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [pool-382168-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].size.is[EQUALS].to[2].not> with 'false'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<context.message.split[<&sp>].get[2].matches[^[a-z]+$]>" "{" "-" "if" 
                   "<yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]>" "{" "-" "narrate" "format:carthage" "Ce nom de cité est interdit. Prenez-en un autre." "-" 
                   "queue" "clear" "}" "-" "if" "<server.has_file[/carthage/seigneuries/<context.message.split[<&sp>].get[2]>.yml]>" "{" "-" "narrate" "format:carthage" "Cette cité existe déjà." ... * snip! * 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [pool-382177-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2].matches[^[a-z]+$]> with 'true'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]>" "{" "-" 
                   "narrate" "format:carthage" "Ce nom de cité est interdit. Prenez-en un autre." "-" "queue" "clear" "}" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [pool-382179-thread-1/INFO]:  ERROR! YAML tag 'yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]' has specified an invalid ID, or the specified id has already been closed. Tag 
                   replacement aborted. ID given: 'NOMS_INTERDITS'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]> with 
                   'yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_CREATION_CITE_HANDLER'! Tag <yaml[noms_interdits].read[noms_interdits].contains[<context.message.split[<&sp>].get[2]>]> is invalid! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<server.has_file[/carthage/seigneuries/<context.message.split[<&sp>].get[2]>.yml]>" "{" "-" "narrate" 
                   "format:carthage" "Cette cité existe déjà." "-" "queue" "clear" "}" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [pool-382185-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [pool-382184-thread-1/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <server.has_file[/carthage/seigneuries/test.yml]> with 'false'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: INJECT "carthage_fondation_cite" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: INJECT/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'INJECT': script='CARTHAGE_FONDATION_CITE(TASK)' 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! The command 'YAML' cannot be waited for! 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! The command 'YAML' cannot be waited for! 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! The command 'YAML' cannot be waited for! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<server_flag[cites_fondations_en_cours].contains[<context.message.split[<&sp>].get[2]>]>" "-" "narrate" 
                   "format:carthage" "Quelqu'un vous a devancé et fondé une cité avec le même nom que le votre. Veuillez en choisir un autre." "-" "queue" "clear" "}" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: FLAG "server" "cites_fondation_en_cours:->:<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: FLAG/p@MrMaleficus ---------+ 
[15:49:47] [pool-382193-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'FLAG': flag_name='CITES_FONDATION_EN_COURS'  Action/Value='INSERT(test)'  flag_target='server' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<yaml[carthage_seigneuries_index].contains[<context.location.chunk>]>" "||" 
                   "<yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[0,1]>]>" "||" "<yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,0]>]>" "||" 
                   "<yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,1]>]>" "||" "<yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,0]>]>" "||" "<yaml[car... * 
                   snip! * 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:47] [pool-382196-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382195-thread-1/INFO]:  Filled tag <context.location.chunk> with 'context.location.chunk'. 
[15:49:47] [pool-382195-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk> is invalid! 
[15:49:47] [pool-382195-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement aborted. ID 
                   given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk]> is invalid! 
[15:49:47] [pool-382206-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382205-thread-1/INFO]:  Filled tag <context.location.chunk.add[0,1]> with 'context.location.chunk.add[0,1]'. 
[15:49:47] [pool-382205-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[0,1]> is invalid! 
[15:49:47] [pool-382205-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[0,1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[0,1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[0,1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[0,1]]> is invalid! 
[15:49:47] [pool-382216-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382215-thread-1/INFO]:  Filled tag <context.location.chunk.add[1,0]> with 'context.location.chunk.add[1,0]'. 
[15:49:47] [pool-382215-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[1,0]> is invalid! 
[15:49:47] [pool-382215-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,0]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,0]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,0]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,0]]> is invalid! 
[15:49:47] [pool-382226-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382225-thread-1/INFO]:  Filled tag <context.location.chunk.add[1,1]> with 'context.location.chunk.add[1,1]'. 
[15:49:47] [pool-382225-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[1,1]> is invalid! 
[15:49:47] [pool-382225-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,1]]> is invalid! 
[15:49:47] [pool-382236-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382235-thread-1/INFO]:  Filled tag <context.location.chunk.add[-1,0]> with 'context.location.chunk.add[-1,0]'. 
[15:49:47] [pool-382235-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[-1,0]> is invalid! 
[15:49:47] [pool-382235-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,0]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,0]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,0]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,0]]> is invalid! 
[15:49:47] [pool-382246-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382245-thread-1/INFO]:  Filled tag <context.location.chunk.add[0,-1]> with 'context.location.chunk.add[0,-1]'. 
[15:49:47] [pool-382245-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[0,-1]> is invalid! 
[15:49:47] [pool-382245-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[0,-1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[0,-1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[0,-1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[0,-1]]> is invalid! 
[15:49:47] [pool-382256-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382255-thread-1/INFO]:  Filled tag <context.location.chunk.add[-1,-1]> with 'context.location.chunk.add[-1,-1]'. 
[15:49:47] [pool-382255-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[-1,-1]> is invalid! 
[15:49:47] [pool-382255-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,-1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,-1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,-1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,-1]]> is invalid! 
[15:49:47] [pool-382266-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382265-thread-1/INFO]:  Filled tag <context.location.chunk.add[-1,1]> with 'context.location.chunk.add[-1,1]'. 
[15:49:47] [pool-382265-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[-1,1]> is invalid! 
[15:49:47] [pool-382265-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[-1,1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[-1,1]]> is invalid! 
[15:49:47] [pool-382276-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Invalid context ID 'location'! 
[15:49:47] [pool-382275-thread-1/INFO]:  Filled tag <context.location.chunk.add[1,-1]> with 'context.location.chunk.add[1,-1]'. 
[15:49:47] [pool-382275-thread-1/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <context.location.chunk.add[1,-1]> is invalid! 
[15:49:47] [pool-382275-thread-1/INFO]:  ERROR! YAML tag 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,-1]>]' has specified an invalid ID, or the specified id has already been closed. Tag replacement 
                   aborted. ID given: 'CARTHAGE_SEIGNEURIES_INDEX'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,-1]]> with 'yaml[carthage_seigneuries_index].contains[<context.location.chunk.add[1,-1]>]'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <yaml[carthage_seigneuries_index].contains[context.location.chunk.add[1,-1]]> is invalid! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "create" "id:cs_<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382285-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='CREATE'  value=''  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" 
                   "general.nom:<context.message.split[<&sp>].get[2].to_titlecase>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382287-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [pool-382289-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2].to_titlecase> with 'Test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='general.nom'  value='Test'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" 
                   "general.nom_config:cs_<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382291-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [pool-382293-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='general.nom_config'  value='cs_test'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "territoire.chunk_median:<pl.flag[fonder_cite].chunk>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382295-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [pool-382297-thread-1/INFO]:  Unfilled attributes '[chunk]' for tag <pl.flag[fonder_cite].chunk>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk> is invalid! 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='territoire.chunk_median'  value='null'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" 
                   "territoire.chunks:|:<pl.flag[fonder_cite].chunk>|<pl.flag[fonder_cite].chunk.add[0,1]>|<pl.flag[fonder_cite].chunk.add[1,0]>|<pl.flag[fonder_cite].chunk.add[1,1]>|<pl.flag[fonder_cite].chunk.add[-1,0]>|<pl.flag[fonder_cite].chunk.add[0,-1]>|<pl.flag[fonder_cite].chunk.add[-1,-1]>|<pl.flag[fonder_cite].chunk.add[-1,1]>|<pl.flag[fonder_cite].chunk.add[1,-1]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382300-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [pool-382302-thread-1/INFO]:  Unfilled attributes '[chunk]' for tag <pl.flag[fonder_cite].chunk>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk> is invalid! 
[15:49:47] [pool-382305-thread-1/INFO]:  Unfilled attributes '[chunk, add[0,1]]' for tag <pl.flag[fonder_cite].chunk.add[0,1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[0,1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[0,1]> is invalid! 
[15:49:47] [pool-382308-thread-1/INFO]:  Unfilled attributes '[chunk, add[1,0]]' for tag <pl.flag[fonder_cite].chunk.add[1,0]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[1,0]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[1,0]> is invalid! 
[15:49:47] [pool-382311-thread-1/INFO]:  Unfilled attributes '[chunk, add[1,1]]' for tag <pl.flag[fonder_cite].chunk.add[1,1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[1,1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[1,1]> is invalid! 
[15:49:47] [pool-382314-thread-1/INFO]:  Unfilled attributes '[chunk, add[-1,0]]' for tag <pl.flag[fonder_cite].chunk.add[-1,0]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[-1,0]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[-1,0]> is invalid! 
[15:49:47] [pool-382317-thread-1/INFO]:  Unfilled attributes '[chunk, add[0,-1]]' for tag <pl.flag[fonder_cite].chunk.add[0,-1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[0,-1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[0,-1]> is invalid! 
[15:49:47] [pool-382320-thread-1/INFO]:  Unfilled attributes '[chunk, add[-1,-1]]' for tag <pl.flag[fonder_cite].chunk.add[-1,-1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[-1,-1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[-1,-1]> is invalid! 
[15:49:47] [pool-382323-thread-1/INFO]:  Unfilled attributes '[chunk, add[-1,1]]' for tag <pl.flag[fonder_cite].chunk.add[-1,1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[-1,1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[-1,1]> is invalid! 
[15:49:47] [pool-382326-thread-1/INFO]:  Unfilled attributes '[chunk, add[1,-1]]' for tag <pl.flag[fonder_cite].chunk.add[1,-1]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.add[1,-1]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.add[1,-1]> is invalid! 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SPLIT'  key='territoire.chunks'  value='null|null|null|null|null|null|null|null|null'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "territoire.chunks_totaux:9" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382329-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='territoire.chunks_totaux'  value='9'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" 
                   "territoire.cuboid:cu@<pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]>|<pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382331-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [pool-382333-thread-1/INFO]:  Unfilled attributes '[chunk, cuboid, min, add[-16,0,-16], substring[3]]' for tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]> is invalid! 
[15:49:47] [pool-382336-thread-1/INFO]:  Unfilled attributes '[chunk, cuboid, max, add[16,0,16], substring[3]]' for tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]> is invalid! 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='territoire.cuboid'  value='cu@null|null'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "territoire.superficie:2304" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382339-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='territoire.superficie'  value='2304'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "savefile:/carthage/seigneuries/<context.message.split[<&sp>].get[2].to_titlecase>.yml" 
                   "id:cs_<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382341-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2].to_titlecase> with 'Test'. 
[15:49:47] [pool-382343-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SAVE'  filename='/carthage/seigneuries/Test.yml'  value=''  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: FOREACH "<yaml[cs_<context.message.split[<&sp>].get[2]>].read[territoire.chunks]>" "{" "-" "^yaml" 
                   "id:carthage_seigneuries_index" "set" "<def[value]>:<context.message.split[<&sp>].get[2].to_titlecase>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: FOREACH/p@MrMaleficus ---------+ 
[15:49:47] [pool-382346-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [pool-382345-thread-1/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <yaml[cs_test].read[territoire.chunks]> with 'li@null|null|null|null|null|null|null|null|null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Empty braces (internal)! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "savefile:/carthage/seigneuries_index.yml" "id:carthage_chunks_seigneuries_index" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='carthage_chunks_seigneuries_index'  action='SAVE'  filename='/carthage/seigneuries_index.yml'  value=''  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! Unknown YAML ID 'CARTHAGE_CHUNKS_SEIGNEURIES_INDEX' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "seigneur.pseudo:<pl.name>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382352-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.name> with 'MrMaleficus'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='seigneur.pseudo'  value='MrMaleficus'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "seigneur.uuid:<pl.uuid>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382355-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.uuid> with '7e76edc9-299d-4556-a485-5879015bebc2'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='seigneur.uuid'  value='7e76edc9-299d-4556-a485-5879015bebc2'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "general.level:1" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382358-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='general.level'  value='1'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "general.conseillers:1" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382360-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='general.conseillers'  value='1'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:cs_<context.message.split[<&sp>].get[2]>" "set" "general.banque:<pl.money.round>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382362-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.money.round> with '1'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SET'  yaml_action='SET_VALUE'  key='general.banque'  value='1'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: ADJUST "<player>" "money:0" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: ADJUST/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <player> with 'p@7e76edc9-299d-4556-a485-5879015bebc2'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'ADJUST': object='p@7e76edc9-299d-4556-a485-5879015bebc2'  mechanism='money'  mechanism_value='0' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "savefile:/carthage/seigneuries/<context.message.split[<&sp>].get[2].to_titlecase>.yml" 
                   "id:cs_<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382366-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2].to_titlecase> with 'Test'. 
[15:49:47] [pool-382368-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='cs_test'  action='SAVE'  filename='/carthage/seigneuries/Test.yml'  value=''  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: NOTE 
                   "cu@<pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]>|<pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]>" "as:cs_<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: NOTE/p@MrMaleficus ---------+ 
[15:49:47] [pool-382370-thread-1/INFO]:  Unfilled attributes '[chunk, cuboid, min, add[-16,0,-16], substring[3]]' for tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.cuboid.min.add[-16,0,-16].substring[3]> is invalid! 
[15:49:47] [pool-382373-thread-1/INFO]:  Unfilled attributes '[chunk, cuboid, max, add[16,0,16], substring[3]]' for tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]>! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]> with 'null'. 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].chunk.cuboid.max.add[16,0,16].substring[3]> is invalid! 
[15:49:47] [pool-382376-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'NOTE': object='cu@null|null'  id='cs_test'  remove='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! valueOf dCuboid returning null: cu@null|null 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: YAML "id:carthage_seigneuries_index" "set" "noms:->:<context.message.split[<&sp>].get[2]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: YAML/p@MrMaleficus ---------+ 
[15:49:47] [pool-382380-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[2]> with 'test'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'YAML': id='carthage_seigneuries_index'  action='SET'  yaml_action='INSERT'  key='noms'  value='test'  fix_formatting='false' 
[15:49:47] [Async Chat Thread - #4/INFO]:  ERROR! Unknown YAML ID 'CARTHAGE_SEIGNEURIES_INDEX' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: CREATE "player" "Bob" "<pl.location.add[15,20,15]>" "traits:builder" "save:bob" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: CREATE/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]:  ...remembering this script entry as 'bob'! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <pl.location.add[15,20,15]> with 'l@1570.0076797339739,84.0,3582.268794297662,15.149995,89.365845,world'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'CREATE': name='Bob'  entity_type='e@player'  spawn_location='l@1570.0076797339739,84.0,3582.268794297662,15.149995,89.365845,world'  traits='li@builder' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: WAIT "2t" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'  delay='d@0.1s' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Forcing queue CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring into a timed queue... 
[15:49:47] [Async Chat Thread - #4/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' in 108ms. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Starting TimedQueue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'... 
[15:49:47] [Async Chat Thread - #4/INFO]:  Event cancelled! 
[15:49:47] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'MORT_DU_JOUEUR' 
[15:49:47] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'MORT_DU_JOUEUR_LungCouncilHartford'... 
[15:49:47] [Async Chat Thread - #4/INFO]:  Queue 'MORT_DU_JOUEUR_LungCouncilHartford' Executing: NARRATE "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" 
[15:49:47] [Async Chat Thread - #4/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:49:47] [pool-382386-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:47] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'true'. 
[15:49:47] [Async Chat Thread - #4/INFO]: +> Executing 'NARRATE': Narrating='true'  Targets='[p@MrMaleficus]' 
[15:49:48] [Async Chat Thread - #4/INFO]:  Completing queue 'MORT_DU_JOUEUR_LungCouncilHartford' in 41ms. 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: EXECUTE "as_server" "builder <entry[bob].created_npc.id> load tour_lvl1" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]:  Filled tag <entry[bob].created_npc.id> with '3'. 
[15:49:48] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER'  command='builder 3 load tour_lvl1'  silent='false' 
[15:49:48] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@3|load|tour_lvl1, server=true, parsed_args=li@3|load|tour_lvl1, command=BUILDER, 
                   raw_args=3 load tour_lvl1}' 
[15:49:48] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:49:48] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_MineralPickupCement'... 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_MineralPickupCement' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votr... * snip! * 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:48] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:49:48] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_MineralPickupCement' in 0ms. 
[15:49:48] [Server thread/INFO]: Bob could not load plugins/worldedit/schematics/tour_lvl1.schematic File not found
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: WAIT "2t" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'  delay='d@0.1s' 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: EXECUTE "as_server" "builder <entry[bob].created_npc.id> origin 
                   <pl.flag[fonder_cite].x>,<pl.flag[fonder_cite].y>,<pl.flag[fonder_cite].z>" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]:  Filled tag <entry[bob].created_npc.id> with '3'. 
[15:49:48] [pool-382469-thread-1/INFO]:  Unfilled attributes '[x]' for tag <pl.flag[fonder_cite].x>! 
[15:49:48] [Server thread/INFO]:  Filled tag <pl.flag[fonder_cite].x> with 'null'. 
[15:49:48] [Server thread/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].x> is invalid! 
[15:49:48] [pool-382472-thread-1/INFO]:  Unfilled attributes '[y]' for tag <pl.flag[fonder_cite].y>! 
[15:49:48] [Server thread/INFO]:  Filled tag <pl.flag[fonder_cite].y> with 'null'. 
[15:49:48] [Server thread/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].y> is invalid! 
[15:49:48] [pool-382475-thread-1/INFO]:  Unfilled attributes '[z]' for tag <pl.flag[fonder_cite].z>! 
[15:49:48] [Server thread/INFO]:  Filled tag <pl.flag[fonder_cite].z> with 'null'. 
[15:49:48] [Server thread/INFO]:  ERROR in script 'CARTHAGE_FONDATION_CITE'! Tag <pl.flag[fonder_cite].z> is invalid! 
[15:49:48] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER'  command='builder 3 origin null,null,null'  silent='false' 
[15:49:48] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@3|origin|null,null,null, server=true, parsed_args=li@3|origin|null,null,null, 
                   command=BUILDER, raw_args=3 origin null,null,null}' 
[15:49:48] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:49:48] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_DrawnParticipatedNational'... 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_DrawnParticipatedNational' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" 
                   "-" "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous 
                   avez choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du no... * snip! * 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:48] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:49:48] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_DrawnParticipatedNational' in 0ms. 
[15:49:48] [Server thread/INFO]: Invalid Coordinates
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: WAIT "2t" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'  delay='d@0.1s' 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: EXECUTE "as_server" "builder <entry[bob].created_npc.id> timeout 0.333" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]:  Filled tag <entry[bob].created_npc.id> with '3'. 
[15:49:48] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER'  command='builder 3 timeout 0.333'  silent='false' 
[15:49:48] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@3|timeout|0.333, server=true, parsed_args=li@3|timeout|0.333, command=BUILDER, 
                   raw_args=3 timeout 0.333}' 
[15:49:48] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:49:48] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_RentalsAssociationsExamined'... 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_RentalsAssociationsExamined' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" 
                   "-" "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous 
                   avez choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du ... * snip! * 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:48] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:49:48] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_RentalsAssociationsExamined' in 0ms. 
[15:49:48] [Server thread/INFO]: Bob move timeout set to 0.333.
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: WAIT "2t" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'  delay='d@0.1s' 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: EXECUTE "as_server" "builder <entry[bob].created_npc.id> mark redstone" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]:  Filled tag <entry[bob].created_npc.id> with '3'. 
[15:49:48] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER'  command='builder 3 mark redstone'  silent='false' 
[15:49:48] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@3|mark|redstone, server=true, parsed_args=li@3|mark|redstone, command=BUILDER, 
                   raw_args=3 mark redstone}' 
[15:49:48] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:49:48] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_FeaturingValleyKy'... 
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_FeaturingValleyKy' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre ... * snip! * 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:48] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:49:48] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_FeaturingValleyKy' in 0ms. 
[15:49:48] [Server thread/INFO]: Bob can not mark with redstone.The specified item is not allowed. Using default.
[15:49:48] [Server thread/INFO]: Bob could not mark. Already building or no schematic loaded?.
[15:49:48] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: WAIT "1s" 
[15:49:48] [Server thread/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:49:48] [Server thread/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring'  delay='d@1.0s' 
[15:49:49] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: EXECUTE "as_server" "builder <entry[bob].created_npc.id> build" 
[15:49:49] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@MrMaleficus ---------+ 
[15:49:49] [Server thread/INFO]:  Filled tag <entry[bob].created_npc.id> with '3'. 
[15:49:49] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER'  command='builder 3 build'  silent='false' 
[15:49:49] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@3|build, server=true, parsed_args=li@3|build, command=BUILDER, raw_args=3 
                   build}' 
[15:49:49] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:49:49] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_PersonalsAmendDispatch'... 
[15:49:49] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_PersonalsAmendDispatch' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom v... * snip! * 
[15:49:49] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:49:49] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:49] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:49:49] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_PersonalsAmendDispatch' in 0ms. 
[15:49:49] [Server thread/INFO]: Bob could not build. Already building or no schematic loaded?.
[15:49:49] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<context.message.split[<&sp>].get[2].matches[^[a-z]+$].not>" "{" "-" "narrate" "format:carthage" "Le nom de 
                   votre cité ne doit contenir que des lettres minuscules." "-" "queue" "clear" "}" 
[15:49:49] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:49] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:49] [pool-382813-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:49:49] [Server thread/INFO]:  Filled tag <context.message.split[ ].get[2].matches[^[a-z]+$].not> with 'false'. 
[15:49:49] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message>" "==" "Annuler" "{" "-" "cast" "SLOW" "remove" "-" "flag" 
                   "player" "fonder_cite:!" "-" "narrate" "format:carthage" "Vous avez annulé la création d'une cité. Poser votre TownBlock pour choisir un emplacement." "}" 
[15:49:49] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:49:49] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:49:49] [Server thread/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:49:49] [Server thread/INFO]:  Filled tag <context.message> with 'Fonder test'. 
[15:49:49] [Server thread/INFO]:  Comparable='Element(Fonder test)', Operator='EQUALS', ComparedTo='Element(Annuler)' --> OUTCOME='false' 
[15:49:49] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_BackgroundsAcademicSpring' in 1644ms. 
[15:50:00] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@save, server=true, parsed_args=li@save, command=DENIZEN, raw_args=save}' 
[15:50:00] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:50:00] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_CitizensProsWhats'... 
[15:50:00] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CitizensProsWhats' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre ... * snip! * 
[15:50:00] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:50:00] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:00] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:50:00] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_CitizensProsWhats' in 0ms. 
[15:50:12] [Server thread/INFO]: MrMaleficus issued server command: /heal
[15:50:12] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  player=p@MrMaleficusContext='{args=li@, cuboids=li@cu@dregions_world_firhayn, server=false, 
                   parsed_args=li@, command=HEAL, raw_args=}' 
[15:50:12] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:50:12] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk'... 
[15:50:12] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre ... * snip! * 
[15:50:12] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:12] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:12] [Server thread/INFO]:  Filled tag <context.server.not> with 'true'. 
[15:50:12] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: IF "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" "narrate" "format:carthage" "Avant de 
                   taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez choisi l'emplacement 
                   <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cité<&e><&l>. Pour annuler, tapez <&... * snip! * 
[15:50:12] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:12] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:12] [Server thread/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:12] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: DETERMINE "passively" "cancelled" 
[15:50:12] [Server thread/INFO]: +- Executing dCommand: DETERMINE/p@MrMaleficus ---------+ 
[15:50:12] [Server thread/INFO]: +> Executing 'DETERMINE': outcome='cancelled'  passively='true' 
[15:50:12] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: NARRATE "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." 
[15:50:12] [Server thread/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:12] [Server thread/INFO]:  ERROR! Could not find format script matching 'carthage' 
[15:50:12] [Server thread/INFO]: +> Executing 'NARRATE': Narrating='Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité.'  Targets='[p@MrMaleficus]' 
[15:50:12] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: WAIT "3s" 
[15:50:12] [Server thread/INFO]: +- Executing dCommand: WAIT/p@MrMaleficus ---------+ 
[15:50:12] [Server thread/INFO]: +> Executing 'WAIT': queue='CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk'  delay='d@3.0s' 
[15:50:12] [Server thread/INFO]:  Forcing queue CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk into a timed queue... 
[15:50:12] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' in 3ms. 
[15:50:12] [Server thread/INFO]:  Starting TimedQueue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk'... 
[15:50:16] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: NARRATE "format:carthage" "<&e><&l>Vous avez choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. 
                   Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cité<&e><&l>. Pour annuler, tapez <&c><&l>Annuler<&e><&l>." 
[15:50:16] [Server thread/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:16] [Server thread/INFO]:  Filled tag <&e> with ''. 
[15:50:16] [Server thread/INFO]:  Filled tag <&l> with ''. 
[15:50:16] [Server thread/INFO]:  ERROR! Could not find format script matching 'carthage' 
[15:50:16] [Server thread/INFO]: +> Executing 'NARRATE': Narrating='Vous avez choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre 
                   cité<&e><&l>. Pour annuler, tapez <&c><&l>Annuler<&e><&l>.'  Targets='[p@MrMaleficus]' 
[15:50:16] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' Executing: NARRATE "format:carthage" "Fonder une cité est irréversible. Son emplacement doit être murement réfléchi car définitif. 
                   En fondant votre cité, vous certifiez avoir lu et compris toutes les régles qui régissent la création et la gestion des cités." 
[15:50:16] [Server thread/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:16] [Server thread/INFO]:  ERROR! Could not find format script matching 'carthage' 
[15:50:16] [Server thread/INFO]: +> Executing 'NARRATE': Narrating='Fonder une cité est irréversible. Son emplacement doit être murement réfléchi car définitif. En fondant votre cité, vous certifiez avoir lu et compris 
                   toutes les régles qui régissent la création et la gestion des cités.'  Targets='[p@MrMaleficus]' 
[15:50:16] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_CharactersDiDrunk' in 3042ms. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'CARTHAGE_CREATION_CITE_HANDLER' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise'... 
[15:50:27] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise' Executing: IF "<pl.has_flag[fonder_cite]>" "determine" "passively" "cancelled" 
[15:50:27] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:27] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='false' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise' Executing: DETERMINE "passively" "cancelled" 
[15:50:27] [Async Chat Thread - #4/INFO]: +- Executing dCommand: DETERMINE/p@MrMaleficus ---------+ 
[15:50:27] [Async Chat Thread - #4/INFO]: +> Executing 'DETERMINE': outcome='cancelled'  passively='true' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" "{" "-" "if" 
                   "<context.message.split[<&sp>].size.is[EQUALS].to[2].not>" "{" "-" "narrate" "format:carthage" "Vous devez taper le nom de votre cité en minuscule à coté de Fonder. Ex<&co> Fonder paris" "-" 
                   "queue" "clear" "}" "-" "if" "<context.message.split[<&sp>].get[2].matches[^[a-z]+$]>" "{" "-" "if" "<yaml[noms_interdits].read[noms... * snip! * 
[15:50:27] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:27] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:27] [pool-391591-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'false'. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message>" "==" "Annuler" "{" "-" "cast" "SLOW" "remove" "-" "flag" 
                   "player" "fonder_cite:!" "-" "narrate" "format:carthage" "Vous avez annulé la création d'une cité. Poser votre TownBlock pour choisir un emplacement." "}" 
[15:50:27] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:27] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <context.message> with 'Annoncer'. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Comparable='Element(Annoncer)', Operator='EQUALS', ComparedTo='Element(Annuler)' --> OUTCOME='false' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_FurnishingsFaxMerchandise' in 2ms. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Event cancelled! 
[15:50:27] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'MORT_DU_JOUEUR' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'MORT_DU_JOUEUR_CookieWtoAccurate'... 
[15:50:27] [Async Chat Thread - #4/INFO]:  Queue 'MORT_DU_JOUEUR_CookieWtoAccurate' Executing: NARRATE "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" 
[15:50:27] [Async Chat Thread - #4/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:27] [pool-391596-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:50:27] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'false'. 
[15:50:27] [Async Chat Thread - #4/INFO]: +> Executing 'NARRATE': Narrating='false'  Targets='[p@MrMaleficus]' 
[15:50:27] [Async Chat Thread - #4/INFO]:  Completing queue 'MORT_DU_JOUEUR_CookieWtoAccurate' in 47ms. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'CARTHAGE_CREATION_CITE_HANDLER' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware'... 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: IF "<pl.has_flag[fonder_cite]>" "determine" "passively" "cancelled" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='false' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: DETERMINE "passively" "cancelled" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: DETERMINE/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'DETERMINE': outcome='cancelled'  passively='true' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" "{" "-" "if" 
                   "<context.message.split[<&sp>].size.is[EQUALS].to[2].not>" "{" "-" "narrate" "format:carthage" "Vous devez taper le nom de votre cité en minuscule à coté de Fonder. Ex<&co> Fonder paris" "-" 
                   "queue" "clear" "}" "-" "if" "<context.message.split[<&sp>].get[2].matches[^[a-z]+$]>" "{" "-" "if" "<yaml[noms_interdits].read[noms_i... * snip! * 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:30] [pool-392325-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'false'. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: IF "<pl.has_flag[fonder_cite]>" "&&" "<context.message>" "==" "Annuler" "{" "-" "cast" "SLOW" "remove" "-" "flag" 
                   "player" "fonder_cite:!" "-" "narrate" "format:carthage" "Vous avez annulé la création d'une cité. Poser votre TownBlock pour choisir un emplacement." "}" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'true'. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <context.message> with 'Annuler'. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Comparable='Element(Annuler)', Operator='EQUALS', ComparedTo='Element(Annuler)' --> OUTCOME='true' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: CAST "SLOW" "remove" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: CAST/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'CAST': Target(s)='[p@7e76edc9-299d-4556-a485-5879015bebc2]'  Effect='SLOW'  Amplifier='1'  duration='d@60.0s'  ambient='true'  show_particles='true' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: FLAG "player" "fonder_cite:!" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: FLAG/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'FLAG': flag_name='FONDER_CITE'  Action/Value='DELETE(false)'  flag_target='p@MrMaleficus' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' Executing: NARRATE "format:carthage" "Vous avez annulé la création d'une cité. Poser votre TownBlock pour choisir un 
                   emplacement." 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:30] [Async Chat Thread - #4/INFO]:  ERROR! Could not find format script matching 'carthage' 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'NARRATE': Narrating='Vous avez annulé la création d'une cité. Poser votre TownBlock pour choisir un emplacement.'  Targets='[p@MrMaleficus]' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_ShipsAssociatedSoftware' in 50ms. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Event cancelled! 
[15:50:30] [Async Chat Thread - #4/INFO]:  Running script event 'Chat', event='player chats' for script 'MORT_DU_JOUEUR' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Starting InstantQueue 'MORT_DU_JOUEUR_MinecraftSubsidiariesAfford'... 
[15:50:30] [Async Chat Thread - #4/INFO]:  Queue 'MORT_DU_JOUEUR_MinecraftSubsidiariesAfford' Executing: NARRATE "<context.message.split[<&sp>].get[1].is[EQUALS].to[Fonder]>" 
[15:50:30] [Async Chat Thread - #4/INFO]: +- Executing dCommand: NARRATE/p@MrMaleficus ---------+ 
[15:50:30] [pool-392340-thread-1/INFO]:  Filled tag <&sp> with ' '. 
[15:50:30] [Async Chat Thread - #4/INFO]:  Filled tag <context.message.split[ ].get[1].is[EQUALS].to[Fonder]> with 'false'. 
[15:50:30] [Async Chat Thread - #4/INFO]: +> Executing 'NARRATE': Narrating='false'  Targets='[p@MrMaleficus]' 
[15:50:30] [Async Chat Thread - #4/INFO]:  Completing queue 'MORT_DU_JOUEUR_MinecraftSubsidiariesAfford' in 1ms. 
[15:50:35] [Server thread/INFO]:  Running script event 'PlayerRightClicksEntity', event='player right clicks npc' for script 'TEST' 
[15:50:35] [Server thread/INFO]:  Starting InstantQueue 'TEST_CampCancelDisclaimers'... 
[15:50:35] [Server thread/INFO]:  Queue 'TEST_CampCancelDisclaimers' Executing: IF "<context.entity.npc.has_flag[mount]>" "{" "-" "if" "<context.entity.npc.has_flag[mount_<pl.uuid>].not>" "{" "-" "determine" "passively" 
                   "cancelled" "-" "narrate" "format:indication" "<&c>Cette monture ne vous appartient pas." "}" "}" 
[15:50:35] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:35] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:35] [pool-393556-thread-1/INFO]:  Unfilled attributes '[npc, has_flag[mount]]' for tag <context.entity.npc.has_flag[mount]>! 
[15:50:35] [Server thread/INFO]:  Filled tag <context.entity.npc.has_flag[mount]> with 'false'. 
[15:50:35] [Server thread/INFO]:  Completing queue 'TEST_CampCancelDisclaimers' in 0ms. 
[15:50:39] [Server thread/INFO]: MrMaleficus issued server command: /npc remove
[15:50:39] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  player=p@MrMaleficusContext='{args=li@remove, cuboids=li@cu@dregions_world_firhayn, server=false, 
                   parsed_args=li@remove, command=NPC, raw_args=remove}' 
[15:50:39] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:50:39] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_DoingYuRefinance'... 
[15:50:39] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_DoingYuRefinance' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre c... * snip! * 
[15:50:39] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:39] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:39] [Server thread/INFO]:  Filled tag <context.server.not> with 'true'. 
[15:50:39] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_DoingYuRefinance' Executing: IF "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" "narrate" "format:carthage" "Avant de 
                   taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez choisi l'emplacement 
                   <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cité<&e><&l>. Pour annuler, tapez <&c... * snip! * 
[15:50:39] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:39] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:39] [Server thread/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'false'. 
[15:50:39] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_DoingYuRefinance' in 0ms. 
[15:50:42] [Server thread/INFO]: MrMaleficus issued server command: /npc sel
[15:50:42] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  player=p@MrMaleficusContext='{args=li@sel, cuboids=li@cu@dregions_world_firhayn, server=false, 
                   parsed_args=li@sel, command=NPC, raw_args=sel}' 
[15:50:42] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:50:42] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_AnnualCatalogueSeven'... 
[15:50:42] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_AnnualCatalogueSeven' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom vot... * snip! * 
[15:50:42] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:42] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:42] [Server thread/INFO]:  Filled tag <context.server.not> with 'true'. 
[15:50:42] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_AnnualCatalogueSeven' Executing: IF "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" "narrate" "format:carthage" "Avant de 
                   taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez choisi l'emplacement 
                   <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cité<&e><&l>. Pour annuler, tapez... * snip! * 
[15:50:42] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:42] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:42] [Server thread/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'false'. 
[15:50:42] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_AnnualCatalogueSeven' in 0ms. 
[15:50:44] [Server thread/INFO]: MrMaleficus issued server command: /npc remove
[15:50:44] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  player=p@MrMaleficusContext='{args=li@remove, cuboids=li@cu@dregions_world_firhayn, server=false, 
                   parsed_args=li@remove, command=NPC, raw_args=remove}' 
[15:50:44] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:50:44] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_CdsFormulaInform'... 
[15:50:44] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CdsFormulaInform' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre c... * snip! * 
[15:50:44] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:44] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:44] [Server thread/INFO]:  Filled tag <context.server.not> with 'true'. 
[15:50:44] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_CdsFormulaInform' Executing: IF "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" "narrate" "format:carthage" "Avant de 
                   taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez choisi l'emplacement 
                   <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cité<&e><&l>. Pour annuler, tapez <&c... * snip! * 
[15:50:44] [Server thread/INFO]: +- Executing dCommand: IF/p@MrMaleficus ---------+ 
[15:50:44] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:50:44] [Server thread/INFO]:  Filled tag <pl.has_flag[fonder_cite]> with 'false'. 
[15:50:44] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_CdsFormulaInform' in 0ms. 
[15:51:00] [Server thread/INFO]: +> Executing 'Event': Type='on command'  Container='CARTHAGE_CREATION_CITE_HANDLER(WORLD)'  Context='{args=li@save, server=true, parsed_args=li@save, command=DENIZEN, raw_args=save}' 
[15:51:00] [Server thread/INFO]: +- Building event 'ON COMMAND' for CARTHAGE_CREATION_CITE_HANDLER ---------+ 
[15:51:00] [Server thread/INFO]:  Starting InstantQueue 'CARTHAGE_CREATION_CITE_HANDLER_ClintonEndSmtp'... 
[15:51:00] [Server thread/INFO]:  Queue 'CARTHAGE_CREATION_CITE_HANDLER_ClintonEndSmtp' Executing: IF "<context.server.not>" "{" "-" "if" "<pl.has_flag[fonder_cite]>" "{" "-" "determine" "passively" "cancelled" "-" 
                   "narrate" "format:carthage" "Avant de taper une commaune, veuillez d'abord confirmer ou non votre choix de créer une cité." "-" "wait" "3s" "-" "narrate" "format:carthage" "<&e><&l>Vous avez 
                   choisi l'emplacement <<pl.flag[fonder_cite].simple> pour fonder votre cité. Pour confirmer, tapez <&a><&l>Fonder<&n> suivi du nom votre cit... * snip! * 
[15:51:00] [Server thread/INFO]: +- Executing dCommand: IF ---------+ 
[15:51:00] [Server thread/INFO]: +> Executing 'IF': use_braces='true' 
[15:51:00] [Server thread/INFO]:  Filled tag <context.server.not> with 'false'. 
[15:51:00] [Server thread/INFO]:  Completing queue 'CARTHAGE_CREATION_CITE_HANDLER_ClintonEndSmtp' in 0ms.