1
# MinecraftWrapped GUI Configuration
2
# All text supports MiniMessage formatting
3
4
# GUI Mode: "custom" or "paginated"
5
# - custom: Large GUI with multiple stats per page, fully customizable layout
6
# - paginated: Small GUI with one stat per page, auto-paginated
7
mode: "paginated"
8
9
# ============================================
10
# CUSTOM MODE CONFIGURATION
11
# ============================================
12
custom-mode:
13
# Total number of pages
14
total-pages: 4
15
16
# Page Configurations
17
pages:
18
# Page 1 - Combat Stats
19
1:
20
size: 54
21
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 1/4</gray>"
22
23
items:
24
mob_kills:
25
slot: 13
26
material: DIAMOND_SWORD
27
stat-type: "total_mob_kills"
28
name: "<rainbow><bold>Total Mob Kills</bold></rainbow>"
29
lore:
30
- ""
31
- "<gray>You sent <gold>{total_mob_kills}</gold> mobs to the respawn screen.</gray>"
32
- ""
33
- "<yellow>Absolutely mob-ster behavior.</yellow>"
34
- ""
35
36
top_mob:
37
slot: 21
38
material: ZOMBIE_HEAD
39
stat-type: "top_mob_kill"
40
name: "<rainbow><bold>Your Favorite Target</bold></rainbow>"
41
lore:
42
- ""
43
- "<gray>Your favorite victim:</gray> <gold>{top_mob_type}</gold>"
44
- "<gray>Kills:</gray> <gold>{top_mob_kills}</gold>"
45
- ""
46
- "<yellow>Rent free in your sword.</yellow>"
47
- ""
48
49
creeper_kills:
50
slot: 23
51
material: CREEPER_HEAD
52
stat-type: "specific_mob_kill"
53
specific-type: "CREEPER"
54
name: "<rainbow><bold>Creeper Kills</bold></rainbow>"
55
lore:
56
- ""
57
- "<gray>You eliminated <gold>{specific_amount}</gold> creepers.</gray>"
58
- ""
59
- "<yellow>Saving builds, one creeper at a time.</yellow>"
60
- ""
61
62
# Page 2 - Mining Stats
63
2:
64
size: 54
65
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 2/4</gray>"
66
67
items:
68
blocks_mined:
69
slot: 13
70
material: DIAMOND_PICKAXE
71
stat-type: "total_blocks_mined"
72
name: "<rainbow><bold>Total Blocks Mined</bold></rainbow>"
73
lore:
74
- ""
75
- "<gray>You mined <gold>{total_blocks_mined}</gold> blocks.</gray>"
76
- ""
77
- "<yellow>Your pickaxe is working overtime!</yellow>"
78
- ""
79
80
top_mined:
81
slot: 21
82
material: STONE
83
stat-type: "top_block_mined"
84
name: "<rainbow><bold>Most Mined Block</bold></rainbow>"
85
lore:
86
- ""
87
- "<gray>Your mining victim:</gray> <gold>{top_block_mined_type}</gold>"
88
- "<gray>Total mined:</gray> <gold>{top_block_mined_amount}</gold>"
89
- ""
90
- "<yellow>RIP blocks. You owned them.</yellow>"
91
- ""
92
93
diamond_mined:
94
slot: 23
95
material: DIAMOND_ORE
96
stat-type: "specific_block_mined"
97
specific-type: "DIAMOND_ORE"
98
name: "<rainbow><bold>Diamond Ore Mined</bold></rainbow>"
99
lore:
100
- ""
101
- "<gray>You found <gold>{specific_amount}</gold> diamonds.</gray>"
102
- ""
103
- "<yellow>Lucky miner!</yellow>"
104
- ""
105
106
# Page 3 - Building & Social Stats
107
3:
108
size: 54
109
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 3/4</gray>"
110
111
items:
112
blocks_placed:
113
slot: 11
114
material: GRASS_BLOCK
115
stat-type: "total_blocks_placed"
116
name: "<rainbow><bold>Total Blocks Placed</bold></rainbow>"
117
lore:
118
- ""
119
- "<gray>You placed <gold>{total_blocks_placed}</gold> blocks.</gray>"
120
- ""
121
- "<yellow>Building your empire!</yellow>"
122
- ""
123
124
top_placed:
125
slot: 15
126
material: OAK_PLANKS
127
stat-type: "top_block_placed"
128
name: "<rainbow><bold>Most Placed Block</bold></rainbow>"
129
lore:
130
- ""
131
- "<gray>Block of choice:</gray> <gold>{top_block_placed_type}</gold>"
132
- "<gray>Placed:</gray> <gold>{top_block_placed_amount}</gold>"
133
- ""
134
- "<yellow>Your building signature!</yellow>"
135
- ""
136
137
chat_messages:
138
slot: 29
139
material: WRITABLE_BOOK
140
stat-type: "chat_messages_sent"
141
name: "<rainbow><bold>Chat Messages</bold></rainbow>"
142
lore:
143
- ""
144
- "<gray>You sent <gold>{chat_messages}</gold> messages.</gray>"
145
- ""
146
- "<yellow>Quite the conversationalist!</yellow>"
147
- ""
148
149
top_messaged:
150
slot: 33
151
material: PLAYER_HEAD
152
stat-type: "top_messaged_player"
153
name: "<rainbow><bold>Most Messaged Player</bold></rainbow>"
154
lore:
155
- ""
156
- "<gray>Player:</gray> <gold>{top_messaged_player}</gold>"
157
- "<gray>Messages:</gray> <gold>{top_messaged_count}</gold>"
158
- ""
159
- "<yellow>Your closest chat buddy!</yellow>"
160
- ""
161
162
# Page 4 - Miscellaneous Stats
163
4:
164
size: 54
165
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 4/4</gray>"
166
167
items:
168
totem_uses:
169
slot: 11
170
material: TOTEM_OF_UNDYING
171
stat-type: "totem_uses"
172
name: "<rainbow><bold>Totems Used</bold></rainbow>"
173
lore:
174
- ""
175
- "<gray>You cheated death <gold>{totem_uses}</gold> times.</gray>"
176
- ""
177
- "<yellow>Plot armor engaged.</yellow>"
178
- ""
179
180
mobs_breeded:
181
slot: 13
182
material: WHEAT
183
stat-type: "mobs_breeded"
184
name: "<rainbow><bold>Total Mobs Bred</bold></rainbow>"
185
lore:
186
- ""
187
- "<gray>You bred <gold>{total_mobs_breeded}</gold> mobs.</gray>"
188
- ""
189
- "<yellow>Love is in the air.</yellow>"
190
- ""
191
192
top_breeded:
193
slot: 15
194
material: EGG
195
stat-type: "top_mob_breeded"
196
name: "<rainbow><bold>Most Bred Mob</bold></rainbow>"
197
lore:
198
- ""
199
- "<gray>Most romantic mob:</gray> <gold>{top_mob_breeded_type}</gold>"
200
- "<gray>Bred:</gray> <gold>{top_mob_breeded_amount}</gold>"
201
- ""
202
- "<yellow>Population boom.</yellow>"
203
- ""
204
205
times_crouched:
206
slot: 29
207
material: LEATHER_BOOTS
208
stat-type: "times_crouched"
209
name: "<rainbow><bold>Times Crouched</bold></rainbow>"
210
lore:
211
- ""
212
- "<gray>You crouched <gold>{times_crouched}</gold> times.</gray>"
213
- ""
214
- "<yellow>Sneak level: unmatched.</yellow>"
215
- ""
216
217
times_swam:
218
slot: 31
219
material: WATER_BUCKET
220
stat-type: "times_swam"
221
name: "<rainbow><bold>Times Swam</bold></rainbow>"
222
lore:
223
- ""
224
- "<gray>You went for a swim <gold>{times_swam}</gold> times.</gray>"
225
- ""
226
- "<yellow>Part fish?</yellow>"
227
- ""
228
229
meters_ran:
230
slot: 33
231
material: GOLDEN_BOOTS
232
stat-type: "meters_ran"
233
name: "<rainbow><bold>Distance Ran</bold></rainbow>"
234
lore:
235
- ""
236
- "<gray>You ran <gold>{meters_ran}</gold> blocks.</gray>"
237
- ""
238
- "<yellow>Marathon runner!</yellow>"
239
- ""
240
241
meters_swam:
242
slot: 40
243
material: TURTLE_HELMET
244
stat-type: "meters_swam"
245
name: "<rainbow><bold>Distance Swam</bold></rainbow>"
246
lore:
247
- ""
248
- "<gray>You swam <gold>{meters_swam}</gold> blocks.</gray>"
249
- ""
250
- "<yellow>Just keep swimming!</yellow>"
251
- ""
252
253
254
# Navigation buttons for custom mode
255
navigation:
256
previous:
257
slot: 45
258
material: ARROW
259
name: "<yellow><bold>← Previous Page</bold></yellow>"
260
lore:
261
- ""
262
- "<gray>Click to go back</gray>"
263
264
next:
265
slot: 53
266
material: ARROW
267
name: "<yellow><bold>Next Page →</bold></yellow>"
268
lore:
269
- ""
270
- "<gray>Click to continue</gray>"
271
272
close:
273
slot: 49
274
material: BARRIER
275
name: "<red><bold>Close</bold></red>"
276
lore:
277
- ""
278
- "<gray>Click to close</gray>"
279
280
# ============================================
281
# PAGINATED MODE CONFIGURATION
282
# ============================================
283
paginated-mode:
284
size: 45
285
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>({current}/{total})</gray>"
286
stat-slot: 13
287
288
stats:
289
# Don't want to include a statistic? Just remove it from the list and it wont be displayed!
290
total_mob_kills:
291
material: DIAMOND_SWORD
292
stat-type: "total_mob_kills"
293
name: "<rainbow><bold>Total Mob Kills</bold></rainbow>"
294
lore:
295
- ""
296
- "<gray>You sent <gold>{total_mob_kills}</gold> mobs to the respawn screen.</gray>"
297
- ""
298
- "<yellow>Absolutely mob-ster behavior.</yellow>"
299
- ""
300
301
302
top_mob_kill:
303
material: ZOMBIE_HEAD
304
stat-type: "top_mob_kill"
305
name: "<rainbow><bold>Your Favorite Target</bold></rainbow>"
306
lore:
307
- ""
308
- "<gray>Your favorite victim:</gray> <gold>{top_mob_type}</gold>"
309
- "<gray>Kills:</gray> <gold>{top_mob_kills}</gold>"
310
- ""
311
- "<yellow>Rent free in your sword.</yellow>"
312
- ""
313
314
total_blocks_mined:
315
material: DIAMOND_PICKAXE
316
stat-type: "total_blocks_mined"
317
name: "<rainbow><bold>Total Blocks Mined</bold></rainbow>"
318
lore:
319
- ""
320
- "<gray>You mined <gold>{total_blocks_mined}</gold> blocks.</gray>"
321
- ""
322
- "<yellow>OSHA would like a word.</yellow>"
323
- ""
324
325
top_block_mined:
326
material: STONE
327
stat-type: "top_block_mined"
328
name: "<rainbow><bold>Most Mined Block</bold></rainbow>"
329
lore:
330
- ""
331
- "<gray>Your mining victim:</gray> <gold>{top_block_mined_type}</gold>"
332
- "<gray>Total mined:</gray> <gold>{top_block_mined_amount}</gold>"
333
- ""
334
- "<yellow>RIP blocks. You owned them.</yellow>"
335
- ""
336
337
total_blocks_placed:
338
material: GRASS_BLOCK
339
stat-type: "total_blocks_placed"
340
name: "<rainbow><bold>Total Blocks Placed</bold></rainbow>"
341
lore:
342
- ""
343
- "<gray>You placed <gold>{total_blocks_placed}</gold> blocks.</gray>"
344
- ""
345
- "<yellow>Architect arc unlocked.</yellow>"
346
- ""
347
348
top_block_placed:
349
material: OAK_PLANKS
350
stat-type: "top_block_placed"
351
name: "<rainbow><bold>Most Placed Block</bold></rainbow>"
352
lore:
353
- ""
354
- "<gray>Block of choice:</gray> <gold>{top_block_placed_type}</gold>"
355
- "<gray>Placed:</gray> <gold>{top_block_placed_amount}</gold>"
356
- ""
357
- "<yellow>You had a vision.</yellow>"
358
- ""
359
360
chat_messages:
361
material: WRITABLE_BOOK
362
stat-type: "chat_messages_sent"
363
name: "<rainbow><bold>Chat Messages</bold></rainbow>"
364
lore:
365
- ""
366
- "<gray>You sent <gold>{chat_messages}</gold> messages.</gray>"
367
- ""
368
- "<yellow>Yapper certified.</yellow>"
369
- ""
370
371
top_messaged_player:
372
material: PLAYER_HEAD
373
stat-type: "top_messaged_player"
374
name: "<rainbow><bold>Most Messaged Player</bold></rainbow>"
375
lore:
376
- ""
377
- "<gray>Spam recipient:</gray> <gold>{top_messaged_player}</gold>"
378
- "<gray>Messages:</gray> <gold>{top_messaged_count}</gold>"
379
- ""
380
- "<yellow>Basically besties.</yellow>"
381
- ""
382
383
totem_uses:
384
material: TOTEM_OF_UNDYING
385
stat-type: "totem_uses"
386
name: "<rainbow><bold>Totems Used</bold></rainbow>"
387
lore:
388
- ""
389
- "<gray>You cheated death <gold>{totem_uses}</gold> times.</gray>"
390
- ""
391
- "<yellow>Plot armor engaged.</yellow>"
392
- ""
393
394
mobs_breeded:
395
material: WHEAT
396
stat-type: "mobs_breeded"
397
name: "<rainbow><bold>Total Mobs Breeded</bold></rainbow>"
398
lore:
399
- ""
400
- "<gray>You bred <gold>{total_mobs_breeded}</gold> mobs.</gray>"
401
- ""
402
- "<yellow>Love is in the air.</yellow>"
403
- ""
404
405
top_mob_breeded:
406
material: EGG
407
stat-type: "top_mob_breeded"
408
name: "<rainbow><bold>Most Breeded Mob</bold></rainbow>"
409
lore:
410
- ""
411
- "<gray>Most romantic mob:</gray> <gold>{top_mob_breeded_type}</gold>"
412
- "<gray>Bred:</gray> <gold>{top_mob_breeded_amount}</gold>"
413
- ""
414
- "<yellow>Population boom.</yellow>"
415
- ""
416
417
times_crouched:
418
material: LEATHER_BOOTS
419
stat-type: "times_crouched"
420
name: "<rainbow><bold>Times Crouched</bold></rainbow>"
421
lore:
422
- ""
423
- "<gray>You crouched <gold>{times_crouched}</gold> times.</gray>"
424
- ""
425
- "<yellow>Sneak level: unmatched.</yellow>"
426
- ""
427
428
times_swam:
429
material: WATER_BUCKET
430
stat-type: "times_swam"
431
name: "<rainbow><bold>Times Swam</bold></rainbow>"
432
lore:
433
- ""
434
- "<gray>You swam <gold>{times_swam}</gold> times.</gray>"
435
- ""
436
- "<yellow>Part fish?</yellow>"
437
- ""
438
439
meters_ran:
440
material: GOLDEN_BOOTS
441
stat-type: "meters_ran"
442
name: "<rainbow><bold>Distance Ran</bold></rainbow>"
443
lore:
444
- ""
445
- "<gray>You ran <gold>{meters_ran}</gold> blocks.</gray>"
446
- ""
447
- "<yellow>Cardio carried.</yellow>"
448
- ""
449
450
meters_swam:
451
material: TURTLE_HELMET
452
stat-type: "meters_swam"
453
name: "<rainbow><bold>Distance Swam</bold></rainbow>"
454
lore:
455
- ""
456
- "<gray>You swam <gold>{meters_swam}</gold> blocks.</gray>"
457
- ""
458
- "<yellow>Michael Phelps arc.</yellow>"
459
- ""
460
461
total_items_picked_up:
462
material: HOPPER
463
stat-type: "total_items_picked_up"
464
name: "<rainbow><bold>Items Picked Up</bold></rainbow>"
465
lore:
466
- ""
467
- "<gray>You picked up <gold>{total_items_picked_up}</gold> items.</gray>"
468
- ""
469
- "<yellow>Vacuum cleaner.</yellow>"
470
- ""
471
472
top_item_picked_up:
473
material: CHEST
474
stat-type: "top_item_picked_up"
475
name: "<rainbow><bold>Most Picked Up Item</bold></rainbow>"
476
lore:
477
- ""
478
- "<gray>Item:</gray> <gold>{top_item_picked_up_type}</gold>"
479
- "<gray>Amount:</gray> <gold>{top_item_picked_up_amount}</gold>"
480
- ""
481
- "<yellow>Inventory clutter.</yellow>"
482
- ""
483
484
total_items_dropped:
485
material: DROPPER
486
stat-type: "total_items_dropped"
487
name: "<rainbow><bold>Items Dropped</bold></rainbow>"
488
lore:
489
- ""
490
- "<gray>You dropped <gold>{total_items_dropped}</gold> items.</gray>"
491
- ""
492
- "<yellow>Litterbug.</yellow>"
493
- ""
494
495
top_item_dropped:
496
material: BUCKET
497
stat-type: "top_item_dropped"
498
name: "<rainbow><bold>Most Dropped Item</bold></rainbow>"
499
lore:
500
- ""
501
- "<gray>Item:</gray> <gold>{top_item_dropped_type}</gold>"
502
- "<gray>Amount:</gray> <gold>{top_item_dropped_amount}</gold>"
503
- ""
504
- "<yellow>Get rid of it!</yellow>"
505
- ""
506
507
total_items_crafted:
508
material: CRAFTING_TABLE
509
stat-type: "total_items_crafted"
510
name: "<rainbow><bold>Items Crafted</bold></rainbow>"
511
lore:
512
- ""
513
- "<gray>You crafted <gold>{total_items_crafted}</gold> items.</gray>"
514
- ""
515
- "<yellow>Handy man.</yellow>"
516
- ""
517
518
top_item_crafted:
519
material: STICK
520
stat-type: "top_item_crafted"
521
name: "<rainbow><bold>Most Crafted Item</bold></rainbow>"
522
lore:
523
- ""
524
- "<gray>Item:</gray> <gold>{top_item_crafted_type}</gold>"
525
- "<gray>Amount:</gray> <gold>{top_item_crafted_amount}</gold>"
526
- ""
527
- "<yellow>Recipe memorized.</yellow>"
528
- ""
529
530
total_mobs_tamed:
531
material: BONE
532
stat-type: "total_mobs_tamed"
533
name: "<rainbow><bold>Mobs Tamed</bold></rainbow>"
534
lore:
535
- ""
536
- "<gray>You tamed <gold>{total_mobs_tamed}</gold> mobs.</gray>"
537
- ""
538
- "<yellow>Animal whisperer.</yellow>"
539
- ""
540
541
top_mob_tamed:
542
material: WOLF_SPAWN_EGG
543
stat-type: "top_mob_tamed"
544
name: "<rainbow><bold>Most Tamed Mob</bold></rainbow>"
545
lore:
546
- ""
547
- "<gray>Mob:</gray> <gold>{top_mob_tamed_type}</gold>"
548
- "<gray>Amount:</gray> <gold>{top_mob_tamed_amount}</gold>"
549
- ""
550
- "<yellow>New best friends.</yellow>"
551
- ""
552
553
damage_dealt:
554
material: IRON_SWORD
555
stat-type: "damage_dealt"
556
name: "<rainbow><bold>Damage Dealt</bold></rainbow>"
557
lore:
558
- ""
559
- "<gray>You dealt <gold>{damage_dealt}</gold> damage.</gray>"
560
- ""
561
- "<yellow>That's a lot of damage!</yellow>"
562
- ""
563
564
damage_taken:
565
material: GOLDEN_APPLE
566
stat-type: "damage_taken"
567
name: "<rainbow><bold>Damage Taken</bold></rainbow>"
568
lore:
569
- ""
570
- "<gray>You took <gold>{damage_taken}</gold> damage.</gray>"
571
- ""
572
- "<yellow>Ouch.</yellow>"
573
- ""
574
575
players_killed:
576
material: SKELETON_SKULL
577
stat-type: "players_killed"
578
name: "<rainbow><bold>Players Killed</bold></rainbow>"
579
lore:
580
- ""
581
- "<gray>You killed <gold>{players_killed}</gold> players.</gray>"
582
- ""
583
- "<yellow>Menace to society.</yellow>"
584
- ""
585
586
deaths:
587
material: TOTEM_OF_UNDYING
588
stat-type: "deaths"
589
name: "<rainbow><bold>Total Deaths</bold></rainbow>"
590
lore:
591
- ""
592
- "<gray>You died <gold>{deaths}</gold> times.</gray>"
593
- ""
594
- "<yellow>Press F to pay respects.</yellow>"
595
- ""
596
597
# Navigation buttons for paginated mode
598
navigation:
599
previous:
600
slot: 10
601
material: ARROW
602
name: "<yellow><bold>← Previous Stat</bold></yellow>"
603
lore:
604
- ""
605
- "<gray>Click to go back</gray>"
606
607
next:
608
slot: 16
609
material: ARROW
610
name: "<yellow><bold>Next Stat →</bold></yellow>"
611
lore:
612
- ""
613
- "<gray>Click to continue</gray>"
614
615
close:
616
slot: 40
617
material: BARRIER
618
name: "<red><bold>Close</bold></red>"
619
lore:
620
- ""
621
- "<gray>Click to close</gray>"
622
623
# ============================================
624
# AVAILABLE PLACEHOLDERS
625
# ============================================
626
# General:
627
# {player} - Player name
628
# {total_mob_kills} - Total mobs killed
629
# {total_blocks_mined} - Total blocks mined
630
# {total_blocks_placed} - Total blocks placed
631
# {chat_messages} - Total chat messages sent
632
#
633
# Top Stats:
634
# {top_mob_type} - Name of most killed mob
635
# {top_mob_kills} - Amount of most killed mob
636
# {top_block_mined_type} - Name of most mined block
637
# {top_block_mined_amount} - Amount of most mined block
638
# {top_block_placed_type} - Name of most placed block
639
# {top_block_placed_amount} - Amount of most placed block
640
# {top_messaged_player} - Player you messaged most (name)
641
# {top_messaged_count} - Number of messages to that player
642
#
643
# Specific Stats (when using specific-type):
644
# {specific_type} - The specific type (formatted nicely)
645
# {specific_amount} - The amount for that specific type
646
#
647
# GUI Placeholders:
648
# {page} - Current page number
649
# {total_pages} - Total number of pages
650
# {current} - Current stat index
651
# {total} - Total number of stats
652
# MinecraftWrapped GUI Configuration
653
# All text supports MiniMessage formatting
654
655
# GUI Mode: "custom" or "paginated"
656
# - custom: Large GUI with multiple stats per page, fully customizable layout
657
# - paginated: Small GUI with one stat per page, auto-paginated
658
mode: "paginated"
659
660
# ============================================
661
# CUSTOM MODE CONFIGURATION
662
# ============================================
663
custom-mode:
664
# Total number of pages
665
total-pages: 4
666
667
# Page Configurations
668
pages:
669
# Page 1 - Combat Stats
670
1:
671
size: 54
672
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 1/4</gray>"
673
674
items:
675
mob_kills:
676
slot: 13
677
material: DIAMOND_SWORD
678
stat-type: "total_mob_kills"
679
name: "<rainbow><bold>Total Mob Kills</bold></rainbow>"
680
lore:
681
- ""
682
- "<gray>You sent <gold>{total_mob_kills}</gold> mobs to the respawn screen.</gray>"
683
- ""
684
- "<yellow>Absolutely mob-ster behavior.</yellow>"
685
- ""
686
687
top_mob:
688
slot: 21
689
material: ZOMBIE_HEAD
690
stat-type: "top_mob_kill"
691
name: "<rainbow><bold>Your Favorite Target</bold></rainbow>"
692
lore:
693
- ""
694
- "<gray>Your favorite victim:</gray> <gold>{top_mob_type}</gold>"
695
- "<gray>Kills:</gray> <gold>{top_mob_kills}</gold>"
696
- ""
697
- "<yellow>Rent free in your sword.</yellow>"
698
- ""
699
700
creeper_kills:
701
slot: 23
702
material: CREEPER_HEAD
703
stat-type: "specific_mob_kill"
704
specific-type: "CREEPER"
705
name: "<rainbow><bold>Creeper Kills</bold></rainbow>"
706
lore:
707
- ""
708
- "<gray>You eliminated <gold>{specific_amount}</gold> creepers.</gray>"
709
- ""
710
- "<yellow>Saving builds, one creeper at a time.</yellow>"
711
- ""
712
713
# Page 2 - Mining Stats
714
2:
715
size: 54
716
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 2/4</gray>"
717
718
items:
719
blocks_mined:
720
slot: 13
721
material: DIAMOND_PICKAXE
722
stat-type: "total_blocks_mined"
723
name: "<rainbow><bold>Total Blocks Mined</bold></rainbow>"
724
lore:
725
- ""
726
- "<gray>You mined <gold>{total_blocks_mined}</gold> blocks.</gray>"
727
- ""
728
- "<yellow>Your pickaxe is working overtime!</yellow>"
729
- ""
730
731
top_mined:
732
slot: 21
733
material: STONE
734
stat-type: "top_block_mined"
735
name: "<rainbow><bold>Most Mined Block</bold></rainbow>"
736
lore:
737
- ""
738
- "<gray>Your mining victim:</gray> <gold>{top_block_mined_type}</gold>"
739
- "<gray>Total mined:</gray> <gold>{top_block_mined_amount}</gold>"
740
- ""
741
- "<yellow>RIP blocks. You owned them.</yellow>"
742
- ""
743
744
diamond_mined:
745
slot: 23
746
material: DIAMOND_ORE
747
stat-type: "specific_block_mined"
748
specific-type: "DIAMOND_ORE"
749
name: "<rainbow><bold>Diamond Ore Mined</bold></rainbow>"
750
lore:
751
- ""
752
- "<gray>You found <gold>{specific_amount}</gold> diamonds.</gray>"
753
- ""
754
- "<yellow>Lucky miner!</yellow>"
755
- ""
756
757
# Page 3 - Building & Social Stats
758
3:
759
size: 54
760
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 3/4</gray>"
761
762
items:
763
blocks_placed:
764
slot: 11
765
material: GRASS_BLOCK
766
stat-type: "total_blocks_placed"
767
name: "<rainbow><bold>Total Blocks Placed</bold></rainbow>"
768
lore:
769
- ""
770
- "<gray>You placed <gold>{total_blocks_placed}</gold> blocks.</gray>"
771
- ""
772
- "<yellow>Building your empire!</yellow>"
773
- ""
774
775
top_placed:
776
slot: 15
777
material: OAK_PLANKS
778
stat-type: "top_block_placed"
779
name: "<rainbow><bold>Most Placed Block</bold></rainbow>"
780
lore:
781
- ""
782
- "<gray>Block of choice:</gray> <gold>{top_block_placed_type}</gold>"
783
- "<gray>Placed:</gray> <gold>{top_block_placed_amount}</gold>"
784
- ""
785
- "<yellow>Your building signature!</yellow>"
786
- ""
787
788
chat_messages:
789
slot: 29
790
material: WRITABLE_BOOK
791
stat-type: "chat_messages_sent"
792
name: "<rainbow><bold>Chat Messages</bold></rainbow>"
793
lore:
794
- ""
795
- "<gray>You sent <gold>{chat_messages}</gold> messages.</gray>"
796
- ""
797
- "<yellow>Quite the conversationalist!</yellow>"
798
- ""
799
800
top_messaged:
801
slot: 33
802
material: PLAYER_HEAD
803
stat-type: "top_messaged_player"
804
name: "<rainbow><bold>Most Messaged Player</bold></rainbow>"
805
lore:
806
- ""
807
- "<gray>Player:</gray> <gold>{top_messaged_player}</gold>"
808
- "<gray>Messages:</gray> <gold>{top_messaged_count}</gold>"
809
- ""
810
- "<yellow>Your closest chat buddy!</yellow>"
811
- ""
812
813
# Page 4 - Miscellaneous Stats
814
4:
815
size: 54
816
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>| Page 4/4</gray>"
817
818
items:
819
totem_uses:
820
slot: 11
821
material: TOTEM_OF_UNDYING
822
stat-type: "totem_uses"
823
name: "<rainbow><bold>Totems Used</bold></rainbow>"
824
lore:
825
- ""
826
- "<gray>You cheated death <gold>{totem_uses}</gold> times.</gray>"
827
- ""
828
- "<yellow>Plot armor engaged.</yellow>"
829
- ""
830
831
mobs_breeded:
832
slot: 13
833
material: WHEAT
834
stat-type: "mobs_breeded"
835
name: "<rainbow><bold>Total Mobs Bred</bold></rainbow>"
836
lore:
837
- ""
838
- "<gray>You bred <gold>{total_mobs_breeded}</gold> mobs.</gray>"
839
- ""
840
- "<yellow>Love is in the air.</yellow>"
841
- ""
842
843
top_breeded:
844
slot: 15
845
material: EGG
846
stat-type: "top_mob_breeded"
847
name: "<rainbow><bold>Most Bred Mob</bold></rainbow>"
848
lore:
849
- ""
850
- "<gray>Most romantic mob:</gray> <gold>{top_mob_breeded_type}</gold>"
851
- "<gray>Bred:</gray> <gold>{top_mob_breeded_amount}</gold>"
852
- ""
853
- "<yellow>Population boom.</yellow>"
854
- ""
855
856
times_crouched:
857
slot: 29
858
material: LEATHER_BOOTS
859
stat-type: "times_crouched"
860
name: "<rainbow><bold>Times Crouched</bold></rainbow>"
861
lore:
862
- ""
863
- "<gray>You crouched <gold>{times_crouched}</gold> times.</gray>"
864
- ""
865
- "<yellow>Sneak level: unmatched.</yellow>"
866
- ""
867
868
times_swam:
869
slot: 31
870
material: WATER_BUCKET
871
stat-type: "times_swam"
872
name: "<rainbow><bold>Times Swam</bold></rainbow>"
873
lore:
874
- ""
875
- "<gray>You went for a swim <gold>{times_swam}</gold> times.</gray>"
876
- ""
877
- "<yellow>Part fish?</yellow>"
878
- ""
879
880
meters_ran:
881
slot: 33
882
material: GOLDEN_BOOTS
883
stat-type: "meters_ran"
884
name: "<rainbow><bold>Distance Ran</bold></rainbow>"
885
lore:
886
- ""
887
- "<gray>You ran <gold>{meters_ran}</gold> blocks.</gray>"
888
- ""
889
- "<yellow>Marathon runner!</yellow>"
890
- ""
891
892
meters_swam:
893
slot: 40
894
material: TURTLE_HELMET
895
stat-type: "meters_swam"
896
name: "<rainbow><bold>Distance Swam</bold></rainbow>"
897
lore:
898
- ""
899
- "<gray>You swam <gold>{meters_swam}</gold> blocks.</gray>"
900
- ""
901
- "<yellow>Just keep swimming!</yellow>"
902
- ""
903
904
905
# Navigation buttons for custom mode
906
navigation:
907
previous:
908
slot: 45
909
material: ARROW
910
name: "<yellow><bold>← Previous Page</bold></yellow>"
911
lore:
912
- ""
913
- "<gray>Click to go back</gray>"
914
915
next:
916
slot: 53
917
material: ARROW
918
name: "<yellow><bold>Next Page →</bold></yellow>"
919
lore:
920
- ""
921
- "<gray>Click to continue</gray>"
922
923
close:
924
slot: 49
925
material: BARRIER
926
name: "<red><bold>Close</bold></red>"
927
lore:
928
- ""
929
- "<gray>Click to close</gray>"
930
931
# ============================================
932
# PAGINATED MODE CONFIGURATION
933
# ============================================
934
paginated-mode:
935
size: 45
936
title: "<rainbow>Your 2026 Wrapped</rainbow> <gray>({current}/{total})</gray>"
937
stat-slot: 13
938
939
stats:
940
# Don't want to include a statistic? Just remove it from the list and it wont be displayed!
941
total_mob_kills:
942
material: DIAMOND_SWORD
943
stat-type: "total_mob_kills"
944
name: "<rainbow><bold>Total Mob Kills</bold></rainbow>"
945
lore:
946
- ""
947
- "<gray>You sent <gold>{total_mob_kills}</gold> mobs to the respawn screen.</gray>"
948
- ""
949
- "<yellow>Absolutely mob-ster behavior.</yellow>"
950
- ""
951
952
953
top_mob_kill:
954
material: ZOMBIE_HEAD
955
stat-type: "top_mob_kill"
956
name: "<rainbow><bold>Your Favorite Target</bold></rainbow>"
957
lore:
958
- ""
959
- "<gray>Your favorite victim:</gray> <gold>{top_mob_type}</gold>"
960
- "<gray>Kills:</gray> <gold>{top_mob_kills}</gold>"
961
- ""
962
- "<yellow>Rent free in your sword.</yellow>"
963
- ""
964
965
total_blocks_mined:
966
material: DIAMOND_PICKAXE
967
stat-type: "total_blocks_mined"
968
name: "<rainbow><bold>Total Blocks Mined</bold></rainbow>"
969
lore:
970
- ""
971
- "<gray>You mined <gold>{total_blocks_mined}</gold> blocks.</gray>"
972
- ""
973
- "<yellow>OSHA would like a word.</yellow>"
974
- ""
975
976
top_block_mined:
977
material: STONE
978
stat-type: "top_block_mined"
979
name: "<rainbow><bold>Most Mined Block</bold></rainbow>"
980
lore:
981
- ""
982
- "<gray>Your mining victim:</gray> <gold>{top_block_mined_type}</gold>"
983
- "<gray>Total mined:</gray> <gold>{top_block_mined_amount}</gold>"
984
- ""
985
- "<yellow>RIP blocks. You owned them.</yellow>"
986
- ""
987
988
total_blocks_placed:
989
material: GRASS_BLOCK
990
stat-type: "total_blocks_placed"
991
name: "<rainbow><bold>Total Blocks Placed</bold></rainbow>"
992
lore:
993
- ""
994
- "<gray>You placed <gold>{total_blocks_placed}</gold> blocks.</gray>"
995
- ""
996
- "<yellow>Architect arc unlocked.</yellow>"
997
- ""
998
999
top_block_placed:
1000
material: OAK_PLANKS
1001
stat-type: "top_block_placed"
1002
name: "<rainbow><bold>Most Placed Block</bold></rainbow>"
1003
lore:
1004
- ""
1005
- "<gray>Block of choice:</gray> <gold>{top_block_placed_type}</gold>"
1006
- "<gray>Placed:</gray> <gold>{top_block_placed_amount}</gold>"
1007
- ""
1008
- "<yellow>You had a vision.</yellow>"
1009
- ""
1010
1011
chat_messages:
1012
material: WRITABLE_BOOK
1013
stat-type: "chat_messages_sent"
1014
name: "<rainbow><bold>Chat Messages</bold></rainbow>"
1015
lore:
1016
- ""
1017
- "<gray>You sent <gold>{chat_messages}</gold> messages.</gray>"
1018
- ""
1019
- "<yellow>Yapper certified.</yellow>"
1020
- ""
1021
1022
top_messaged_player:
1023
material: PLAYER_HEAD
1024
stat-type: "top_messaged_player"
1025
name: "<rainbow><bold>Most Messaged Player</bold></rainbow>"
1026
lore:
1027
- ""
1028
- "<gray>Spam recipient:</gray> <gold>{top_messaged_player}</gold>"
1029
- "<gray>Messages:</gray> <gold>{top_messaged_count}</gold>"
1030
- ""
1031
- "<yellow>Basically besties.</yellow>"
1032
- ""
1033
1034
totem_uses:
1035
material: TOTEM_OF_UNDYING
1036
stat-type: "totem_uses"
1037
name: "<rainbow><bold>Totems Used</bold></rainbow>"
1038
lore:
1039
- ""
1040
- "<gray>You cheated death <gold>{totem_uses}</gold> times.</gray>"
1041
- ""
1042
- "<yellow>Plot armor engaged.</yellow>"
1043
- ""
1044
1045
mobs_breeded:
1046
material: WHEAT
1047
stat-type: "mobs_breeded"
1048
name: "<rainbow><bold>Total Mobs Breeded</bold></rainbow>"
1049
lore:
1050
- ""
1051
- "<gray>You bred <gold>{total_mobs_breeded}</gold> mobs.</gray>"
1052
- ""
1053
- "<yellow>Love is in the air.</yellow>"
1054
- ""
1055
1056
top_mob_breeded:
1057
material: EGG
1058
stat-type: "top_mob_breeded"
1059
name: "<rainbow><bold>Most Breeded Mob</bold></rainbow>"
1060
lore:
1061
- ""
1062
- "<gray>Most romantic mob:</gray> <gold>{top_mob_breeded_type}</gold>"
1063
- "<gray>Bred:</gray> <gold>{top_mob_breeded_amount}</gold>"
1064
- ""
1065
- "<yellow>Population boom.</yellow>"
1066
- ""
1067
1068
times_crouched:
1069
material: LEATHER_BOOTS
1070
stat-type: "times_crouched"
1071
name: "<rainbow><bold>Times Crouched</bold></rainbow>"
1072
lore:
1073
- ""
1074
- "<gray>You crouched <gold>{times_crouched}</gold> times.</gray>"
1075
- ""
1076
- "<yellow>Sneak level: unmatched.</yellow>"
1077
- ""
1078
1079
times_swam:
1080
material: WATER_BUCKET
1081
stat-type: "times_swam"
1082
name: "<rainbow><bold>Times Swam</bold></rainbow>"
1083
lore:
1084
- ""
1085
- "<gray>You swam <gold>{times_swam}</gold> times.</gray>"
1086
- ""
1087
- "<yellow>Part fish?</yellow>"
1088
- ""
1089
1090
meters_ran:
1091
material: GOLDEN_BOOTS
1092
stat-type: "meters_ran"
1093
name: "<rainbow><bold>Distance Ran</bold></rainbow>"
1094
lore:
1095
- ""
1096
- "<gray>You ran <gold>{meters_ran}</gold> blocks.</gray>"
1097
- ""
1098
- "<yellow>Cardio carried.</yellow>"
1099
- ""
1100
1101
meters_swam:
1102
material: TURTLE_HELMET
1103
stat-type: "meters_swam"
1104
name: "<rainbow><bold>Distance Swam</bold></rainbow>"
1105
lore:
1106
- ""
1107
- "<gray>You swam <gold>{meters_swam}</gold> blocks.</gray>"
1108
- ""
1109
- "<yellow>Michael Phelps arc.</yellow>"
1110
- ""
1111
1112
total_items_picked_up:
1113
material: HOPPER
1114
stat-type: "total_items_picked_up"
1115
name: "<rainbow><bold>Items Picked Up</bold></rainbow>"
1116
lore:
1117
- ""
1118
- "<gray>You picked up <gold>{total_items_picked_up}</gold> items.</gray>"
1119
- ""
1120
- "<yellow>Vacuum cleaner.</yellow>"
1121
- ""
1122
1123
top_item_picked_up:
1124
material: CHEST
1125
stat-type: "top_item_picked_up"
1126
name: "<rainbow><bold>Most Picked Up Item</bold></rainbow>"
1127
lore:
1128
- ""
1129
- "<gray>Item:</gray> <gold>{top_item_picked_up_type}</gold>"
1130
- "<gray>Amount:</gray> <gold>{top_item_picked_up_amount}</gold>"
1131
- ""
1132
- "<yellow>Inventory clutter.</yellow>"
1133
- ""
1134
1135
total_items_dropped:
1136
material: DROPPER
1137
stat-type: "total_items_dropped"
1138
name: "<rainbow><bold>Items Dropped</bold></rainbow>"
1139
lore:
1140
- ""
1141
- "<gray>You dropped <gold>{total_items_dropped}</gold> items.</gray>"
1142
- ""
1143
- "<yellow>Litterbug.</yellow>"
1144
- ""
1145
1146
top_item_dropped:
1147
material: BUCKET
1148
stat-type: "top_item_dropped"
1149
name: "<rainbow><bold>Most Dropped Item</bold></rainbow>"
1150
lore:
1151
- ""
1152
- "<gray>Item:</gray> <gold>{top_item_dropped_type}</gold>"
1153
- "<gray>Amount:</gray> <gold>{top_item_dropped_amount}</gold>"
1154
- ""
1155
- "<yellow>Get rid of it!</yellow>"
1156
- ""
1157
1158
total_items_crafted:
1159
material: CRAFTING_TABLE
1160
stat-type: "total_items_crafted"
1161
name: "<rainbow><bold>Items Crafted</bold></rainbow>"
1162
lore:
1163
- ""
1164
- "<gray>You crafted <gold>{total_items_crafted}</gold> items.</gray>"
1165
- ""
1166
- "<yellow>Handy man.</yellow>"
1167
- ""
1168
1169
top_item_crafted:
1170
material: STICK
1171
stat-type: "top_item_crafted"
1172
name: "<rainbow><bold>Most Crafted Item</bold></rainbow>"
1173
lore:
1174
- ""
1175
- "<gray>Item:</gray> <gold>{top_item_crafted_type}</gold>"
1176
- "<gray>Amount:</gray> <gold>{top_item_crafted_amount}</gold>"
1177
- ""
1178
- "<yellow>Recipe memorized.</yellow>"
1179
- ""
1180
1181
total_mobs_tamed:
1182
material: BONE
1183
stat-type: "total_mobs_tamed"
1184
name: "<rainbow><bold>Mobs Tamed</bold></rainbow>"
1185
lore:
1186
- ""
1187
- "<gray>You tamed <gold>{total_mobs_tamed}</gold> mobs.</gray>"
1188
- ""
1189
- "<yellow>Animal whisperer.</yellow>"
1190
- ""
1191
1192
top_mob_tamed:
1193
material: WOLF_SPAWN_EGG
1194
stat-type: "top_mob_tamed"
1195
name: "<rainbow><bold>Most Tamed Mob</bold></rainbow>"
1196
lore:
1197
- ""
1198
- "<gray>Mob:</gray> <gold>{top_mob_tamed_type}</gold>"
1199
- "<gray>Amount:</gray> <gold>{top_mob_tamed_amount}</gold>"
1200
- ""
1201
- "<yellow>New best friends.</yellow>"
1202
- ""
1203
1204
damage_dealt:
1205
material: IRON_SWORD
1206
stat-type: "damage_dealt"
1207
name: "<rainbow><bold>Damage Dealt</bold></rainbow>"
1208
lore:
1209
- ""
1210
- "<gray>You dealt <gold>{damage_dealt}</gold> damage.</gray>"
1211
- ""
1212
- "<yellow>That's a lot of damage!</yellow>"
1213
- ""
1214
1215
damage_taken:
1216
material: GOLDEN_APPLE
1217
stat-type: "damage_taken"
1218
name: "<rainbow><bold>Damage Taken</bold></rainbow>"
1219
lore:
1220
- ""
1221
- "<gray>You took <gold>{damage_taken}</gold> damage.</gray>"
1222
- ""
1223
- "<yellow>Ouch.</yellow>"
1224
- ""
1225
1226
players_killed:
1227
material: SKELETON_SKULL
1228
stat-type: "players_killed"
1229
name: "<rainbow><bold>Players Killed</bold></rainbow>"
1230
lore:
1231
- ""
1232
- "<gray>You killed <gold>{players_killed}</gold> players.</gray>"
1233
- ""
1234
- "<yellow>Menace to society.</yellow>"
1235
- ""
1236
1237
deaths:
1238
material: TOTEM_OF_UNDYING
1239
stat-type: "deaths"
1240
name: "<rainbow><bold>Total Deaths</bold></rainbow>"
1241
lore:
1242
- ""
1243
- "<gray>You died <gold>{deaths}</gold> times.</gray>"
1244
- ""
1245
- "<yellow>Press F to pay respects.</yellow>"
1246
- ""
1247
1248
# Navigation buttons for paginated mode
1249
navigation:
1250
previous:
1251
slot: 10
1252
material: ARROW
1253
name: "<yellow><bold>← Previous Stat</bold></yellow>"
1254
lore:
1255
- ""
1256
- "<gray>Click to go back</gray>"
1257
1258
next:
1259
slot: 16
1260
material: ARROW
1261
name: "<yellow><bold>Next Stat →</bold></yellow>"
1262
lore:
1263
- ""
1264
- "<gray>Click to continue</gray>"
1265
1266
close:
1267
slot: 40
1268
material: BARRIER
1269
name: "<red><bold>Close</bold></red>"
1270
lore:
1271
- ""
1272
- "<gray>Click to close</gray>"
1273
1274
# ============================================
1275
# AVAILABLE PLACEHOLDERS
1276
# ============================================
1277
# General:
1278
# {player} - Player name
1279
# {total_mob_kills} - Total mobs killed
1280
# {total_blocks_mined} - Total blocks mined
1281
# {total_blocks_placed} - Total blocks placed
1282
# {chat_messages} - Total chat messages sent
1283
#
1284
# Top Stats:
1285
# {top_mob_type} - Name of most killed mob
1286
# {top_mob_kills} - Amount of most killed mob
1287
# {top_block_mined_type} - Name of most mined block
1288
# {top_block_mined_amount} - Amount of most mined block
1289
# {top_block_placed_type} - Name of most placed block
1290
# {top_block_placed_amount} - Amount of most placed block
1291
# {top_messaged_player} - Player you messaged most (name)
1292
# {top_messaged_count} - Number of messages to that player
1293
#
1294
# Specific Stats (when using specific-type):
1295
# {specific_type} - The specific type (formatted nicely)
1296
# {specific_amount} - The amount for that specific type
1297
#
1298
# GUI Placeholders:
1299
# {page} - Current page number
1300
# {total_pages} - Total number of pages
1301
# {current} - Current stat index
1302
# {total} - Total number of stats