-
Notifications
You must be signed in to change notification settings - Fork 0
/
en_EN.yml
8645 lines (8484 loc) · 523 KB
/
en_EN.yml
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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
635b18c3-c616-4969-b1da-8fc96ac92c67.tempflygeneral.requirement.fail.default_other: '%1
§f%2 §7cannot currently fly!'
abc5e6d0-3070-4e20-b4f0-1f8d5d8357b7.lands.messages.help.command.lands.admin.hologram.delete: '[T]&e%1
%2 &8- &7Delete nearby hologram[H]&7Click to execute.[/H][C]%3[/C][/T]'
525b9f49-19b7-4c62-a5e1-e1a6b63dd8ad.excellentcratesCrate.Open.Error.Cost.Exp.2: '#d4d9d8You
need #fd5e5e%1 Levels #d4d9d8 to open it!'
a724d954-c874-46ed-a0e6-72560663f963.deathmessages.Mobs.chicken.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
5f786c3f-f502-4fd8-8c04-2efee5a4f5aa.PlayerParticlesgui-edit-data-color-brown: '#8b4513Brown'
a440fb3a-c450-405a-8155-7cb45b4b392d.advancedenchants.sets.commands.give.success: '&eGave
&f %1 &eSet to &f %2'
8b6df645-e002-4527-9e11-cd0f2845588f.PlayerParticlescommand-error-unknown: §7Command
not found! "§b/pp help§7" for more information.
866c82c7-6831-4b71-8654-890f1ebad84b.advancedenchants.combining.already-max-level: This
enchantment is already max level!
7f76a1e9-cc3c-4628-bf5f-f5d60d41d500.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_COOLDOWN.Lore.3: '#ffed6a&lCurrent:'
e0e72db9-5f9d-4fa6-90e2-8cb4b1a47121.lands.messages.lands.message.role.player.land: >-
&cYou can't edit this player in the land&4 %1&c. &7Their role&6 %2 &7has a
higher or equal priority than yours.
d82d7039-1d78-4d2b-9069-ace94c9cdf46.deathmessages.Mobs.zombievillager.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
47a49e77-be35-4ee6-9431-c8aaf5196eca.deathmessages.Mobs.witch.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
5d2da91b-ef0e-4802-9df8-ef987d3ed107.lands.messages.lands.command.selection.status.progress: >-
#t#&6Selection[newline]&7Left: %1 &7Right: %2[newline]&6&lSet corner:
&6left/right click or drop item &7&lCancel: &7Change tool slot
2d097a3d-cadc-4ae4-8f4b-e7d1ecb18766.deathmessages.Mobs.irongolem.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
7e3739a4-0c05-49f1-98c1-33b79212791f.gsitMessages.action-sit-world-error: '[P]§7 You
can''t sit in this world!'
32ef1b73-a0da-44a9-ad84-f205c515f9b7.advancedenchants.items.white-scroll.full-inventory: '&cYour
inventory is full!'
839295b7-d5a6-499d-9009-0e465d98cb6d.deathmessages.Mobs.player.Solo.Contact.0: '%1
was pushed into a cactus by %2'
df97bc25-c2e5-497b-ab11-464d99ed8797.excellentenchantmentsCommand.Enchant.Done: §aSuccessfully
enchanted!
e29d0117-86d5-46e0-87ed-26809402773b.tempflygeneral.time.daily_login: '%1 §7You recieved
a daily bonus of §f⌚%2§7!'
f3cfae98-2a96-4e44-859e-1fe67b670a7d.lands.messages.list.hologram.sold.area.1: '&7Area:
&6%1'
dd130f3c-f766-41c1-9a36-7ddc9f416801.excellentenchantmentsFitItemType.WEAPON: Weapon
5c508a76-becc-4970-99a5-bd570e7c45c3.deathmessages.Mobs.strider.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
45c01aed-c8bd-4694-9f4e-3dae4fa906f5.lands.messages.help.command.lands.ban: '[T]&e%1
%2 %3 &8- &7Ban player[H]&7Click to copy.[/H][SC]%4[/SC][/T]'
3881a08d-5183-4e24-aff0-943c4a9d10e6.advancedenchants.commands.not-holding-item: '&cYou
must be holding an item!'
d9c19cca-46be-410b-b707-69c4c0f50f63.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_BLOCK_HOLOGRAM.Lore.12: '#bbff6a▪
#bdc8c9Left-Click: #bbff6aAdd Text'
2c1e3dfa-1a09-4f34-b97d-5b4f2d80f015.deathmessages.Mobs.chicken.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
30f5132c-d8f2-47d9-a749-110ee4244761.lands.messages.list.hologram.sell.area.0: '&aBuy'
1badde40-45e5-4a1b-b0bf-63078bed1475.advancedenchants.commands.main.pasteenchants: '&aEnchantments
list: %1'
10666cfb-a113-4537-bedc-1e0f164b3b54.lands.messages.lands.command.view.y-lock.enabled: >-
&cToggled y-lock mode: &7The land borders will no longer follow your position
up and downwards.
5ecf9681-636d-48c6-a292-e945e4c2a9a1.advancedenchants.commands.main.claim.invalid-usage: '&cPlease
enter enchant token.'
cb954e7a-0c53-4fef-acfb-c6a46dcba113.lands.messages.general.inbox.war.declaration.mutual.denied: '&7Mutual
war declaration denied by %1&7.'
cafc0596-a4e5-40b4-ba0f-e7431771c7bc.deathmessages.Mobs.irongolem.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
73830305-66b3-4472-8d3d-39073a0b4daf.cmd.main.title.s37: '&b&lSettings'
23e92892-e947-4481-9d91-f0ca8da3e4c7.cmd.event.tag: '&b&lFree Tag &7(only one tho)'
997235e4-b49a-4b3b-8230-00cd6d8fdad3.lands.messages.lands.command.trust.own-land: >-
&cPlayer&4 %1 &ccan't be invited to join another land. &7They're not allowed
to have their own land and be a member of another land at the same time. They
need to delete their own land&2 %2 &7first.
0895e85f-fafe-4cdc-b996-393acef702bc.deathmessages.Mobs.stray.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
cf4b508b-f353-4532-bb88-a137c11bd10c.lands.messages.list.hologram.sell.land.0: '&aBuy'
d683ddb3-46aa-49c7-9045-95b3c642683d.deathmessages.Mobs.cat.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
80f0d2eb-82b8-4423-8aab-43fc5479bff0.lands.messages.help.command.lands.admin.player.give.permission.main: >-
[T]&e%1 %2 %3 &8- &7Modify numbered permissions[H]&7Click to
copy.[/H][SC]%4[/SC][/T]
618c63ac-5b3c-424c-81a8-aa3820c5d802.advancedenchants.applying.requires-enchant: '&cThe
&4%1 &cenchantment requires the &4%2&7 &cenchant to be applied!'
5d56c134-c3f2-4a46-99d0-9f9e518f89b3.excellentcratesEditor.CrateEditorType.KEY_VIRTUAL.Name: '#ffed6a&lVirtual'
78c07df4-8877-4c43-98d1-244fd73000ab.ia.4.2: on this server §8(are you an introvert?)
499be3fb-1473-45b0-ad68-05e729ee34ad.deathmessages.Mobs.phantom.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
28b64b26-5122-448f-b85a-f766b77338ba.cmd.upgrade.choose.title.s19: '&b&lParticles'
7c2f1695-b144-41a4-81d5-8f874c1bf4ab.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_CHANCE.Lore.6: '#bbff6a&lActions:'
1f091d5f-b3e8-4ed7-a255-cc9edee90fc1.excellentcratesCommand.Key.GiveAll.Done: >-
#d4d9d8Given #fdf35ex%1#d4d9d8 of #fdf35e%2#d4d9d8 key(s) to #fdf35eAll
Players#d4d9d8.
4dc2fcd0-784e-4bfa-8bac-599ac665adf9.lands.messages.lands.command.create.success.camp: >-
&7You created the camp&2 %1 &7at your current position. &7You paid&c %2&7. The
camp can't be expanded and will expire in&5 %3&7.
1f723da9-d906-4737-9a05-8444c6131d8f.deathmessages.Mobs.chicken.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
26f1f227-7c36-4361-915a-67549202d021.deathmessages.Mobs.pillager.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
5c747044-89d7-4369-ba4e-0153b6fa4d84.PlayerParticlesdata-no-args: '§7Missing argument
for effect! Command usage: §b/pp data§3 <effect>'
fdd6351d-20ff-4796-956e-09507bfd9dbb.SuperVanishMessages.OnVanish: '&b&l%1 &8&l┃ &7You
are now invisible!'
73ead135-9f28-46c6-b999-90a80b2e8149.advancedenchants.slots.limit-reached: '&cYou
cannot apply that enchantment! There are no free slots left!'
a4069b9a-ac85-4a7a-a6ba-bcddb0dff342.lands.messages.help.command.nations.setcapital: '[T]&e%1
%2 %3 &8- &7Set capital[H]&7Click to copy.[/H][SC]%4[/SC][/T]'
978b37ef-d83c-499c-a78b-62cfe8471377.deathmessages.Mobs.pufferfish.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
e256cdd2-fe5e-48c9-9a99-afb5d5ac3c4f.advancedenchants.gkits.no-permission: '&eYou
don''t have permissions to use &e%1&6 kit.'
96f228e9-3fed-4a02-882f-06fdde902060.advancedenchants.sets.commands.invalid-set-piece: |-
&cInvalid set piece, you may use one of these:
%set pieces%
81b9df29-b8d5-4ac6-8a5f-e79d4bd6d1a8.tempflycommand.base.givall.1: addall
57ca07bb-65a2-42b8-b669-4da03abd5527.alonsotags.Invalid-player: Player is not online!
3fd14f8a-8731-4bc4-aa2b-6950966644a8.lands.messages.lands.message.noaccess.claimblock: '&cYou
don''t own this claimblock. &7It belongs to&3 %1&7.'
d0fba48b-017e-4e43-b7f5-ecbadd65f332.deathmessages.Mobs.bat.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
48db42d4-b8e1-4a77-ac23-ffb5bcbcd327.excellentcratesCommand.Key.Set.Notify: '#d4d9d8Your
#fdf35e%1#d4d9d8''s amount has been changed to #fdf35ex%2#d4d9d8.'
0107c0d3-f13e-476a-9165-54f3d950de75.lands.messages.lands.command.selection.world: >-
&cBoth positions must be in the same world. &7Please set position one and
position two in the same world.
4d6967d8-8260-4bb5-ac84-c34facd95805.deathmessages.Mobs.wolf.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
b8f3f280-e9e4-49d6-85f0-a3f59ad56d5d.gsitMessages.action-pose-world-error: '[P]§7
You can''t pose in this world!'
88d7ca95-f52f-47a7-bb7c-f4a8d7fcde87.lands.messages.help.command.nations.trust: '[T]&e%1
%2 %3 &8- &7Invite land[H]&7Click to copy.[/H][SC]%4[/SC][/T]'
18c699c2-6bd7-45a3-bcc2-84b9a2d51c7a.gsitMessages.action-emote-now-error: '[P]§c You
can''t emote right now!'
084f746d-3d51-4db1-ba1c-3b33441f11df.excellentcratesEditor.Crate.BlockPushback.Lore.0: '#bdc8c9Sets
whether player will be pushed'
2f20c95b-a288-4c54-a9ad-24058752ec19.lands.messages.lands.command.view.info: >
[NoPrefix]
&7&m━━━━━━━━━<━&r &5&lLand View &7&m━>━━━━━━━━━
[T]&8• &7Land: &2%1 &8[&8CLICK&8][H]&7Click here to get more information about
this land.[/H][C]lands info %2[/C][/T]
&8• &7Level: %3
&8• &7Nation: %4
&8• &7Chunk &7X: %5 Z: %6
&7&lArea:&6 %7
&8• &7Tax:&c %8
&8• &7Players:&7 %9
&8• &7Description:&r %10
&7&m━━━━━━━━━<━&r &5&lLand View &7&m━>━━━━━━━━━
102eb171-3cfe-4f8d-adeb-f60f0eb4c637.deathmessages.Mobs.pig.Solo.Weapon.0: '%1 was
slain by a %2 somehow using %3'
ce620f0d-6013-4f64-b8da-ab1196c02d87.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_BLOCK_EFFECT.Lore.8: '#bbff6a&lActions:'
371605b1-845d-498d-a42f-8777e804fd6d.deathmessages.Mobs.polarbear.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
4c84c4b6-c4e9-4e5f-8d16-0f70d854502b.PlayerParticlescommand-descriptions: '§fThe following
commands are available:'
11fa2471-8088-401e-92b2-d3d9af9e5d29.lands.messages.lands.command.sell.sell.success.area: |
&7You set area&6 %1 &7for sale. Cost:&c %2
&8✖ &7Remove offer: &e/lands rent removeoffer
4f452fb4-43ac-486c-abe2-52a86081bc37.cmd.upgrade.choose.desc.s11: |2-
&bDescription
&b| &7Upgrade your p-warps limits
&b| &7to set more playerwarps!
&f
&3| &fPurchase more points
&3| &fAt: &bᴄᴜʀʀᴇɴᴛʟʏ ɴᴏᴛ ᴀᴠᴀɪʟᴀʙʟᴇ&f!
&f
&b&l| &bᴄʟɪᴄᴋ ᴛᴏ ᴠɪᴇᴡ
4d961404-e484-4335-87b1-9e32444c111d.advancedenchants.commands.main.admin.invalid-page: '&cInvalid
page'
77255bd8-87e6-466b-802c-f422ac28aea3.deathmessages.Mobs.skeletonhorse.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
7c1e5441-8db1-4ca7-b42b-65496cdbae44.deathmessages.Mobs.zombiehorse.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
16da104a-4183-48de-a51c-484e7ebc5c5e.deathmessages.Mobs.player.Solo.Projectile-Unknown.0: '%1
was shot by %2'
81582b10-b02a-4499-b2ec-63e0527df743.lands.messages.help.command.wars.admin.start: '[T]&e%1
%2 %3 &8- &7Start war[H]&7Click to copy.[/H][SC]%4[/SC][/T]'
07e680a3-d1c5-4f69-8929-44f7756d62d1.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_BROADCAST.Lore.5: '#ffed6a▪
#bdc8c9Enabled: #ffed6a%1'
1824babc-2f9a-443c-a137-d65266641945.deathmessages.Mobs.traderllama.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
affd7ee3-79a8-4501-80f0-e110bb2b4272.deathmessages.Mobs.bee.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
205f21cb-d3d7-4bcb-bb4a-466473298966.gsitMessages.action-pose-now-error: '[P]§7 You
can''t pose right now!'
0fadab07-a5fd-46e3-a0dc-632280fb5a80.lands.messages.general.integration.pl3xmap.land.description: >-
<div class="\"infowindow\""><span style="font-size: 200%;"><span
style="color: %1;">%2</span><br /></span>%3</div> <ul> <li
class="\"infowindow\"">Level: %4</li> <li
class="\"infowindow\"">Balance: %5</li> <li
class="\"infowindow\"">Chunks: %6</li> <li
class="\"infowindow\"">Players (%7): %8</li> </ul>
f92649af-7e51-407f-b32e-4fc40ec4d41b.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_NAME.Name: '#ffed6a&lDisplay
Name'
5aa35e56-d2b2-4694-9c26-235d6b195b08.deathmessages.Mobs.creeper.Solo.Explosion.0: '%1
was blown up by a %2'
d3f79d06-b9dd-4982-86c3-05f6ace11245.deathmessages.Mobs.rabbit.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
ae5a8037-6961-493a-9dff-77d50ee105c1.lands.messages.lands.command.relations.enemies.add.revoked: '&7You
&8(&7%1&8) revoked the neutralization offer for %2&7.'
5ecb4937-f6ee-488c-9d85-26206495a32f.advancedenchants.sets.commands.listweapons.header: '&eList
of all available Weapons &7[%1]'
d6f5719a-c9f3-4b5b-a0bb-43c10d5c0acc.lands.messages.help.command.lands.claim.radius: >-
[T]&e%1 %2 %3 &8- &7Claim radius[H]&7Claim all chunks in a specified radius.
Click to copy.[/H][SC]%4[/SC][/T]
77124ef1-201b-457d-ad29-9327d8a1b1bb.tempflygeneral.fly.bypass_enabled: '%1 §7You
enabled flight bypass mode!'
50da3db8-f087-45ae-96fb-ee595fef0e49.PlayerParticlesgui-edit-primary-style-missing-effect: You
must select an effect first
a901e3f2-5f88-41a8-a34f-ec0f1d82d51a.mpdb.syncInProgress: §cData sync in progress!
Please wait...
f8e714d2-fe20-453b-9d13-705065ef84f4.lands.messages.lands.command.deposit.partly: >-
&cOnly deposited&4 %1 &cof the provided&4 %2&7, because the bank of land&2 %3
&7reached the maximum balance of&3 %4&7.
286dfec4-511b-46ea-b0be-a3d09037f883.advancedenchants.prefix: '&b&lᴇɴᴄʜᴀɴᴛᴍᴇɴᴛs &8&l|
&f'
b78482f2-57ed-454d-a64d-33cb6a21d961.lands.messages.wars.message.capture.destroy.defender: '#t#&aCapture
Point[newline]&aremoved from our land %1[newline]&2&l+ %2 points'
2c9a2b33-d1af-41e5-9f6d-9a1068efc821.lands.messages.nations.command.create.already: >-
&cYour land&4 %1 &cis already part of the nation&4 %2&c. &7Your land needs to
leave it first by executing &e/nations leave&7.
ef3c0faa-b222-4eb4-888a-d194c6558383.triton.setlanguage: '&bYour language has been
changed to &6%1'
6c4a3837-2a07-4b42-b5c3-00bfaa4e26da.lands.messages.lands.command.general.name.length: >-
&cThis name is too long. &7Max length is&3 %1 &7characters &8(&7yours:
%2&8)&7. &8This includes color codes. &7Please provide a shorter name.
5fdc59a1-09aa-4d34-88fa-5f0e5615b92d.cmd.settings.desc.true.s42: |2-
&b&lInformation:
&b| &7Status: &a&l✔ &aEnabled
&b| &7Toggle: &bAnnouncements Sound
&b&l| &bᴄʟɪᴄᴋ ᴛᴏ ᴛᴏɢɢʟᴇ
c78ae0d4-63d5-4da9-b511-13ad9b43002f.lands.messages.help.command.nations.create: '[T]&e%1
%2 %3 &8- &7Create nation[H]&7Click to copy.[/H][SC]%4[/SC][/T]'
acc24171-96ef-42b7-84a9-f37ebbcdffee.excellentcratesEditor.CrateEditorType.REWARD_SORT.Lore.0: '#bdc8c9Automatically
sorts rewards in'
6db35b21-58bf-4b66-bcdc-707c75b753e3.lands.messages.lands.command.merge.success: '&7You
successfully merged land&2 %1 &7into&2 %2&7. You paid&c %3&7.'
f618bc9b-780a-4f47-bbca-92a94841e08c.advancedenchants.tinkerer.trade-accepted: '&aTrade
accepted!'
9493f77f-de4b-42f3-a5ee-22e20a9197a0.lands.messages.list.hologram.sold.area.2: '&7To:
%1'
5b89cff6-b5fd-40da-a612-3d9252ff95be.deathmessages.Mobs.hoglin.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
41d29868-e5d3-4b8b-b734-c7b34c230937.deathmessages.Mobs.vindicator.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
a5c9556c-5aca-4b5f-9148-163efbe109d3.advancedenchants.commands.main.give.success: '&aSuccessfully
gave %1 one %2 %3 book!'
0ccde240-a565-4bbf-907f-3bcd8a6b9de3.lands.messages.list.sign.rent.2: '&5%1'
8841844a-11c2-4599-b6fb-d78b75ed36a0.deathmessages.Natural-Cause.Climbable.0: '%1
tried climbing to greater heights and fell off %2'
52eb38ca-666d-4cb8-aab2-d095ed8e1f25.deathmessages.Mobs.irongolem.Solo.Melee.0: '%1
was slain by a %2'
71606dcd-bd52-4da2-b31e-004d56047155.cmd.event.xp.desc: |-
&bDescription
&b| &7Get a few xp
&b| &7as an event bonus ☺
&3| &fClick to view.
&bInformation
&8▪ &7XP: &f250
62ef585c-831b-400d-b7c4-efae4a0007a2.lands.messages.lands.command.selection.status.not-complete: >-
&cYour selection is not complete. &7Please make sure that both positions are
set. [T]&7You can toggle the selection mode by executing &e/lands selection
&8[&8CLICK&8][H]&7Click here to toggle the selection mode.[/H][C]lands
selection[/C][/T]
a78acdec-fd99-4a8c-99ad-57d3eee9be43.advancedenchants.sets.commands.invalid-chances: '&cInvalid
chances.'
9a695dfd-2062-4fdf-a719-670f2a281a2c.deathmessages.Mobs.pillager.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
dc66f699-091a-4b70-87d5-1033dba89ba1.deathmessages.Mobs.witherskeleton.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
de9e17fb-8173-4ad9-b926-118a44642938.deathmessages.Mobs.bat.Solo.Weapon.0: '%1 was
slain by a %2 somehow using %3'
4c758d57-5416-439c-90f8-a08e4908f460.cmd.settings.desc.false.s38: |2-
&bInformation:
&b| &7Status: &c&l❌ &cDisabled
&b| &7Toggle: &bTrade
&b&l| &bᴄʟɪᴄᴋ ᴛᴏ ᴛᴏɢɢʟᴇ
49291850-3995-4e89-97cb-9b23c956efc2.deathmessages.Mobs.tropicalfish.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
8f04f233-7a83-4c33-8847-f427971bb467.cmd.event.tag.desc: |-
&bDescription
&b| &7Get an rare player-tag
&b| &7that only a few players can
&b| &7ever get in their life :D
&3| &fClick to view.
&bInformation
&8▪ &7Tag: §xF§xF§x9§xA§x2§x0ᴇᴠᴇɴᴛ 2023
ff213edb-21c1-4eeb-8f62-04e22872c6af.PlayerParticlesgroup-list-presets: '§7The following
preset groups are available: §b%1'
a4e279f7-e4b3-4caf-8733-803e834e69fa.advancedenchants.commands.gedit.list: '&eGKits:
&6%1'
742b4030-8d94-48f8-a899-4f160246d652.lands.messages.lands.command.rent.set.success: |
&7You set area&6 %1 &7for rent. The tenant will pay&c %2 &7each&5 %3&7.
[T]&8✖ &7Remove offer: &e/%4 &8[CLICK][H]&7Click here to remove the rental offer.[/H][C]%5[/C][/T]
eaf726db-9727-4281-8593-f15498c3144b.cmd.settings.title.s14: '&bScoreboard &8| &7[Toggle]'
96540531-3cc5-4200-a1ff-8e2477f4e2a5.deathmessages.Mobs.hoglin.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
c3275e6f-533a-4cf1-9a78-c7defd84ed95.playerpoints.command-reset-usage: '§cUsage: §b/points
reset §3<player>'
05438fac-c9a8-4409-bd9e-24fcee374749.SuperVanishMessages.ShowOtherMessage: '&b&l%1
&8&l┃ &7Player &e%2&a is now visible!'
d7df123f-0531-401b-b2d5-ff371559a7d7.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_COOLDOWN.Lore.10: '#bbff6a▪
#bdc8c9Left-Click: #bbff6aChange'
a2e9566e-1e9a-4b63-ab82-596f9f596300.bungee.stop: 'Our server has been shut down,
please reconnect in a few moments!'
d2aba586-1e12-48c1-8109-830f2171d3f0.deathmessages.Mobs.pigzombie.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
4a76ae39-26e9-4038-8bf1-6ab00c9b41cf.lands.messages.general.command.argument.type.cmd: cmd
ef2fef8f-6848-4dac-bdd6-a2d7ae11690b.deathmessages.Mobs.shulker.Solo.Melee.0: '%1
was slain by a %2'
f07c99ec-7278-4654-ab97-df1e3c110b31.deathmessages.Natural-Cause.Fire-Tick.0: '%1
was burnt to a crisp'
ee08cfb4-c24f-4108-b3d7-9839ad6bb0c8.deathmessages.Mobs.enderdragon.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
db4a0a2b-c65b-4607-8c6c-cc86d0b9cda7.tempflysystem.help.5: '§6/tf pay [player] [time]'
4fb8ac7e-42fd-426f-9e2c-0d375cb06057.deathmessages.Mobs.squid.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
0070883b-9ace-4d01-a074-4d5eb3fb1e37.deathmessages.Mobs.vex.Solo.Weapon.0: '%1 was
slain by a %2 somehow using %3'
f4a02ec1-a271-4d14-abed-d4ece07e675d.lands.messages.nations.command.leave.capital: >-
&cYour land&4 %1 &ccan't leave nation&4 %2&c, because the land is the capital
of this nation. &7To delete your nation, execute &e/nations delete&7.
71032ecc-7a04-4db0-9174-a6d74de24763.deathmessages.Mobs.wither.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
320d1ff2-1bec-4617-a489-0c8b2959c4b8.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_CHANCE.Name: '#ffed6a&lChance'
368fcfed-621e-453d-abdd-42af007a9486.deathmessages.Mobs.ocelot.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
2ae2a99c-a57a-4383-be0c-2af0439c117a.deathmessages.Mobs.husk.Solo.Melee.0: '%1 was
slain by a %2'
0a6a6bb5-fa54-40e9-a3c5-675c0949eeca.tempflycommand.unit.days.recognized.0: d
b63f0402-79e1-4953-b115-878488f88a15.deathmessages.Mobs.zombievillager.Solo.Melee.0: '%1
was slain by a %2'
560688b4-d72c-4b29-b8f1-9a354353310e.deathmessages.Mobs.villager.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
c8df558d-7fff-4b34-bd39-299cdbfeff90.lands.messages.list.hologram.sell.area.1: '&7Area:
&6%1'
c6addee1-c280-4b2a-b606-27c5acaa8618.deathmessages.Mobs.evoker.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
628e58ea-54dd-47c1-a3bf-0d20e9e46961.deathmessages.Mobs.armorstand.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
0b7fcf79-985c-491a-b252-5a277afa8433.lands.messages.general.inbox.war.declaration.sent: '&7Declared
war against %1&7. The war will start in&5 %2&7.'
d31d247c-3841-4449-b046-09a6f1615131.deathmessages.Mobs.parrot.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
9d18b99a-9e81-459b-be0e-9900d40e440d.deathmessages.Mobs.fox.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
3c9e8ad5-e9a6-472c-b246-9c6cb7587997.deathmessages.Mobs.cat.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
6f461b68-71bf-4785-b731-8d812ebcce03.alonsotags.Vault-not-available: Vault doesn't
seem to be available in this server!
a6105460-6244-4d86-b780-0e546591a921.advancedenchants.commands.main.unknown-command: '&cIncorrect
command usage! Type "/ae" for the correct usage.'
b9e4778b-9c77-46a2-8348-221265203f7a.deathmessages.Mobs.magmacube.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
48a6d495-74e8-446b-ac64-378836c23f6b.deathmessages.Mobs.snowman.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
da4a8b56-fd72-484a-8550-1a17bef57b21.lands.messages.help.command.lands.view.stay: >-
[T]&e%1 %2 &8- &7Lock y position[H]&7The visualization will no longer follow
your height. &7Click to execute.[/H][C]%3[/C][/T]
c1ebfb6f-8010-407b-9736-7fd4152285c3.hub-move: We send you to the lobby...
59a6a0f4-2d49-4a43-b7e1-4db242057cee.cmd.warps.desc.s21: |-
&bDescription
&b● &7Click to view all available
&b● &7Random Teleport.
&b&l● &bᴄʟɪᴄᴋ ᴛᴏ ᴠɪᴇᴡ
f5924602-cb09-4842-9405-e95c4958f0bf.deathmessages.Mobs.giant.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
d0447afb-7492-464f-ac5d-4e0a4c9ba220.cmd.rules.server.3-5: |-
&7&lAny Scams that include real life
&8 ♢ &fobjects
&8 ♢ &fpossessions
&8 ♢ &fmoney
&f
&7Will be considered bannable and will come with a much heavier
&7Punishment.
96e490a6-a25d-4e62-a58d-287e5ae32ce8.deathmessages.Mobs.shulker.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
aa99b9e7-1c67-456c-baeb-18d7bfc0cd7c.deathmessages.Mobs.piglin.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
3f73dd1e-81a9-4363-b8ac-abc033b90b72.deathmessages.Mobs.mule.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
2b1c4d0e-12d9-4913-ae3f-52e77df2cad1.lands.messages.lands.message.flags.interact_door: >-
&cYou're not allowed to open doors here (&cArea:&4 %1 &cLand:&4 %2&c). &8Flag:
%3
145fa2a0-3298-4794-b462-cfb949391a09.deathmessages.Mobs.drowned.Solo.Melee.0: '%1
was slain by a %2'
a52b1f7d-cc3f-4ebf-9c12-13bde534da87.lands.messages.general.prefix.normal: '&b&lʟᴀɴᴅs
&8&l| &7'
71bebce5-410e-4c46-a6e6-396659c64667.cmd.main.title.s42: '&b&lChallanges'
3e83bede-45ca-403c-84a1-1fe531e84de4.cmd.discord.link.title: '&x&3&2&4&B&B&0Link yourself
to Discord'
9c05d8c1-bd72-4860-b4bd-3fb9979a3355.cmd.settings.title.true.s23: '&bScoreboard &8|
&7[Enabled]'
6acb13b1-bcba-4baf-92be-701f3328eceb.deathmessages.Mobs.player.Solo.Bed.0: '%1 stood
too close to %2''s bed in the %3'
65bcde5a-d539-4c2e-82cc-fad1b3e24564.excellentcratesEditor.CrateEditorType.REWARD_OBJECT.Lore.0: '#bdc8c9Chance:
§f%1%'
44574c83-b7e2-4e30-a416-5753ddc1b036.excellentcratesEditor.CrateEditorType.EDITOR_KEYS.Name: '#ffed6a&lKeys'
d796fadb-4025-48ec-8e83-f21966dae232.deathmessages.Mobs.slime.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
c4bcd6f4-89ce-4680-a961-a07d13c26c10.cmd.main.title.s28: '&b&lShop'
78608a70-26e7-4181-8044-906cca8dd56a.tab.sb.tokens: 'Tokens:'
2a992378-a09c-4cd1-ad05-76c7f9ab7472.deathmessages.Mobs.zombiehorse.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
aee19128-44ad-4fd3-8175-d308d83e4461.deathmessages.Mobs.strider.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
024287f5-6247-4436-a660-fa84479c5f27.deathmessages.Mobs.rabbit.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
8e761500-c79c-4fb9-8c35-8675bd685d7f.deathmessages.Mobs.salmon.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
199f9f2a-0c7d-485f-9179-63c2b186162b.lands.messages.general.command.argument.type.area: area
ff10cb1f-8490-47ca-afb0-52ec56189b7b.deathmessages.Basic-Mode.Solo.Projectile-Arrow.0: '%1
was shot by a %2 using %3'
b31e7f99-1dcb-4450-80f5-32b6b14c6edc.deathmessages.Mobs.slime.Solo.Melee.0: '%1 was
slain by a %2'
b380eccd-b395-4238-930b-54d9316f95df.PlayerParticlesfixed-edit-data-none: '§7Unable
to edit fixed effect, the effect does not require any data!'
77af42ce-7792-473f-bac9-aa5dbf670d32.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_PERMISSION.Lore.4: '#ffed6a▪
#bdc8c9Required: #ffed6a%1'
d1e824b3-1d61-438e-8dc7-6ecabe7e71d0.lands.messages.lands.command.withdraw.number: >-
&7You need to specify an amount of money. Use &e/lands withdraw &8<&eamount&8>
&7or &e/lands withdraw &8<&eland&8> <&3amount&8>&7.
2702a2b8-fb22-428a-80ef-e5d27d3f9ab8.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_NAME.Lore.8: '#bbff6a&lActions:'
52491750-2d0c-40bd-82df-8792f7be9780.lands.messages.lands.command.trust.max-members: >-
&cCouldn't trust player&4 %1 &cin land&4 %2&c. &7Your land&2 %3 &7reached its
maximum of&3 %4 &7members in their land.
af7972e4-6008-4717-95d7-b491ffc8200e.deathmessages.Mobs.mushroomcow.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
7227d6c9-1b29-427c-8677-c321cfb2a68c.lands.messages.lands.command.trust.area.trusted: '&7The
player&3 %1 &7is already trusted in the area&6 %2 &7of land&2 %3&7.'
ee56387a-b803-4617-84ca-5fa1acb42bff.excellentcratesEditor.CrateEditorType.KEY_VIRTUAL.Lore.3: '#ffed6a▪
#bdc8c9Is Virtual: #ffed6a%1'
3ecd0210-e844-4db6-83dc-82eaef241d51.uar.EVENT_RESTART_DELAY_GLOBAL.title: REBOOT
DELAYED
652d5921-764c-4641-9683-fefcaf7d5742.cmd.rules.global: '&b&l| &bGlobal Rules'
305436bb-dc6d-462c-bde4-f53064407472.deathmessages.Mobs.piglinbrute.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
0a627d11-c924-4fd1-9ffd-1e724bee3601.cmd.main.desc.s12: |-
&bDescription
&b| &7Teleport to other players warp
&b| &7dont forget to rate their warp!
&3| &fClick to view.
&4| &cThis is not available in farm worlds
66992bb5-2562-40a9-bc91-a249e9ab73f9.deathmessages.Mobs.giant.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
3db63750-e040-40de-8f53-f6bcb05d1b91.deathmessages.Mobs.shulker.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
ced35d86-5f49-4fa9-957a-aba0e352aebd.cmd.event.xp: '&b&lFree XP &7(Points)'
5cb2d164-ca95-4401-a3a7-bed3d449fc8f.deathmessages.Mobs.elderguardian.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
abb5b97b-9243-4d95-8381-c58513124f75.PlayerParticlesfixed-create-success: §7Your fixed
effect has been created!
2973914a-7aa5-45a8-82ba-584eb32592a6.alonsotags.Disabled-world: You cannot use this
command in this world. Try later!
6353ea55-d956-4e5e-9e5c-4c1af80e6f79.lands.messages.lands.command.unstuck.success: '&7Successfully
teleported into the nearest unclaimed location.'
7afc9f72-23db-40ea-9a73-2c009e25917c.advancedenchants.items.white-scroll.full-inventory: '&cYour
inventory is full!'
a98d5552-8390-44ac-8156-92b287c267b9.lands.messages.help.command.lands.unstuck: >-
[T]&e%1 %2 &8- &7Teleport out of traps[H]&7In case you got stuck in a land.
&7Click to execute.[/H][C]%3[/C][/T]
2febbaaa-ef7b-40a0-9c73-4318a4907252.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_ITEMS.Lore.0: '#bdc8c9A
list of items given'
c89a2747-3cda-4f63-93d5-95ddf4eabec0.deathmessages.Mobs.husk.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
acf6b65c-95d8-483f-afc8-d6244759e4bd.deathmessages.Mobs.pigzombie.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
b66eac0e-bb7d-4d7d-9d18-277f0b1bedf2.deathmessages.Mobs.sheep.Solo.Weapon.0: '%1 was
slain by a %2 somehow using %3'
eb4a93be-06f5-43fc-9558-1d17f9046564.deathmessages.Mobs.fox.Solo.Melee.0: '%1 was
slain by a %2'
2208a00b-7438-41d6-a9dc-fba4e6b7bbd6.advancedenchants.items.randomization-scroll.single-items-only: '&cYou
can only use this on single items!'
3f0fa31f-2cfb-4dec-8cec-7a7ca5de93c2.advancedenchants.applying.wrong-material: '&cThis
enchantment cannot be applied on this item.'
bb265132-299e-4209-b82d-909074072c6d.deathmessages.Mobs.cavespider.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
df7051c9-0398-45b7-ab1f-bc2c1125400c.excellentcratesCommand.Preview.Desc: Open crate
preview.
8927fb9d-4e07-4bce-b7f4-34a2e9a3eb8b.chatmanager.Footer: §x§f§f§9§9§9§9Enjoy playing
%1!
29bd3a3d-8ccc-4dae-850a-141be36c6ee4.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_CONFIG.Name: '#ffed6a&lPreview
& Animation'
c5e0dc8e-2877-4613-b44a-be5d15ac9e36.lands.messages.help.command.lands.admin.land.bank.modify: >-
[T]&e%1 %2 %3 &8- &7Add (+) or remove (-) funds[H]&7Click to
copy.[/H][SC]%4[/SC][/T]
819949ce-e516-448b-b937-d7122d373ec3.lands.messages.lands.command.upkeep.entry: >-
[NoPrefix][T]%1 %2: %3 &8[CLICK][C]%4[/C][H]&7Click here to deposit the
required money.[/H][/T]
2c3da0a9-4fbc-4a36-97df-65f18b8a0802.dh.points-lb.title: '[Top 10 Pointiest Players!]'
b18d8f2b-1316-43d4-ab8f-cff24059311e.deathmessages.Mobs.slime.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
ebda598c-ffa6-43a2-ac67-fdc7c54196a3.lands.messages.lands.command.accept.max-lands: >-
&cYou can't join any more lands. &7You can only have&3 %1 &7lands.
&8Permission: lands.lands.<number>
85cfe347-b82a-40d4-a026-ed56a6cac759.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_IGNORED_FOR_PERMISSIONS.Lore.0: '#bdc8c9Players
having any permission'
0ea6d324-688e-49d6-9e49-45562f3df03e.tempflysystem.help_extended.1: §7- Give a player
fly time
c5d93e84-9308-46d0-b80d-fd64b785377f.dh.money-lb.title: '[Top 10 Richest Players!]'
02a27b2a-d876-4dd3-bc8a-8582a1ab4472.deathmessages.Mobs.mushroomcow.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
240f29a7-bbf5-4614-a889-06662c9dffd5.deathmessages.Natural-Cause.Lava.0: '%1 thought
lava was a hot tub'
65b209e1-61bc-43fc-ac1e-cb6f10e598fe.deathmessages.Mobs.cat.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
de0974e8-d40d-4b2f-aefd-325f9d256881.excellentcratesEditor.CrateEditorType.Reward.Rarity.Lore.7: '#bbff6a▪
#bdc8c9Left-Click: #bbff6aChange'
6feb7cd2-391e-42a9-b505-152ff029e410.PlayerParticlescommand-description-fixed: Manage
your fixed effects
7f9eee5d-b8ba-44f5-b9e3-b6a89d3524bd.PlayerParticlesgroup-remove-preset: §7You cannot
remove a preset group!
05b9a866-df3f-4f33-b3af-a408bc40c67b.lands.messages.lands.command.chat.deactivated: '&7Successfully
deactivated land chat.'
b528a9f1-687b-485f-a588-1dd21da7bb5c.lands.messages.lands.command.selection.pos.warn: '&cWarning:
&7This chunk belongs to another management plugin. Name:&3 %1'
a9f590f5-74d1-4c7d-a062-b2c6eafd6c10.lands.messages.nations.command.create.success: >-
&7You successfully created the nation&9 %1 &7with the land&2 %2 &7as the
capital. [T]&7Click here to open the menu.[H]&7Open the menu.[/H][C]nations
menu[/C][/T]
5ea4b07d-9c7a-4325-8a4b-b8b3e5726b2d.lands.messages.help.command.lands.admin.menu: '[T]&e%1
%2 %3 &8- &7Open admin menu[H]&7Click to execute.[/H][C]%4[/C][/T]'
917c3a43-d241-4155-9c86-7165f1a9d38b.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_WIN_LIMITS.Lore.11: '#bbff6a&lActions:'
3032d7ec-7fb8-4feb-950e-45bb972e52ac.deathmessages.Mobs.ocelot.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
36c11b37-1e6e-4a71-9cbe-3f81e72e5a32.lands.messages.lands.command.untrust.area.success: >-
&7Successfully untrusted player&3 %1 &7in this area &8(&7Area:&6 %2 &7Land:&2
%3&8)&7.
6dd5e262-41cf-448b-be0b-31fb20d6a57a.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_OPEN_COST.Lore.11: '#bbff6a▪
#bdc8c9[Q/Drop] Key: #bbff6aDisable All'
ca171821-6774-437c-b170-fad70d6c6b7d.deathmessages.Natural-Cause.Starvation.0: '%1
ran out of food, and died'
47f6d64c-e85d-4eaf-aac7-719448e50815.advancedenchants.token.success: '&2&lx &aSuccessfully
downloaded token &l%1&a enchantment, reloading...'
9315d8cb-4855-4854-9bd3-47bab04f5d97.lands.messages.general.inbox.nation.economy.upkeep.warning: '&cCouldn''t
pay the upkeep cost of %1.'
6c134544-ada2-4962-ad02-8b626ea67672.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_COMMANDS.Lore.11: '#bbff6a▪
#bdc8c9Right-Click: #bbff6aClear List'
2d328e16-c101-4ca0-86f9-27a90bcb8ccf.advancedenchants.commands.main.giverandombook.success: '&aGave
&2%1 %2x %3 &abooks!'
d806ba2d-08d7-4ad9-b2ec-de19eeb488ab.excellentcratesEditor.CrateEditorType.KEY_CHANGE_NAME.Lore.9: '#bbff6a&lActions:'
6f6bf7a8-633b-4065-b7f4-5ffd011b3dcd.deathmessages.Mobs.zombievillager.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
eafa37d3-9b16-496f-9f10-1af6168737e8.deathmessages.Mobs.cat.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
a06532b3-aeba-4210-9232-7efafc6b35ba.cmd.event.money.desc: |-
&bDescription
&b| &7Get lots of money
&b| &7as an event bonus ☺
&3| &fClick to view.
&bInformation
&8▪ &7Money: &f5000
56f60749-e2ee-48ec-bd17-fa1f6f83c228.deathmessages.Mobs.evoker.Solo.Melee.0: '%1 was
slain by a %2'
b73254d1-5bbd-43d7-afa2-e900b4fd35ad.lands.messages.lands.command.unclaim.split: >-
&cYou can't unclaim this chunk, because this would cause your land to split up
into parts. &7Parts that would split up are now visualized.
c8570235-c7e6-4098-aa90-f88602672eec.deathmessages.Basic-Mode.Gang.Magic.0: '%1 was
killed by a group of %2''s using magic'
7dfbafd5-3b88-41a1-9078-5d0cbb427d36.deathmessages.Mobs.sheep.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
cb255b02-eb0b-4294-a8c4-bd2b4d7375b1.tempflycommand.unit.days.tab_complete: day
dc8147b2-88a1-402d-8129-918ba7c84bcd.deathmessages.Mobs.snowman.Solo.Melee.0: '%1
was slain by a %2'
96819d33-756d-477d-8472-b2a8493fdfb4.PlayerParticlesdata-usage-vibration: '§7The effect
§b%1 §7requires §bvibration data§7! §7Format: §3<duration>'
67e15770-c23b-40b5-9152-699b7540b1cb.dh.menu.l3: '§7teleport to warps, upgrade,'
98f4d965-6cc6-4ad7-bfdb-556c5d54fde6.cmd.main.title.s34: '&b&lPlaytime'
08c4afbc-8197-4d71-8e25-ee5b032cff69.cmd.settings.desc.true.s23: |2-
&bInformation:
&b| &7Status: &a&l✔ &aEnabled
&b| &7Toggle: &bScoreboard
&b&l| &bᴄʟɪᴄᴋ ᴛᴏ ᴛᴏɢɢʟᴇ
f8bd1fcb-6fdf-467f-805d-aa5df4f76380.excellentcratesCrate.Open.Reward.Broadcast.0: '<!
prefix:"false" sound:"BLOCK_NOTE_BLOCK_BELL" !>'
8dd637f1-3f85-4695-acc8-20d1099f1a86.cmd.event.claimed.title: '&cAlready claimed'
bb890c48-8e52-4e25-9b12-a9ff900e6510.deathmessages.Mobs.evoker.Solo.Melee.0: '%1 was
slain by a %2'
56679ae6-63d1-4f6e-a6cd-c3791cde4f16.deathmessages.Mobs.dolphin.Gang.Melee.0: '%1
was slain by a bunch of %2''s'
fa27bc0c-9c4a-4687-a7d2-cc8ffdaf5ce4.PlayerParticlesfixed-create-looking-too-far: >-
§7Unable to create fixed effect, you are standing too far away from the block
you are looking at!
a3dc6e01-4505-4d90-be2e-7c1be9ec202d.advancedenchants.alchemist.exceeds-max-level: '&cYour
combined level exceeds maximum enchantment level!'
961ebf19-ce3f-423c-a861-fd94906ba052.deathmessages.Mobs.piglin.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
68e798c4-4852-4b81-bc97-4bee8833c383.deathmessages.Mobs.panda.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
d2edf1fd-19de-456b-91c4-297114071523.lands.messages.help.command.nations.relations.allies.remove: >-
[T]&e%1 %2 %3 &8- &7Remove ally[H]&7End relation with an ally. Click to
copy.[/H][SC]%4[/SC][/T]
45c68131-453d-4287-951e-f13dfc106e7a.chatmanager.motd: §7&o(Brand new and the best
community)
bfea7972-25da-4aff-af0d-5148d1c7e210.deathmessages.Mobs.player.Solo.Suffocation.0: '%1
suffocated in a wall while fighting %2'
08dd06ba-eee2-4085-ba3f-d754f711a0d6.lands.messages.lands.message.flags.interact_villager: >-
&cYou're not allowed to trade with villagers here (&cArea:&4 %1 &cLand:&4
%2&c). &8Flag: %3
c0a85a75-7f6b-4425-b84b-ed8028f8be1c.deathmessages.Mobs.fox.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
c7065378-e376-47fe-9f71-2510f6f94943.lands.messages.lands.command.sell.buy.owner-cooldown: >-
&cThe owner of a land can change every&4 %1&c. &7You must wait another&5 %2
&7before the land&2 %3 &7can be purchased.
b7cd49f1-0ae1-48f2-b44e-b390884fabf3.deathmessages.Mobs.drowned.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
40b3b386-1308-4cf4-9cc2-8ca2364b4d9d.lands.messages.lands.command.assign.selection: >-
&cYou need to create a selection first. &7Use &e/lands selection &7to create
one. After that try again.
7927b21d-4902-431a-a9da-e7f93077fe86.advancedenchants.commands.main.setsouls.success: '&cSet
item''s soul count to: %1'
e16b1204-4b60-4985-a13b-d102defbb259.lands.messages.help.command.wars.spawn: '[T]&e%1
%2 &8- &7Teleport to enemy[H]&7Click to execute.[/H][C]%3[/C][/T]'
733aff92-e7b5-4e83-a197-81a2450b954b.chatmanger.mention.header: §x§F§F§F§F§0§0@ &lMENTIONED
§x§F§F§F§F§0§0@
aa724a8e-ed37-4ba1-816a-f376b359130c.SuperVanishMessages.InvalidUsage: '&b&l%1 &8&l┃
&7Invalid usage, you can use &f/sv help&7 for a list of commands.'
0ff85a8d-9cae-4b9c-bed1-ee19a6465d7a.lands.messages.nations.command.accept.success: '&7Your
land&2 %1 &7is now part of nation&9 %2&7.'
9de142b1-3032-4432-8e41-1d1bdeb978b8.clearlag.will-removed-in: '§b&lWARNING!§b ᴀʟʟ
ɪᴛᴇᴍꜱ/ᴇɴᴛɪᴛɪᴇꜱ ᴡɪʟʟ ʙᴇ ʀᴇᴍᴏᴠᴇᴅ ɪɴ:'
493b7303-1410-4c4c-bd94-024a59ab8ee8.deathmessages.Mobs.salmon.Solo.Melee.0: '%1 was
slain by a %2'
0e85f057-1bc9-41e1-a00a-dd8105436573.deathmessages.Mobs.witherskeleton.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
15ef10b5-e81b-402e-879f-39819ce1ffc0.deathmessages.Natural-Cause.Wither.0: '%1 withered
away'
cbb209ff-6468-4d60-ab45-46763ce2bc17.deathmessages.Mobs.player.Solo.Projectile-Snowball.0: '%1
was hit in the head with a snowball thrown by %2'
a50ffd22-cbc4-49bf-838f-05449590457d.advancedenchants.enchanter.cannot-afford.0: '&cYou
do not have enough EXP to purchase that.'
113e6e2a-db4a-4304-9b51-ce1dacc07ca3.cmd.ref.22.title: '&bKeys'
87ecd127-6e5b-4a40-abc9-17d7bc7c6b00.lands.messages.wars.message.capture.place.wilderness: >-
&cYou can't place a capture flag in the wilderness. &7You need to place it
inside a enemy land.
9f2c83e9-0054-4938-8634-4b9b38fb9793.deathmessages.Mobs.cat.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
c4319364-1e2c-492c-aff3-5fed39fff8ed.lands.messages.lands.command.general.none: |
&cYou're not a member of any land.
[T]&8✖ &7Create your own: &e/%1 &8[CLICK][H]&7Click to copy.[/H][SC]%2[/SC][/T]
&7Any land can invite you using: &e/lands trust
c9674454-b9b0-45cd-be61-6c621c69bd4b.advancedenchants.sets.commands.invalid-weapon: '&cWeapon
is invalid.'
14a974fc-6d7e-422c-96b9-5a1462ead25b.excellentcratesEditor.Reward.Enter.Permissions: '#d4d9d8Enter
#aefd5e[Permission Node]'
8a0ae19b-e4fb-465b-994b-0875258bbadd.PlayerParticlesfixed-list-success: '§7You have
fixed effects with these IDs: §b%1'
3547d08a-4f11-46c6-8b60-8f0b3a677389.PlayerParticlesgui-create-particle: §bCreate
A New Particle
18178a0a-0ba6-4424-8581-35a862c9d409.ib.tilgis.your-stats: '&fYour Stats'
5ab4a572-4de1-49ce-b6c1-9d6f50ff8571.deathmessages.Mobs.endermite.Solo.Melee.0: '%1
was slain by a %2'
7aeed6b5-e26e-43a5-bd15-8ca805ba39a4.lands.messages.lands.command.relations.allies.remove.broadcast: '&7%1
&7and %2 &7are no longer allies.'
7e39881f-cdf6-425a-9b97-9a14e7658515.deathmessages.Mobs.player.Solo.Firework.0: '%1
stood too close to %2''s fireworks'
78c74ac9-eef9-444e-9848-eda3931a556d.advancedenchants.commands.main.info.3: '&6Max
level&7: &e%max-level%'
f8a51393-6dbb-43f1-a2d9-2acf208ccd99.tempflyaesthetic.symbols.infinity: ∞
b626d625-ca0b-4276-a055-31fba970e75a.lands.messages.nations.command.chat.activated: >-
&7Activated nation chat. Send a message in public chat to chat with your
nation.
e4302dd9-7e1b-4cd3-92e2-592dba2b2422.tempflygeneral.fly.infinite_disabled: '%1 §7You
disabled your infinite flight!'
99721967-46e4-4064-9861-ac3dee86835b.deathmessages.Natural-Cause.Firework.0: '%1 thought
playing with fireworks was a good idea'
8978ddfd-d504-4c7a-abca-b709294ace18.deathmessages.Mobs.squid.Solo.Melee.0: '%1 was
slain by a %2'
8cab414c-13ea-4e03-beb4-1afc67b7be05.cmd.settings.desc.s32: |2
&bDescription:
&b| &7Enable/Disable the announcements
&b| &7messages notifications.
d3bf9104-2b4e-4e76-8299-03caa23caed0.hub.move: You have been sent to the §6Lobby§7!
a60c331b-be03-4d5b-9c64-c0eda30678ac.lands.messages.general.top.hologram.nation.title: '&7&m━━━━━━━━━━━━━━<━&r
&2Top 10 Nations &8(&7Total: %1&8) &7&m━>━━━━━━━━━━━━━━'
862572b3-25c2-44a9-ad6e-66aea131f620.cmd.discord.link.desc: >-
&f
&f● &bYou have to be in our Discord
&bdc.hamstergames.eu
&f
&f● &7Open a private chat with the &b%discordsrv_guild_bot_effective_name%&7
discord bot
&f● &7Click me and close this gui.
&f● &7Copy the code from the chat and paste it in the
&f &f &7Chat with the bot.
&f
&7 (ᴄʟɪᴄᴋ ᴍᴇ ᴛᴏ ɢᴇᴛ ᴛʜᴇ ᴄᴏᴅᴇ)
3ca8dfe3-9891-42eb-b345-a9ffbb5d15ce.tempflycommand.base.trails.0: trails
447436b3-0fdf-495e-997a-1f0e06138d08.deathmessages.Mobs.husk.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
03fba882-cc6c-46d5-bd51-2def90411b05.lands.messages.general.command.argument.type.plugin: plugin
92ce16d0-5a53-4ade-9488-b439ef9ab11f.advancedenchants.commands.apply.reapplied: '&aYour
armor has been re-applied.'
45596b09-a92f-4a7d-a191-018e40a82591.lands.messages.lands.command.selection.expand.enabled: '&7Expanded
your selection from bottom to the top (min and max claim height).'
86697c9a-00da-4d2b-91b6-159badd99ddd.chatcolor.gui-selected: §eSelected
09dd93e7-22df-42ab-a111-a9f332ea2d29.lands.messages.help.command.lands.admin.deleteinactive: >-
[T]&e%1 %2 &8- &7Delete inactive players/lands[H]&7Click to
execute.[/H][C]%3[/C][/T]
2dc32249-58e5-4c1c-87b9-fa1d0d6bbe80.advancedenchants.alchemist.cannot-afford: '&cYou
cannot afford this transaction!'
8d927849-26ac-4287-8d4f-9e08dc906309.deathmessages.Mobs.witherskeleton.Solo.Melee.0: '%1
was slain by a %2'
1c02c090-c261-409b-a88a-5c7a7c22808f.excellentenchantmentsCommand.TierBook.Usage: '%1
%2 %3'
6113ed6d-13f2-4724-9771-2b55a0e3acca.cmd.main.desc.s14: |-
&bDescription
&b| &7Sell or Bid items on auction house
&b| &7With better prices!
&3| &fClick to view.
2fa892ae-0d36-4aed-8891-d8ee81922ada.lands.messages.nations.command.chat.format.minecraft: '[NoPrefix]&9Nation
%1 &8| &7%2 &8»&f %3'
59a74b0b-2d9c-43fd-9063-c6812d4618c0.PlayerParticlesstyle-invalid: >-
§7The style §c%1 §7does not exist! Use §b/pp styles §7for a list of styles you
can use.
8f0c70d9-f09d-41e3-97d0-a81eab59c81f.advancedenchants.commands.gedit.reset.invalid-usage: '&cUsage:
/gedit reset <gkit> <player>'
85f9f6b0-1206-4577-b004-91515064757f.lands.messages.lands.command.general.noaccess.untrusted: >-
&cYou're not trusted in land&4 %1&c. &7Use &e/lands menu &7to see the lands
you're a member of.
2e84a130-7c3a-458f-9271-9796bdd69d8a.lands.messages.help.command.lands.admin.land.shield.modify: >-
[T]&e%1 %2 %3 &8- &7Add (+) or remove (-) time[H]&7Click to
copy.[/H][SC]%4[/SC][/T]
c592a28a-8c66-4bd4-b3b9-bafc567e87c9.deathmessages.Mobs.horse.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
571a1f7e-b923-465e-be68-b1ba171e955c.lands.messages.lands.command.relations.allies.remove.revoked: '&7You
&8(&7%1&8) revoked the ally offer for %2&7.'
2dddf803-f0f8-4534-b1f8-cd73ac34fc38.lands.messages.help.command.lands.accept: >-
[T]&e%1 %2 %3 &8- &7Accept invite[H]&7You can view all received invites by
executing /lands invites. &7Click to copy.[/H][SC]%4[/SC][/T]
fc29f7df-7b94-443a-a298-326103fb65be.excellentcratesEditor.CrateEditorType.Reward.Rarity.Lore.3: '#ffed6a&lCurrent:'
f127794e-671e-461a-9a2b-d1da81f8f07f.lands.messages.general.inbox.nation.economy.taxes.warning: '&cLand
%1 couldn''t pay taxes.'
515b82f5-1347-4019-8232-e55adf10458e.dh.farmserver.menu.l5: §7are worth differently
9ee5eda9-7351-4713-9ff8-19090bb729ec.lands.messages.help.command.lands.admin.reload: >-
[T]&e%1 %2 &8- &7Reload config and messages[H]&7Click to
execute.[/H][C]%3[/C][/T]
4ea25839-1ad0-4c19-9033-77f9c0b6efea.advancedenchants.items.black-scroll.invalid-enchant: '&cCannot
remove enchant as it''s invalid!'
ecd552ec-a57b-4587-8ef3-49b1e4bc0232.tempflygeneral.unit.seconds: s
f6fd40be-7761-4e5e-8c47-f8c869a806b5.advancedenchants.commands.main.info.0: '&eInformation
about &6%1 &eenchantment&7:'
2c93db2c-fcf2-4dd0-b897-c7baed3a212f.gsitMessages.action-crawl-info: §7Use your§f
Shift§7 Key to get up.
180db7d5-06ea-4088-823e-596570ba031b.gsitPlugin.plugin-disabled: '[P]§7 The Plugin
was successfully disabled.'
394c5f2e-88e4-428f-a663-325711f73102.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_OPEN_COST.Lore.2: '#bdc8c9open
this crate.'
573d5aa9-e294-4bde-a803-f5f2dea2a0e8.excellentcratesEditor.CrateEditorType.KEY_CHANGE_ITEM.Lore.4: '#ffa76a▪
#bdc8c9Use item with premade name, lore, etc.'
0294d1f4-a140-42dd-9a05-b55d6e5dd3ed.excellentenchantmentsFitItemType.BOOTS: Boots
04857440-682e-4a49-9919-32f35e0ee13b.lands.messages.general.inbox.relation.ally.accepted: '&7We''re
now allies with %1&7.'
3e4fb967-fe31-4553-8f79-371d9b4f17de.excellentenchantmentsFitItemType.SWORD: Sword
7f0fdd3e-1be9-4e60-8594-dc9d8dbdc48d.lands.messages.list.hologram.rented.4: '&8Shift
+ click: Cancel'
b112f19d-d720-49ed-8822-95ec98ac5314.cmd.settings.title.s15: '&bVote Broadcast &8|
&7[Toggle]'
68d638a6-ff38-4b1a-b389-8a556b57308a.deathmessages.Natural-Cause.Melee.0: '%1 killed
themselves'
ff651667-d558-4471-ac65-117f4d1ac07b.ia.9.1: Join our Community
adaff0a5-9472-427b-a6a6-a768a49ed22d.lands.messages.lands.message.chat-input.land: >-
#t#&6Enter the Name[newline]&7of the target land in chat[newline]&7Enter
"cancel" to abort.
1e231d7c-6b8f-4c63-a344-8bec95942e4d.lands.messages.lands.command.sell.sell.success.land: |
&7You set the whole land&2 %1 &7for sale. Cost:&c %2
&8✖ &7Remove offer: &e/lands rent removeoffer
8f694166-320d-4be3-8c82-03118dce5061.cmd.main.desc.s23: |-
&bDescription
&b| &7In here you can unlock a certain
&b| &7Cosmetics using your points!
&3| &fClick to view.
&bInformation
&8| &fGlowing Cosmetics
&8| &fParticles Cosmetics
&8| &fStyles Cosmetics
&8| &fTags Cosmetics
&8| &fChatColor Cosmetics
72df96f6-88ed-41b3-9c54-2a6e1936f000.deathmessages.Mobs.panda.Gang.Weapon.0: '%1 was
ganed up on by some %2''s! One wacked them with %3'
10c8447b-984c-4de8-bbdc-7328b32ba9b2.deathmessages.Mobs.wanderingtrader.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
6c97d18c-49f7-4c88-a1c3-1d77e2953a36.deathmessages.Natural-Cause.Projectile-Arrow.0: '%1
shot themselves with %2'
0cc47b14-581a-4c64-b155-d2f7aed42939.cmd.purchase.choose.desc.s20: |-
&f
&bDescription
&b| &7Purchase rank using your available tokens
&b| &7and unlock an awesome perks!
&f
&b&l| &bᴄʟɪᴄᴋ ᴛᴏ ᴠɪᴇᴡ
978b7bad-3427-48e6-9222-369d35052d23.lands.messages.lands.command.relations.enemies.remove.success: >-
&7Successfully sent an neutralization offer to %1&7. If they accept it, you
&8(&7%2&8) &7will no longer be enemies.
b28eafc8-73eb-42aa-b5d5-d130306f482a.deathmessages.Mobs.guardian.Solo.Melee.0: '%1
was slain by a %2'
43102ea4-88eb-47d5-b9ea-53fbca2fe9ea.deathmessages.Mobs.elderguardian.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
5198688f-785b-49c1-9d9e-01a6300cfb63.SuperVanishMessages.OnVanishCausedByOtherPlayer: '&b&l%1
&8&l┃ &f%2 &7hid you, you are now invisible!'
f90ab21c-56dc-451c-9bde-0bf938ae1a8b.playerpoints.command-set-success: §7Set the §b%1
§7of §b%2 §7to §b%3§7.
24b026d9-baf9-435e-8d45-e2f0d1d84f0b.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_OPEN_COST.Lore.4: '#ffed6a&lCurrent:'
9a55e4bd-7238-47d3-ab01-3be7397736f5.lands.messages.lands.command.general.noaccess.position.untrusted: >-
&cYou're not allowed to do this for the land&4 %1 &cat your current position.
&7You're not trusted in this land.
bcae4ea3-37e1-4aad-a2eb-8c4b135589b6.playerpoints.command-take-usage: '§cUsage: §b/points
take §3<player> <amount>'
796e9cf2-a8f3-4a1f-a4d8-2356cf7bb6a3.cmd.purchase.choose.title.s20: '&b&lRanks &7Purchase'
7cdc7cce-7c52-40f4-8bfe-2539d5c775b4.advancedenchants.effects.steal-money: '&6%1 &7stole
&6%2 &7from &6%3&7!'
9167d50b-e748-46f2-95c7-45ded8e945cd.triton.selected: '&bCurrently selected'
d94e6424-5315-4cdc-9f40-ecf666b8bba2.PlayerParticlesreload-no-permission: §7You don't
have a permission to do that!
e7fa4b37-7c63-4db2-ae5b-dec5a5e36b2a.lands.messages.list.sign.sold.land.0: '&7&lSold'
3bc8567f-db4f-4db3-83a7-c302f0c84f20.alonsotags.inactive.lore: |-
§bDescription
§b| §7Here you can view a tag
§b| §7that you've selected.
§bInformation
§b| §7Tag Selected: §7N/A
§b| §7Status: §c&l❌
§c&l| §cᴛʜᴇʀᴇ ᴀʀᴇ ɴᴏᴛ ᴛᴀɢꜱ ꜱᴇʟᴇᴄᴛᴇᴅ
7fa0caab-165b-42aa-8f2c-d0171a0363cc.deathmessages.Mobs.panda.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
a6e1184d-641b-4222-9eef-4eb0b72be744.cmd.purchase.choose.title.s24: '&b&lFly &7Purchase'
b78e73f1-4c8a-42a2-a230-e2c83a30827f.cmd.links.desc.s20: |-
§f
§x§7§2§8§9§d§aDescription
§x§7§2§8§9§d§a| §7Click to view our official
§x§7§2§8§9§d§a| §7discord server!
§f
§x§7§2§8§9§d§a§l| §x§7§2§8§9§d§aᴄʟɪᴄᴋ ᴛᴏ ᴠɪᴇᴡ
9e6317ef-bd4e-47ee-893b-f9f7b2db3615.excellentcratesCrate.Open.Error.NoKey.1: '#fd5e5e&lWhoops!'
44584943-c6a9-4266-8902-83ed58eb40f8.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_NAME.Lore.12: '#bbff6a▪
#bdc8c9Shift-Left: #bbff6aSet for Preview'
d71ad446-949b-48fd-a379-1bf5c6236374.lands.messages.lands.command.rent.remove.offer.success.area: >-
&7Area&6 %1 &7of land&2 %2 &7is no longer able to be rented or purchased.
Existing tenants will stay until their rent time expires.
a1a55a9a-0b69-46c8-b9f9-478e3593b8c8.lands.messages.lands.message.event.elytra.disabled: >-
&cYour elytra gliding has been disabled. &7You're not allowed to use elytras
here.
6e0f0af5-f923-4398-be2a-ef4a85276ed5.excellentcratesEditor.CrateEditorType.EDITOR_KEYS.Lore.3: '#bbff6a▪
#bdc8c9Left-Click: #bbff6aOpen'
ab1d137a-4aca-4e77-9929-21ec07a833d9.excellentcratesCommand.Open.Notify: '#d4d9d8You
have been forced to open #fdf35e%1#d4d9d8.'
a316835e-cfc9-46f2-95a5-c15abf88add5.cmd.ref.31.keys.red: '&7You need at least &f%1
&7referral point%2 to buy this'
181ba0e2-392e-47b8-ab76-91a79103f78c.deathmessages.Mobs.zombievillager.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
ce59a733-0c4e-47bd-be02-9047ed57ec08.cmd.rules.chat.1-5: |-
&7&lWe ask that all player-related drama is dealt w/outside
&7Of public chat channels, this means you should take this to either
&7/msg &nin-game&7.
a1111e41-ddfc-4bc0-9851-16b654389fcd.lands.messages.lands.message.event.level.up: '#t#&6%1[newline]&7leveled
up: %2'
9bff66be-63ae-46eb-a90e-b46f059be6c7.deathmessages.Mobs.mule.Solo.Melee.0: '%1 was
slain by a %2'
2307cc7c-97c2-4ea0-9282-f204e486b2c9.deathmessages.Mobs.spider.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
e8cfdf78-3fc8-4f1f-93dc-51813a13ce9d.lands.messages.general.command.argument.type.funds: funds
067da34c-c686-43fc-9cb2-a99ff8b38a61.uar.COMMAND_FORCE_RESTART.chatMessage: Server
forced rebooting in
79c75f06-132a-47aa-bbbe-e70d7cd8789b.advancedenchants.enchanter.unknown-payment-method: '&cFailed
to validate %1 payment method, please contact an administrator.'
d31d8316-821e-4842-a2c7-6bfd788d6132.deathmessages.Mobs.skeletonhorse.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
037024e3-ff54-422e-9cf5-944785aeb307.excellentcratesEditor.Crate.BlockPushback.Name: '#ffed6a&lBlock
Pushback'
8efc9964-ac0b-4775-b104-93c43a771d96.excellentcratesCrate.Error.Invalid: '#fd5e5eInvalid
crate!'
5a01aab5-4010-4088-afc5-54347188858c.lands.messages.nations.command.trust.already: >-
&cThe land&4 %1 &cis already part of the nation&4 %2&c. &7They need to leave
it first by using &e/nations leave&7.
1ad58622-67ba-48dc-abc8-fac68f8b0f75.deathmessages.Mobs.pigzombie.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
e8bc0cc6-79c9-466b-9a79-010c2c7c6c16.lands.messages.lands.command.relations.self: '&cYou
can''t add&4 %1 &cas an ally or enemy to itself.'
b86e974e-bfc7-43bc-95c3-85322da54370.lands.messages.lands.command.trust.flag: >-
&cThe player&4 %1&c doesn't want to receive invites from any land. &7They can
change this in their menu, by executing &8/&3%2&7.
5b2f7260-1bfd-44eb-9c96-8c0f049d68a5.lands.messages.help.command.nations.level: >-
[T]&e%1 %2 &8- &7View level progress[H]&7View the progress of unlocking the
next level and benefits of the current and the next level. &7Click to
execute.[/H][C]%3[/C][/T]
982de10a-2154-49a8-8346-3c70d5ebbd96.deathmessages.Mobs.magmacube.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
b0f518cd-bae4-4081-9549-cd21937fde46.lands.messages.general.command.argument.type.radius: radius
5ac6912e-8d58-497d-bf04-9201bdd872e4.tempflygeneral.fly.speed_limit_other: '%1 §f%2
§8Is currently limited to fly speed §f%3§7.'
bcc9fc84-7dbd-448e-8497-c61fa0da2be7.advancedenchants.commands.main.give.success: '&aSuccessfully
gave %1 one %2 %3 book!'
cdc406bb-6236-4f1b-886f-b4a6a72dbdce.lands.messages.lands.command.setowner.success.target: >
[T]&7Player&3 %1 &7invited you to become the new owner of land&2
%2&7.[H]&7Click to open your invites menu.[/H][C]lands invites[/C][/T]
&7Upkeep:&c %3
[T]&2✔ Accept: &e/%4 &8[&8CLICK&8][H]&7Click here to accept this invite.[/H][C]%5[/C][/T]
[T]&c✘ Deny: &e/%6 &8[&8CLICK&8][H]&7Click here to deny this invite.[/H][C]%7[/C][/T]
efbc8d77-b2f5-46e5-abaf-b595e3e069e6.deathmessages.Natural-Cause.Climbable.0: '%1
tried climbing to greater heights and fell off %2'
26b0a263-6e2f-411a-9707-299f24fd8822.lands.messages.lands.command.selection.status.complete: >-
#t#&6Selection Complete[newline]&7Claim: &e&l/claim &7Unclaim:
&e&l/unclaim[newline]&6&lAssign selection to a subarea: &e&l/assign
fb6ad8f0-33ff-4efe-a80d-61406e6345eb.advancedenchants.sets.commands.offline-player: '&cPlayer
is offline.'
87ca85e0-c84a-4144-9414-a2559436576d.excellentcratesEditor.CrateEditorType.REWARD_CHANGE_IGNORED_FOR_PERMISSIONS.Name: '#ffed6a&lPermission
Restrictions'
4ea7cc2b-050f-43dc-9062-e8949c16c6ee.deathmessages.Mobs.creeper.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
df7d0276-410b-4ee6-b916-63bad4994510.deathmessages.Mobs.pillager.Solo.Contact.0: '%1
was pushed into a cactus by %2'
03d7abb3-1bd8-441e-aea0-a43268f3d4e5.advancedenchants.sets.commands.listweapons.weapon: ' &8>>
&f%1'
d139121e-a03b-4316-8b41-ae83d16dc52b.ia.toggle-sound-off: §7You''ve toggled §c&l❌
§cDisabled§7 the sound announcement §8&o(/toggle)
f4d6e0da-f544-4daa-8eff-6d7beff727b9.cmd.serverbasierend.title.que-cha: '&b&lQuests
and Challenges'
8b04ebf7-12ad-4492-bb3e-7ae40d9af0e0.excellentcratesEditor.CrateEditorType.KEY_OBJECT.Lore.0: '#ffed6a▪
#bdc8c9Virtual: #ffed6a%1'
1bbddb46-f078-4ab5-917b-7e4b35754fdc.deathmessages.Natural-Cause.Projectile-Trident.0: '%1
shot themselves with trident'
024ae9d9-b7e9-457f-baee-b813c4e4cf79.deathmessages.Mobs.snowman.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
99142074-a99e-48a9-b673-cd376a0ee72d.lands.messages.help.command.lands.wild: >-
[T]&e%1 %2 %3 &8- &7Teleport to random location[H]&7Click to
execute.[/H][C]%4[/C][/T]
c6d9c71c-cb4a-4c0e-be0f-9385e4d4c1f6.advancedenchants.items.white-scroll.apply-successful: '&aWhite
scroll has been applied to your item!'
89a1f71e-68ac-4de5-9fad-cac47a96dd26.PlayerParticlesadd-reached-max: >-
§7Unable to apply particle, you have reached the maximum amount of §c%1
§7allowed!
fde9060a-5824-454a-a0d1-9f43ffe0a4ca.lands.messages.nations.command.accept.already: >-
&cYour land&4 %1 &cis already part of nation&4 %2&c. &7You need to leave it
first by executing &e/nations leave&7.
46c94e38-5c71-4bfb-975f-bdb3f6311c20.gsitMessages.action-pose-region-error: '[P]§7
You can''t pose in this region!'
970b7822-b474-49db-9ba1-c13bd9060597.advancedenchants.commands.main.greset.reset: '&aReset
the %1 kit for %2!'
ed4df4d6-9e18-4863-9ea5-e0539f92ef53.lands.messages.wars.command.spawn.success: '&7You
were teleported near the border of enemy %1&7.'
e541fb29-4330-40ff-af1a-d276c3f0911c.lands.messages.lands.command.teleport.success: '&7Successfully
teleported to X:&3 %1 &7Z:&3 %2 &7Claimed: %3'
8d80cec4-efda-4fa2-bfe9-d262728c3174.excellentcratesEditor.CrateEditorType.CRATE_CHANGE_PERMISSION.Lore.1: '#bdc8c9to
open this crate.'
38cf02be-9578-46d0-815c-f0f1525c6a84.menu.bank.withdrew.title: §eWithdrew Money
11541c0c-67d6-40d2-a034-67e557142863.excellentcratesCommand.Give.Usage: '%1 %2 [amount]
[-s]'
7901a073-8bc9-4d7d-a1b1-e7842e58a72a.lands.messages.lands.command.leave.land.success: '&7Successfully
left the whole land&2 %1&7.'
58c66fcf-57f4-42a3-ae9c-7fed7b0df259.deathmessages.Mobs.squid.Solo.Projectile-Arrow.0: '%1
was shot by a %2 somehow using %3'
52e12632-ec42-4eb4-8208-9bba0665d438.deathmessages.Mobs.enderman.Solo.Weapon.0: '%1
was slain by a %2 somehow using %3'
63ef1ca1-91f7-4f82-bf0a-62789b997bc8.deathmessages.Mobs.blaze.Gang.Projectile-Arrow.0: '%1
was ganged up on by some %2! One shot them with %3'
9c277f76-1b58-42fd-82b0-e44c63d32158.SuperVanishMessages.ReappearMessageWithPermission: §x§0§0§F§F§0§0⏩
&f%1 &7&o(Unvanished)
7663cf79-d0eb-4161-8d40-0c12705b53ee.deathmessages.Mobs.giant.Gang.Melee.0: '%1 was
slain by a bunch of %2''s'
4141319f-53b2-4041-b1c0-9bc3de0f7449.lands.messages.help.command.lands.help: '[T]&e%1
%2 %3 - &7Get help[H]&7Click to execute.[/H][C]%4[/C][/T]'
1bc04c58-ab3f-44aa-b4d3-88b75e15224f.cmd.rules.chat.1-2: |-
&7&lKeep chat &nsafe for work&7&l SFW!. Sparking a pornography, 18+
&7or any other's topic that can contain adults content is prohibited
&7this is not &nonlyfans&7 community, so keep the chat SFW!
619b3650-a234-4118-99a7-5c201564231e.cmd.settings.desc.s14: |2
&bDescription
&b| &aEnable&7 or &cDisable&7 the scoreboard
&b| &7on your right screen.
61e5e16f-7324-484c-8716-d775808043f7.lands.messages.list.sign.top.entry.0: '&6&l#%1
%2'
bcddaba9-a106-4e08-9915-7604019b3222.lands.messages.general.map.info.wilderness: ' &2▉
&7= Wilderness'
785323f7-ad35-46f9-9d2d-d7b3f76bfa31.deathmessages.Mobs.chicken.Gang.Weapon.0: '%1
was ganed up on by some %2''s! One wacked them with %3'
f5574dc6-b078-4f02-b1ab-34fab9b92ae8.lands.messages.lands.command.claim.selection.success: >-
&7You successfully claimed&3 %1 &7chunks for your land&2 %2&7. You paid&c
%3&7.