-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Locale_TH.yml
4278 lines (4217 loc) · 248 KB
/
Locale_TH.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
# Funnycraft Thai Language CMI Translations | Last Update : 30/7/2565 12:17:54
# You can support the creator by click star and follow!
# Github : https://github.com/Puttipong-Studio
# ไฟล์นี้เเปลไทยเเล้วประมาณ 70-80% คุณสามารถนำไปเเปลต่อได้เลยนะครับ
# โปรดอย่าเอาไปขายต่อเลยครับ ถือว่าช่วยๆกันครับ
info:
Same: '&cCan''t open your own inventory for editing!'
cantLoginWithDifCap: '&cCan''t login with different name capitalization! Old name:
&e[oldName]&c. Current: &e[currentName]'
Searching: '&eSearching for player data, please wait, this can take some time to
finish!'
NoCommandWhileSleeping: '&cCan''t perform commands while sleeping!'
PurgeNotEnabled: '&cPurge function is not enabled in config file!'
TeamManagementDisabled: '&7This feature will have limited functionalaty while DisableTeamManagement
is set to true!'
NoGameMode: '&cPlease use 0/1/2/3 or Survival/Creative/Adventure/Spectator or s/c/a/sp!'
NameChange: '&6[playerDisplayName] &elogged in, also known as: &6[namelist]'
Cooldowns: '&eThis command is on cooldown for another &6[time]'
specializedCooldowns: '&eกรุณารออีกครั้งเพื่อที่จะทำสิ่งนี้ได้ในอีก &6[time]'
specializedRunning: '&eCommand still running, please wait &6[time]'
CooldownOneTime: '&eThis command can only be used once!'
WarmUp:
canceled: '&eคำสั่งถูกยกเลิกเนื่องจากคุณขยับ'
counter: '!actionbar!&6--> Wait &e[time] &6seconds <--'
DontMove: '!title!&6กรุณาอย่าขยับ!!subtitle!&7กรุณารอ &c[time] &7วินาทีครับ'
Boss:
DontMove: '&4Don''t move for &7[autoTimeLeft] &4seconds!'
WaitFor: '&4Wait for &7[autoTimeLeft] &4seconds!'
Spawner: '&r[type] Spawner'
FailedSpawnerMine: '!actionbar!&cFailed to mine spawner. &7[percent]% &cdrop chance'
ClickSpawner: '!actionbar!&7[percent]% &eDrop chance'
Elevator:
created: '&eCreated elevator sign'
CantPlaceSpawner: '&eCan''t place spawner so close to another spawner (&6[range]&e)'
ChunksLoading: '&eWorld chunk data is still being loaded. Please wait a bit and
try again.'
CantUseNonEncrypted: '!actionbar!&cCommands on this item are not encrypted. Can''t
use them!'
CantDecode: '!actionbar!&cCan''t decode message/command. Key file contains wrong
key for this task. Inform server administration about this'
CantTeleport: '&eYou can''t teleport because you have too many limited items. Scroll
over this line to see the maximum amount of items allowed.'
BlackList: '&e[material] [amount] &6Max: [max]'
wrongPortal: '&cYou are in incorrect area of effect'
ItemWillBreak: '!actionbar!&eYour item (&6[itemName]&e) will break soon! &e[current]&6/&e[max]'
ArmorWillBreak: '!actionbar!&eYour [itemName] will break soon! &e[current]&6/&e[max]'
flyingToHigh: '&cYou can''t fly so high, max height is &6[max]&c!'
specializedItemFail: '&cCan''t determine specialized item requirement by value:
&7[value]'
sunSpeeding: Sleeping [count] of [total] [hour] hour [speed]X speed
sleepersRequired: '!actionbar!&f[sleeping] &7of &f[required] &7sleeping from required
for night time speedup'
sunSpeedingTitle: '&7[hour]'
skippingNight: '!title!&7Skipping entire night'
sunSpeedingSubTitle: '&f[count]&7/&f[total] &7(&f[speed]X&7)'
repairConfirm: '&eClick to confirm &7[items] &eitem repair for &7[cost]'
bookDate: '&7Written at &f[date]'
maintenance: '&7Maintenance mode'
mapLimit: '&cCant go beyond 30 000 000 blocks'
startedEditingPainting: '&eYou started editing painting. Click any other block to
cancel.'
canceledEditingPainting: '&eYou canceled painting editing mode'
changedPainting: '!actionbar!&eChanged painting to &6[name] &ewith id of &6[id]'
noSpam: '!title!&cNo spamming!'
noCmdSpam: '!title!&cNo command spamming!'
spamConsoleInform: '&cPlayer (&7[playerName]&c) triggered (&7[rules]&c) chat filter
with:&r [message]'
# This line can have extra variables: [totalUsers] [onlinePlayers]
FirstJoin: '&eผู้เล่น &6[playerDisplayName] &eได้เข้าเซิร์ฟเวอร์เป็นครั้งเเรก ยินดีต้อนรับ!'
LogoutCustom: '&8[&f&8] &7ผู้เล่น &c[playerName] &7ได้ออกจากเซิฟเวอร์'
LoginCustom: '&8[&f&8] &7ผู้เล่น &a[playerName] &7ได้เข้าร่วมเซิร์ฟเวอร์'
deathlocation: '&eYou died at x:&6[x]&e, y:&6[y]&e, z:&6[z]&e in &6[world]'
book:
exploit: '&cYou cant create book with more than [amount] pages'
combat:
CantUseShulkerBox: '&cCan''t use shulker box while you are in combat with player.
Wait: [time]'
CantUseCommand: '!actionbar!&cCan''t use command while in combat mode. Wait: [time]'
bossBarPvp: '&cCombat mode [autoTimeLeft]'
bossBarPve: '&2Combat mode [autoTimeLeft]'
noSchedule: '&cSchedule by this name is not found'
totem:
cooldown: '&eTotem cooldown: [time]'
warmup: '&eTotem effect: [time]'
cantConsume: '&eTotem usage was denied due to its cooldown time'
InventorySave:
info: '&8Info: &8[playerDisplayName]'
saved: '&e[time] &eInventory saved with id: &e[id]'
NoSavedInv: '&eThis player doesn''t have any saved inventories'
NoEntries: '&4File exists, but no inventories were found!'
CantFind: '&eCan''t find inventory with this id'
TopLine: '&e----------- &6[playerDisplayName] saved inventory &e-----------'
List: '&eid: &6[id]&e. &6[time]'
KillerSymbol: '&c ☠'
Click: '&eClick to check ([id]) saved inventory'
IdDontExist: '&4This save Id doesn''t exist!'
Deleted: '&eSaved inventory was successfully deleted!'
Restored: '&eYou have restored &e[sourcename] &einventory for &e[targetname] &euser.'
GotRestored: '&eYour inventory was restored from &e[sourcename] &esaved inventory
on &e[time]'
LoadForSelf: '&eLoad this inventory for your self'
LoadForOwner: '&eLoad this inventory for owner'
NextInventory: '&eNext inventory'
PreviousInventory: '&ePrevious inventory'
Editable: '&eEdit mode enabled'
NonEditable: '&eEdit mode disabled'
vanishSymbolOn: '&8[&7H&8]&r'
vanishSymbolOff: ''
afkSymbolOn: '&f&r'
afkSymbolOff: ''
beeinfo: '!actionbar!&7Honey level: &e[level]&7/&e[maxlevel] &7Bees inside: &e[count]&7/&e[maxcount]'
pvp:
noGodDamage: '!actionbar!&cYou can''t damage players while being immortal'
pve:
noGodDamage: '!actionbar!&cYou can''t damage mobs while being immortal'
InvEmpty:
armor: '&eYour armor slots should be empty!'
hand: '&eYour hand should be empty!'
maininv: '&eYour main inventory should be empty!'
maininvslots: '&eYour main inventory should have atleast &6[count] &eempty slots!'
inv: '&eYour inventory should be empty!'
offhand: '&eYour offhand should be empty!'
quickbar: '&eYour quick bar should be empty!'
quickbarslots: '&eYour quick bar should have atleast &6[count] &eempty slots!'
subinv: '&eYour sub inventory should be empty!'
subinvslots: '&eYour sub inventory should have atleast &6[count] &eempty slots!'
Relog: '&eRelog might be needed for change to take effect'
time:
# Mainly for placeholder playtime output
# Use + sign at the start of line to force include it even if specific and previous time values are 0
# Use - sign at the start of line if you want to include it only if its value isn't 0. If entire output results into empty line, then we will output seconds value
days: '&2[d] &7วัน:'
hours: '&2[h] &7ชั่วโมง '
minutes: '&2[m] &7นาที '
seconds: '&2[s] &7วินาที'
CommandFormat: '&cIncorrect command format'
ServerSwitchOut: ' &6[playerDisplayName] &eswitched server to &6[serverName]'
ServerSwitchIn: ' &6[playerDisplayName] &ecame from &6[serverName] &eserver'
months: '&e[months] &6months '
oneMonth: '&e[months] &6month '
weeks: '&e[weeks] &6weeks '
oneWeek: '&e[weeks] &6week '
warp:
list: '&e[pos]. &6[warpName] &f- &7[worldName] ([x]:[y]:[z])'
afk:
'off': '&7Playing'
MayNotRespond: '&ePlayer is AFK and may not respond'
MayNotRespondStaff: '&eStaff member is AFK and may not respond. Try contacting us
through discord'
BossBar:
hpBar: '&f[victim] &e[current]&f/&e[max] &f(&c-[damage]&f)'
Potion:
Effects: '&8Potion effects'
List: '&e[PotionName] [PotionAmplifier] &eDuration: &e[LeftDuration] &esec'
NoPotions: '&eNone'
Information:
Title: '&8Players information'
Health: '&eHealth: &6[Health]/[maxHealth]'
Hunger: '&eHunger: &6[Hunger]'
Saturation: '&eSaturation: &6[Saturation]'
Exp: '&eExp: &6[Exp]'
NotEnoughExp: '&eNot enough exp: &6[Exp]'
NotEnoughExpNeed: '&eNot enough exp: &6[Exp]/[need]'
tooMuchExp: '&eToo much exp: &6[Exp]/[need]'
NotEnoughVotes: '&eNot enough votes: &6[votes]'
TooMuchVotes: '&eToo many votes: &6[votes]'
BadGameMode: '&cYou can''t do this in your current game mode'
BadArea: '&cYou can''t perform this action in this area'
GameMode: '&eGameMode: &6[GameMode]'
Flying: '&eFlying: &6[Flying]'
Uuid: '&6[uuid]'
FirstConnection: '&eFirst connection: &6[time]'
Lastseen: '&eLast seen: &6[time]'
Onlinesince: '&eOnline since: &6[time]'
Money: '&eBalance: &6[money]'
Group: '&eGroup: &6[group]'
econ:
commandCost: '&7This command cost is &6[cost] &7repeat it or click here to confirm'
disabled: '&cCan''t use this command while economy support is disabled'
Elytra:
Speed: '&eSpeed: &6[speed]&ekm/h'
SpeedBoost: ' &a+ '
SpeedSuperBoost: ' &2+ '
CanUse: '&cCan''t equip elytra without permission!'
CantGlide: '&cCan''t use elytra here!'
Charging: '&eCharging &f[percentage]&e%'
NetherPortal:
ToHigh: '&cPortal is to big, max height is &6[max]&c!'
ToWide: '&cPortal is to wide, max width is &6[max]&c!'
Creation: '!actionbar!&7Created [height]x[width] nether portal!'
Disabled: '&cPortal creation disabled!'
Ender:
Title: '&7Open ender chest'
Chat:
localPrefix: ''
shoutPrefix: '&c[S]&r'
LocalNoOne: '!actionbar!&cNobody hear you, write ! before message for global chat'
shoutDeduction: '!actionbar!&cDeducted &e[amount] &cfor shout'
# Use \n to add new line
publicHover: '&eSent time: &6%server_time_hh:mm:ss%'
privateHover: '&eSent time: &6%server_time_hh:mm:ss%'
staffHover: '&eSent time: &6%server_time_hh:mm:ss%'
helpopHover: '&eSent time: &6%server_time_hh:mm:ss%'
link: '&l&4[&7LINK&4]'
item: '&7[%cmi_iteminhand_realname%[amount]&7]'
itemAmount: ' x[amount]'
itemEmpty: '&7[Mighty fist]'
Spy:
Chat:
msg: '&2Spy&7[&8[senderDisplayName] &7-> &8[playerDisplayName]&7]&f [message]'
custom: '&2Spy&8[senderDisplayName] &7-> &4|&8[place]&4|&f [message]'
Command:
msg: '&5C&2Spy&7[&8[senderDisplayName]&7]&7: &f[command]'
Sign:
msg: '&5Sign&2Spy&7[&8[senderDisplayName]&7]&7: &f[text]'
command:
help:
output:
usage: '&eการใช้: &7%usage%'
cmdInfoFormat: '[command] &f- &e[description]'
cmdFormat: '&6/[command]&f[arguments]'
helpPageDescription: '&e* [description]'
explanation: '&e * [explanation]'
title: '&e------ ======= &6ช่วยเหลือ&e &e======= ------'
nocmd:
help:
info: '&eแสดงคำสั่งทั้งหมดที่มี'
args: ''
actionbarmsg:
help:
info: '&eส่งข้อความแถบแอ็คชันไปยังผู้เล่น'
args: '[playerName/all] [message]'
info:
message: '&f[messsage]'
afk:
help:
info: '&eสลับโหมดไม่อยู่/กำลังเล่น สามารถระบุเหตุผลได้'
args: (-p:playerName) (reason)
info:
# This only determines message in title message and not message shown in chat. For chat message check config.yml file
afkTitle: '&eคุณกำลัง AFK'
afkSubTitle:
- '&2อย่าลืมกลับมาล่ะ!'
- '&2เป็นวันที่ดีสำหรับการตกปลานะ!'
- '&2อย่ากินคุ๊กกี้มากเกินไปล่ะ!'
afkcheck:
help:
info: '&eตรวจสอบสถานะของผู้เล่น'
args: '[playerName]'
info:
feedback: '&e[playerDisplayName]&e: &6[status]'
feedbackInactive: '&eไม่อยู่เป็นระยะเวลา &6[time]'
feedbackAll: '&e[place]. &e[playerDisplayName]&e: &6[status]'
feedbackReason: '&7[reason]'
air:
help:
info: '&eตั้งค่าอากาศให้ผู้เล่น'
args: '[playerName] [amount]'
info:
feedback: '&eคุณได้ตั้งค่า &3[amount]&e อากาศให้ &3[playerName]&e (&3[offon]&e)'
targetFeedback: '&eอากาศของคุณถูกกำหนดเป็น &3[amount]&e โดย &3[senderDisplayName]'
current: '&3[playerDisplayName] &eสถานะอากาศ: &3[amount]'
alert:
help:
info: '&eแจ้งเตือนทีมงานเมื่อผู้เล่นเข้าเซิร์ฟเวอร์'
args: '[playerName] (reason)'
explanation:
- '&eสิทธิ์:'
- '&6command.alert.info.inform &e- เพื่อดูการแจ้งเตือนเกี่ยวกับการเข้าเล่นเซิร์ฟเวอร์ของผู้เล่น'
info:
inform:
- '&e!Alert!******** &6[name] &4ได้เข้าเล่นเซิร์ฟเวอร์แล้ว &e*******!Alert!'
reason: '&eแจ้งเตือนด้วยเหตุผล: &6[reason]'
removed: '&6[playerDisplayName] &eลบออกจากรายการเตือน'
added: '&eข้อความแจ้งเตือนจะถูกส่งถึงทีมงานทั้งหมดหาก &6[playerDisplayName]
&eเข้าเซิร์ฟเวอร์ใน 24 ชั่วโมงข้างหน้า'
online: '&6[playerDisplayName] &eออนไลน์แล้ว'
alertlist:
help:
info: '&eLists all recorded alerts'
args: ''
info:
list: ' &e[place]. &6[playerDisplayName] &e[time] &7Reason: [reason]'
aliaseditor:
help:
info: '&eแก้ไขคำสั่งร่วม'
args: (new) (alias-cmd)
info:
ListNumber: '&e[number].'
alias: '&6[alias]'
commandList: ' &e/[command] '
commandListDelay: ' &6[command] '
permRequirements: Permission
permReqExplanation: '&7จะต้องมี &6cmi.customalias.[alias] &7เพื่อใช้งาน'
tab: ' TabComplete'
tabCompleteExplanation: '&7When disabled tabcomplete will not work'
tabCompletes: '&2TabCompletes: '
cTab: ' CustomTab'
file: ' &2FileName'
fileExplanation: '&7Current destination file: &e[file]'
addTabComplete: ' AddTab'
addTabExplanation: '&6When enabled we will add defined tabs to existing ones'
newAliasInfo: '&eป้อนชื่อคำสั่งร่วมใหม่แล้วกด Enter'
addInfo: '&eป้อนคำสั่งใหม่ พิมพ์ &6cancel &eเพื่อยกเลิก'
addInformationHover: "&eตัวแปรทั้งหมดสนับสนุนในหมวดหมู่ผู้ส่ง \n&edelay! 5 &6เ\
พื่อตั้งระยะเวลาที่รอ \n&e$1 &6จะใช้ตัวแปรที่มีให้ โดยคำสั่งใหม่จะเกิดขึ้น\
ในสถานที่นั้น \n&e$1- &6รับตัวแปรทั้งหมด จากจุดนี้และแทรกลงในคำสั่งดั้งเดิ\
ม \n&e? &6ทำให้ถูกต้อง เมื่อใช้ตัวแปรสุดท้าย สำหรับการใช้หน้าช่วยเหลือ \n\
&efromConsole! จะแสดง คำสั่งจากเซิร์ฟเวอร์"
editInfo: '&eคลิกเพื่อวางข้อความเก่า พิมพ์ &6cancel &eเพื่อยกเลิกการกระทำ พิมพ์
&6remove &eเพื่อลบบรรทัด'
anvil:
help:
info: '&eเปิดทั่งตีเหล็ก'
args: (playerName)
info:
feedback: '&eคุณได้เปิดทั่งตีเหล็กให้ &3[playerDisplayName]&e (&3[offon]&e)'
targetfeedback: '&3[senderDisplayName]&e ได้เปิดทั่งตีเหล็กให้คุณ'
anvilrepaircost:
help:
info: '&eSet items repair cost'
args: (playerName) [amount]
explanation:
- 'Example:'
- /repaircost 10
- /repaircost set 10
- /repaircost add 10
- /repaircost take 10
- /repaircost Zrips clear
- /repaircost Zrips add 10
info:
current: '&eCurrent items base repair cost: &6[cost]&e.'
noitem: '&cNot holding any item in hand.'
cantDetermineCost: '&cCan''t determine base repair cost for this item.'
selffeedback: '&eBase repair cost was set to &3[amount] &efor &3[playerDisplayName]&e
item in hand (&3[offon]&e).'
targetfeedback: '&eYour item repair cost was set to &3[amount]&e by &3[senderDisplayName]&e.'
armoreffect:
help:
info: '&eModifies armor effects'
args: '[potionEffect]'
armorstand:
help:
info: '&eเปิดเครื่องมือแก้ไขหุ่น'
args: (last/near)
info:
cantClick: '&cไม่สามารถทำสิ่งนี้ได้ มีคนกำลังแก้ไขหุ่นนี้'
tooFar: '&cหุ่นอยู่ไกลเกินไป'
title: ปรับแต่ง
coordX: '&cX'
coordY: '&2Y'
coordZ: '&eZ'
body: '&7การหมุนของร่างกาย: &f[amount]'
head: '&7ส่วนหัว [coord]&7: &f[amount]'
torso: '&7ส่วนตัว [coord]&7: &f[amount]'
leftArm: '&7แขนซ้าย [coord]&7: &f[amount]'
rightArm: '&7แขนขวา [coord]&7: &f[amount]'
leftLeg: '&7ขาซ้าย [coord]&7: &f[amount]'
rightLeg: '&7ขาขวา [coord]&7: &f[amount]'
pos: '&7ตำแหน่ง [coord]&7: &f[amount]'
list: '&7[place]. &6[distance] [items]'
items: '&3[displayName]&e[type]'
plate: '&7พื้นหุ่น'
size: '&7ขนาดเล็ก'
visible: '&7แสดงหุ่น'
arms: '&7แสดงแขน'
gravity: '&7แรงโน้มถ่วง'
glow: '&7เรืองแสง'
invulnerable: '&7ทำลายไม่ได้'
name: '&7แสดงชื่อ'
nameEdit: '&7Middle mouse click to edit name'
interactable: '&7ใช้งาน'
explanation: '&8คลิกปุ่มเมาส์ซ้ายหรือขวาเพื่อปรับค่า'
explanation2: '&8กด Shift เพื่อทำให้มากขึ้น/ลดลง 10 เท่า'
disableGravity: '&eปิดใช้งานแรงโน้มถ่วงหากคุณต้องการเปลี่ยนค่านี้'
copyLabel: '&7เปิดเครื่องมือโคลน'
copyTitle: '&8เลือกสิ่งที่คุณต้องการโคลน'
click: '&eคลิกหุ่นเพื่อโคลน หรือต่อยบล็อกเพื่อยกเลิกกระบวนการ'
canceled: '&eกระบวนการโคลนหุ่นถูกยกเลิก'
updated: '&eอัปเดตหุ่นแล้ว'
positionLabel: '&7Open position options'
saveLabel: '&7Open template saver'
saveButton: '&7Save'
saveTitle: '&8Pick what you want to save'
receivedItem: '&eReceived special armor stand into your inventory'
armorStandItem: '&7ArmorStand Template: &6[name]'
action:
helmet: '&7Helmet'
chest: '&7Chest'
offhand: '&7Offhand'
mainhand: '&7Mainhand'
leggings: '&7Leggings'
boots: '&7Boots'
name: '&7Name'
body: '&7Body'
plate: '&7Plate'
size: '&7Size'
visible: '&7Visible'
arms: '&7Arms'
gravity: '&7Gravity'
glow: '&7Glow'
invulnerable: '&7Invulnerable'
interactable: '&7Interactable'
head: '&7Head'
torso: '&7Torso'
leftArm: '&7Leftarm'
rightArm: '&7Rightarm'
leftLeg: '&7Leftleg'
rightLeg: '&7Rightleg'
attachcommand:
help:
info: '&eใส่คำสั่งลงในไอเท็ม'
args: '[command/-clear]'
explanation:
- แยกคำสั่งด้วย ;;
- คุณสามารถกำหนดให้รันคำสั่งด้วยการคลิกเมาส์ซ้ายหรือขวาแยกกันด้วย
- '!left! เพื่อดำเนินการคำสั่งด้วยการคลิกซ้าย'
- '!right! เพื่อดำเนินการคำสั่งด้วยการคลิกขวา'
- '!limiteduse:[amount]! กำหนดจำนวนครั้งที่คุณสามารถใช้ไอเท็มได้'
- '!safelimiteduse:[amount]! จะไม่ลบไอเท็มออกหลังจากใช้งานหมด'
- '!cc! ดำเนินการคำสั่งจากเซิร์ฟเวอร์, ต้องการสิทธิ์ cmi.command.attachcommand.cc'
- '!cooldownn:[amount]! เพิ่มคูลดาวน์ในการใช้ไอเท็ม'
- '[interactedPlayer] แทรกชื่อของผู้เล่นที่คุณมีการโต้ตอบในขณะที่ถือไอเท็ม'
- ตัวแปรทั่วโลกทำงานนอกเหนือจาก [itemUses]
info:
list: ' &e[id]. &6[cmd]'
uses: '&eItem usages: &6[amount]'
usesLeft: '!actionbar!&eItem uses left: &6[itemUses]'
cooldown: '&7Item is on cooldown. Wait [time]'
autorecharge:
help:
info: '&eToggle auto flight recharge'
args: (playerName) [exp/money/off] (-s)
info:
disabled: '&eAuto recharge disabled'
moneyEnabled: '&eEnabled automatic flight charge recharging by using &6money'
expEnabled: '&eEnabled automatic flight charge recharging by using &2exp'
back:
help:
info: '&eเคลื่อนย้ายกลับไปยังตำแหน่งล่าสุด'
args: (playerName) (-s)
info:
noinfo: '&4ไม่มีตำแหน่งที่บันทึกไว้เพื่อกลับไป'
feedback: '&eกลับสู่ตำแหน่งล่าสุด (&6[worldName]&e,&6[x]&e,&6[y]&e,&6[z]&e)'
balance:
help:
info: '&eตรวจสอบยอดเงิน'
args: (playerName)
info:
balance: '&eเงิน: &6[money]'
balanceOther: '&6[playerDisplayName] &eมีเงิน: &6[money]'
baltop:
help:
info: '&eตรวจสอบอันดับคนรวย'
args: (playerName)
info:
topLine: '&e&m-----&6 อันดับคนรวย &e&m-----'
topLineHover: '&6รวมเงินในเซิร์ฟเวอร์: &c[total]'
list: '&e[place]. &6[playerDisplayName]: &e[balance]'
ownLine: '&2[place]. &2[playerDisplayName]: &2[balance]'
# Set to empty field if you want to not show hover over message
hover: '&2[playerName]'
recalculating: '&2กำลังคำนวณอันดับคนรวย โปรดรอ 2-3 วินาทีแล้วลองอีกครั้ง'
ban:
help:
info: '&eแบนผู้เล่น'
args: '[playerName] (reason) (-s)'
explanation:
- cmi.command.ban.bypass - เพื่อหลีกเลี่ยงการแบน
info:
# Make sure that OverrideLoginMessage is enabled in config file
message: '&cคุณถูกแบนจากเซิร์ฟเวอร์นี้'
reason: '&6เหตุผล: &e[reason]'
defaultReason: '&eผิดกฎเซิร์ฟเวอร์'
messageToAll: '&6[playerDisplayName] &eถูกแบนโดย &6[senderDisplayName] &eเหตุผล:
&6[reason]'
banedSilent: '&7[&8เงียบ&7]&6[playerDisplayName] &eถูกแบนโดย &6[senderDisplayName]
&eเหตุผล: &6[reason]'
noSelfBan: '&cคุณไม่สามารถแบนตัวเองได้'
cantBan: '&cคุณไม่สามารถแบนผู้เล่นนี้ได้'
banlist:
help:
info: '&eเช็ครายการแบน'
args: ''
bbroadcast:
help:
info: '&eส่งข้อความพิเศษถึงผู้เล่นทุกคนบนเซิร์ฟเวอร์ทั้งหมด'
args: (!) [message] (-s:[serverName,serverName])
explanation:
- หากข้อความเริ่มต้นด้วย ! ข้อความกำหนดเองจะปรากฎขึ้น
- เซิร์ฟเวอร์สามารถกำหนดให้ประกาศข้อความเฉพาะในเซิร์ฟเวอร์นั้น
info:
format: '&7【 &aประกาศจากทางเซิร์ฟเวอร์ &7】 » &c[message]'
blockcycling:
help:
info: '&eเปลี่ยนสถานะรอบบล็อก'
args: ''
blockinfo:
help:
info: '&eตรวจสอบข้อมูลบล็อก'
args: ''
info:
Id: ' &eId: &6[id][data]'
Material: ' &eMaterial: &6[name][ndata]'
RealName: ' &eชื่อจริง: &6[name]'
TempLight: ' &eอุณหภูมิ: &6[temp]&e, ความสว่าง: &6[blevel]&e, ความสูง: &6[slevel]&e,
ความสว่างของบล็อกในตอนนี้: &6[level]'
Resistance: ' &eความต้านทานการขุด: &6[mining]&e, การระเบิด: &6[explosion]'
noteBlock: ' &eโทน: &6[tone] &eเสียงคู่แปด: &6[octave] &6เครื่องดนตรี: &e[instrument]
&6ระดับเสียง: &7[pitch]'
BlockState: ' &7[state]: &f[value]'
BlockHitBox: ' &7Height: &f[height] &7Length: &f[length] &7Width: &f[width]'
BlockHitBoxHover: '&7From Top: &f[top] &7From Bottom: &f[bottom]'
blocknbt:
help:
info: '&eแสดงข้อมูล NBT บล็อก'
args: ''
info:
noNbt: '&eบล็อกไม่มีข้อมูล NBT ใด ๆ'
book:
help:
info: '&eแก้ไขหนังสือ'
args: '[Author/Title/Unlock] [value]'
info:
noitem: '&cไม่ถือสิ่งของใด ๆ ในมือ'
notBook: '&cไอเท็มไม่ใช่หนังสือที่เขียน'
wrongValue: '&cไอเท็มไม่ได้ถูกเขียนเป็นหนังสือ'
inccorectAction: '&eชื่อการกระทำไม่ถูกต้อง'
authorChanged: '&eผู้เขียนเปลี่ยนเป็น: [author]'
titleChanged: '&eเปลี่ยนชื่อเป็น: [title]'
unlocked: '&eปลดล็อคหนังสือแล้ว'
bossbarmsg:
help:
info: '&eส่งข้อความแถบบนให้ผู้เล่น'
args: '[playerName/all] (-sec:[seconds])(-t:[timeToKeepFor]) (-n:nameOfBar)
(-p:[maxValue/current]) (-c:[color]) (-s:[1,6,10,12,20]) (-cmd:"command;;command2")
(-a:[ticks]) [message]'
explanation:
- PlaceHolderAPI ได้รับการสนับสนุนสำหรับความก้าวหน้าและส่งข้อความด้วยตนเอง
- เวลาถูกกำหนดในวิธีปกติ, เช่น 1s คือหนึ่งวินาที และ 1m เป็นหนึ่งนาที วิธีนี้จะกำหนดระยะเวลาที่จะให้แถบแสดงต่อผู้เล่นก่อนที่จะซ่อนตัวโดยอัตโนมัติ
- nameOfBar เป็นตัวเลือกและเมื่อกำหนดค่าเดียวกันแถบปัจจุบันจะ อัปเดตด้วยข้อมูลใหม่
- 'สีที่ใช้ได้: red, green, pink, purple, white, yellow'
- ค่าสูงสุดและปัจจุบันกำหนดค่าการเติมตัวแปร PlaceHolderAPI สามารถใช้สำหรับ การปรับปรุงแบบไดนามิก
- 'ตัวอย่าง:'
- /cmi bossbar Zrips BossBarTitle
- /cmi bossbarmsg all -t:1s -p:%server_max_players%/%server_online% -n:testbar
-c:red &2Title of bar %server_online%/%server_max_players% &e%cmi_user_name%
- /cmi bossbarmsg all -p:+1 -n:testbar - จะเพิ่มหนึ่งเปอร์เซ็นต์ไปยังแถบปัจจุบันตามชื่อ
- /cmi bossbarmsg all -p:-1 -n:testbar - จะหักหนึ่งเปอร์เซ็นต์จากแถบการแสดงปัจจุบันตามชื่อ
- /cmi bossbarmsg all -s:10 -n:testbar - จะตั้งค่าสไตล์แถบเป็น 10 กลุ่มโดยใช้ชื่อบาร์
- /cmi bossbarmsg all -sec:5 - จะนับ 5 วินาทีตั้งแต่ 0 ถึง 5
- /cmi bossbarmsg all -sec:-5 - จะนับ 5 วินาทีตั้งแต่ 5 ถึง 0
- http://www.zrips.net/cmi/commands/bossbarmsg-handling/
broadcast:
help:
info: '&eส่งข้อความพิเศษถึงผู้เล่นทุกคน'
args: (!) [message] (-w:[worldName,worldName])
explanation:
- หากข้อความเริ่มต้นด้วย ! ข้อความกำหนดเองจะปรากฎขึ้น
- โลกสามารถกำหนดให้ประกาศข้อความได้เฉพาะในโลกเหล่านั้น
info:
format: '&f[ &f &f] &7: &c[message]'
burn:
help:
info: '&eเผาผู้เล่น'
args: (playerName) (time) (-s)
info:
feedback: '&eคุณได้จุดไฟ &3[playerDisplayName]&e เป็นเวลา &6[time] &e(&3[offon]&e)'
targetfeedback: '&eคุณโดนจุดไฟโดย &3[senderDisplayName]&e เป็นเวลา &6[time]'
cartographytable:
help:
info: '&eOpen cartography table'
args: (playerName) (-s)
info:
feedback: '&eYou have opened cartography table for &3[playerDisplayName]&e (&3[offon]&e).'
targetfeedback: '&3[senderDisplayName]&e opened cartography table for you.'
charges:
help:
info: '&eแสดงค่าใช้จ่ายกรงสปาว'
args: '[playerName] [add/set/take/clear/reset] (-f)'
info:
charges: '&e* ค่าใช้จ่าย: &6[current]&e/&6[max] [bypass]'
cd: '&e* คูลดาวน์: &6[cdtime] &eถัดไปใน: &6[time]'
bypass: '&6(ข้าม)'
allUsed: '&eค่าใช้จ่ายทั้งหมดที่ใช้ ถัดไปในอีก [time]'
noGroup: '&eยังไม่ได้กำหนดกลุ่มการเรียกเก็บเงิน'
cantBreak: '&eคุณไม่สามารถทำลายได้จนกว่าคุณจะได้รับมอบหมายกลุ่ม'
minusCd: '&e ลบ &6[sec]&eวินาที บนคูลดาวน์ของกรงสปาว'
add: '&eเพิ่ม &6[amount] &eค่าใช้จ่ายกรงสปาวให้ &6[playerDisplayName]'
set: '&eตั้งค่า &6[amount] &eค่าใช้จ่ายกรงสปาวสำหรับ &6[playerDisplayName]'
clear: '&eล้างค่าใช้จ่ายกรงสปาวทั้งหมดให้ &6[playerDisplayName]'
reset: '&eรีเซ็ตกลุ่มการเรียกเก็บเงินกรงสปาวให้ &6[playerDisplayName]'
take: '&eเอา &6[amount] &eค่าใช้จ่ายกรงสปาวจาก &6[playerDisplayName]'
chat:
help:
info: '&eแชทกับผู้เล่นเป้าหมาย'
args: '[playerName/off]'
info:
joined: '&eเข้าร่วมห้องแชท: &7[chatRoomName]'
joinedWatcher: '&eObserving chat room: &7[chatRoomName]'
stopeedWatching: '&eStopped observing chat room: &7[chatRoomName]'
watcherSymbol: ◕‿◕
watcherSymbolActive: '&2'
watcherSymbolInactive: '&7'
joinedInfo: '&e[playerDisplayName] &7เข้าร่วมห้องแชท'
alreadyIn: '&eYou are already in &7[chatRoomName] chat room'
left: '&eออกจากห้องแชทชื่อ &7[chatRoomName]'
leftInfo: '&e[playerDisplayName] &7ออกจากห้องแชท'
invite: '&6[playerDisplayName] &eเชิญคุณเข้าร่วมห้องแชท: &7[chatRoomName]'
sentInvite: '&eInvited &6[playerDisplayName] &eto join chat room: &7[chatRoomName]'
format: '&3|&7[chatRoomName]&3| &6[playerDisplayName]: &r[message]'
nobody: '&4ไม่มีใครอยู่ในห้องแชท'
notOwner: '&4Only chat owner can do this'
wrongName: '&4Wrong chat room name'
takenName: '&4Chat room name is taken, use different one'
notIn: '&4User is not in chat room'
cantJoin: '&4Chat room is private and you don''t have invitation'
cantSee: '&4Chat room is private, you don''t have permission to see messages
in it'
kicked: '&6[playerDisplayName] &ekicked from chat room'
cantleave: '&6Can''t leave locked room'
gotKicked: '&4You got kicked from &7[chatRoomName] &4chat room'
list: '&e[chatRoomName]&e: &7[list]'
globalList: '&7[number]. [joined]&e[chatRoomName][private]&e: &7[count][expires]'
globalListPrivate: '&2(P)'
globalListJoined: '&2+'
globalListHover:
Owner: '&7Owner: [playerDisplayName]'
Ends: ' &7Expires in: [time]'
Names: '&7[playerDisplayName]'
checkaccount:
help:
info: '&eค้นหาบัญชีอื่นของผู้เล่น'
args: (playerName/ip)
explanation:
- 'สิทธิ์พิเศษ: cmi.command.checkaccount.showip'
info:
place: '&e[place]. &6'
ip: '&6[ip]&e: '
name: '&6[name]&e(&6[times]&e)'
nonIpList: '&eบัญชี: &6'
nonIpName: '&6[name]'
click: '&eคลิกเพื่อตรวจสอบ &6[name] &eบัญชี'
noData: '&cไม่มีบันทึกสำหรับผู้เล่นนี้'
checkban:
help:
info: '&eตรวจสอบสถานะแบน'
args: (playerName)
info:
list: '&6[place]&e. &e[playerDisplayName] &6[time]'
permanent: '&3ถาวร'
bannedUntil: '&eแบนเมื่อ: &6[time]'
reason: '&eเหตุผล: &6[reason]'
bannedBy: '&eแบนโดย: &6[sourceDisplayName]'
bannedWhen: '&eแบนเมื่อวันที่: &6[date]'
checkcommand:
help:
info: '&eค้นหาคำสั่งที่เป็นไปได้ด้วยคำหลัก'
args: (key word)
info:
list: '&e[place]. &f[command] &7[args]'
hover: '&e[desc]'
variableColor: '&f'
noCommandFound: '&7No commands found by this keyword'
checkexp:
help:
info: '&eตรวจสอบประสบการณ์ผู้เล่น'
args: (playerName)
info:
current: '&eเลเวล: &6[currentLevel] &eประสบการณ์: &6[levelExp] &eประสบการณ์ทั้งหมด:
&6[exp]'
need: '&eต้องการประสบการณ์เพื่ออัพเลเวล: &6[missingExp]'
checkperm:
help:
info: '&eตรวจสอบสิทธิ์ที่เป็นไปได้'
args: (key word)
info:
list: '&e[place]. [permission]'
hover: '&e[desc]'
others: |-
&4
---->เมื่อใช้คำสั่งกับผู้เล่นอื่น<----
&cต้องการคำสั่งพื้นฐาน
permissionColor: '&6'
cmdPermissionColor: '&2'
variableColor: '&f'
noPermissionFound: '&7ไม่พบสิทธิ์ของคำหลักนี้'
cheque:
help:
info: '&eแปลงเงินเป็นเช็ค'
args: (playerName) [amount]
info:
transferred: '&eTransferred &6[amount] &eto your account. New balance: &6[balance]'
chequeName: '&eเช็คเงินจำนวน &6[amount]'
chequeLore:
- '&r&fออกโดย &7[senderDisplayName]'
- '&r&fคลิกขวาเพื่อรับเงิน'
holdPaper: '&eถือกระดาษในมือของคุณ'
cantUse: '&eไม่สามารถใช้กระดาษแผ่นนี้ มันเป็นเช็คแล้ว'
clear:
help:
info: '&eเคลียร์ช่องเก็บของผู้เล่น'
args: (playerName) (item(-amount)) (-s) (+clearType)
explanation:
- 'ตำแหน่งที่เคลียร์ได้: quickbar, inventory, partinventory, weapons, armorslots,
tools, armors, mainhand, offhand'
- ควรเริ่มต้นด้วยเครื่องหมาย +
- สามารถใช้ได้หลายประเภท
- cmi clear +armors - จะลบไอเท็มประเภทเกราะ
- cmi clear +armorslots - จะลบไอเท็มออกจากช่องใส่ชุดเกราะ
info:
clearFeedback: '&eYou have removed &6[amount] &eitems from &3[playerDisplayName]&e
inventory (&3[offon]&e).'
target: '&6[amount] &eitems got removed from your inventory by &3[senderDisplayName]&e.'
confirm: '&7คลิกเพื่อยืนยันเคลียร์ช่องเก็บของ &cไอเท็มทั้งหมดจะถูกลบ'
clearchat:
help:
info: '&eล้างการแชท'
args: (self)
explanation:
- 'สิทธิ์:'
- ' &6cmi.command.clearchat.bypass &e- เพื่อละเว้นการล้างการแชท'
info:
information: '&eแชทถูกล้างโดย &6[senderDisplayName]'
clearender:
help:
info: '&eล้างหีบเอ็นเดอร์ของผู้เล่น'
args: '[playerName] (-s)'
info:
feedback: '&eคุณได้ล้าง &3[playerDisplayName]&e หีบเอ็นเดอร์ (&3[offon]&e)'
targetfeedback: '&eหีบเอ็นเดอร์ของคุณถูกล้างโดย &3[senderDisplayName]'
colorlimits:
help:
info: '&eแสดงสีที่สามารถใช้ได้ทั้งหมด'
args: (playerName)
info:
publicmessage: ' &eสาธารณะ: '
privatemessage: ' &eส่วนตัว: '
nickname: ' &eชื่อเล่น: '
signs: ' &eป้าย: '
books: ' &eหนังสือ: '
itemname: ' &eItemName: '
itemlore: ' &eItemLore: '
me: ' &eตัวเอง: '
None: '&e-'
colorpicker:
help:
info: '&ePick hex color'
args: (hex/colorname)
info:
hovers:
- '[color]⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛'
- '&f#[hex]'
- '&7Closest match: '
- '[colorHex] - [colorName]'
- '[closeColor]⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛'
- Shift+Click
colors:
help:
info: '&eแสดงสีที่เป็นไปได้ทั้งหมด'
args: (playerName)
info:
List:
- '&e***************************************'
- ' &0&%0 &1&%1 &2&%2 &3&%3 &4&%4 &5&%5 &6&%6 &7&%7'
- ' &8&%8 &9&%9 &a&%a &b&%b &c&%c &d&%d &e&%e &f&%f'
- ' &%k - &kMagic&r &%l - &lBold'
- ' &%m - &mStrike&r &%n - &nUline'
- ' &%o - &oItalic&r &%r - &rReset'
- '&e***************************************'
compass:
help:
info: '&eตั้งค่าเข็มทิศผู้เล่นไปยังตำแหน่งของคุณ'
args: (targetName) (sourceName) (x) (z) (worldname) (reset) (-s)
explanation:
- 'ตัวอย่าง: /cmi compass Zhax'
- /cmi compass Zhax Zrips
- /cmi compass Zhax LT_Craft 0 0 -s
- /cmi compass reset Zhax
info:
wrongworld: '&cโลกที่คุณกำหนดไม่มีอยู่'
feedback: '&eคุณได้ตั้งค่า &3[playerDisplayName] &eเข็มทิศให้ชี้ไปยัง &3[sourceDisplayName]
&eตำแหน่ง'
feedbackCustom: '&eคุณได้ตั้งค่า &3[playerDisplayName] &eเข็มทิศชี้ไปยัง &3[x]
[z] [world] &eตำแหน่ง'
targetFeedback: '&eเป้าหมายเข็มทิศของคุณถูกตั้งค่าเป็น &3[sourceDisplayName]
&eตำแหน่ง โดย &3[senderName]'
targetFeedbackCustom: '&eเป้าหมายเข็มทิศของคุณถูกตั้งค่าเป็น &3[x] [z] [world]
&eตำแหน่ง โดย &3[sourceDisplayName]'
reset: '&eลบเป้าหมายเข็มทิศแล้ว'
condense:
help:
info: '&eรวมไอเท็มให้เป็นบล็อก'
args: (itemName)
info:
converted: '&eแปลง &7[items] &eไอเท็มให้เป็น &7[blocks] &eบล็อก'
nothing: '&cไม่มีไอเท็มในตัวที่จะแปลงเป็นบล็อก'
counter:
help:
info: '&eเริ่มตัวนับสำหรับผู้เล่นโดยรอบ'
args: '[join/leave/start] (t:time) (r:[range/-1]) (c:[world:x:y:z]) (msg:custom_message)
(-f)'
explanation:
- '&eสิทธิ์:'
- '&6cmi.command.counter.force &e- เพื่อบังคับให้ทุกคนอยู่ในระยะ '
- '&6cmi.command.counter.time &e- กำหนดช่วงเวลาที่กำหนดเอง '
- '&6cmi.command.counter.range &e- เพื่อกำหนดระยะที่กำหนดเอง'
- '&6cmi.command.counter.msg &e- เพื่อกำหนดข้อความที่กำหนดเอง'
- '&6cmi.command.counter.autojoin &e- เข้าร่วมตัวนับโดยอัตโนมัติ'
- -f จะบังคับให้ตอบโต้ผู้เล่นทุกคนในระยะ
- 'ตัวอย่าง: /cmi counter start r:30 t:7 msg:&eCustom_message -f'
info:
join: '&eเข้าร่วมตัวนับ'
leave: '&eออกจากตัวนับ'
go: '&eลุย!'
tooFast: '&cไม่สามารถทำซ้ำคำสั่งได้ ให้รออีก: &6[sec]&eวินาที'
noOne: '&cไม่มีใครเห็นตัวนับนี้'
cplaytime:
help:
info: '&eแสดงเวลาเล่นโดยละเอียด'
args: (playerName)
info:
moreDetails: '&7คลิกเพื่อดูรายละเอียดเพิ่มเติม'
title: '&8[playerDisplayName] &7เวลาเล่น'
date: '&8[date]'
time: '&7[hour]:00&f-&7[nextHour]:00'
thishour: '&7ชั่วโมงปัจจุบัน'
hourback: '&7ชั่วโมงก่อนหน้า'
today: '&7วันนี้'
yesterday: '&7เมื่อวาน'
thisweek: '&7สัปดาห์นี้'
week: '&7ช่วง 7 วัน'
thismonth: '&7เดือนนี้'
month: '&7ช่วง 30 วัน'
thisyear: '&7ปีนี้'
year: '&7ช่วง 365 วัน'
total: '&7รวม'
ctellraw:
help:
info: '&eส่งข้อความชนิด Tellraw'
args: '[playerName/all] [formattedMessage]'
explanation:
- การใช้งานเหมือนที่แสดงใน http://www.zrips.net/cmi/custom-text/ เช่น ข้อความที่กำหนดเอง
ctext:
help:
info: '&eแสดงข้อความที่กำหนดเอง'
args: '[cText] (playerName/all) (sourcePlayer)'
info:
list: '&eข้อความที่กำหนดเอง: &6'
check: '&eตรวจสอบ: &6[text]'
cuff:
help:
info: '&eใส่/ปลดกุญแจมือของผู้เล่น'
args: '[playername] (true/false)'
info:
noChat: ''
noCommand: '&cคุณไม่สามารถใช้คำสั่งได้ขณะถูกใส่กุญแจมือ อนุญาตแค่ &6/msg, /r,
/tell'
cuffed: '&6[playerDisplayName] &eถูกใส่กุญแจมือ'
unCuffed: '&6[playerDisplayName] &eได้รับการปล่อยตัว'
free: '&eคุณเป็นอิสระแล้ว'
gotCuffed: ''
cuffedInfo: ''
cantCuff: '&cคุณไม่สามารถใส่กุญแจมือคนนี้ได้'
customrecipe:
help:
info: '&eจัดการวิธีคราฟต์ที่กำหนดเอง'
args: ''
info:
removed: '&eลบสูตร: [id]. หากไม่ต้องการให้ผู้เล่นใช้สูตรนี้ได้ คุณจะต้องรีสตาร์ทเซิร์ฟเวอร์'
noRecipe: '&eไม่มีสูตรที่กำหนดเองโดยรหัสนี้'
edit: '&8แก้ไขสูตร (&6[type]&8)'
addNew: '&eเพิ่มสูตรใหม่ (&6[type]&e)'
shapelessRecipe: '&6ทำสูตรไร้รูปแบบใหม่'
shapedRecipe: '&eทำสูตรรูปทรงใหม่'
furnaceRecipe: '&2ทำสูตรเตาใหม่'
campfireRecipe: '&2Make new campfire recipe'
smithingRecipe: '&2Make new smithing recipe'
stonecuttingRecipe: '&2Make new stonecutting recipe'
blastingRecipe: '&2Make new blasting recipe'
smokingRecipe: '&2Make new smoking recipe'
exact: '&2Require exact ingredients: [state]'
exists: '&4Looks like recipe like this already exists'
mainTitle: '&8สูตรที่กำหนดเอง (&7[current]&8/&7[total]&8)'
dback:
help:
info: '&eกลับสู่ตำแหน่งที่ตาย'
args: (playerName) (-s)
info:
noinfo: '&4ไม่มีตำแหน่งที่บันทึกไว้เพื่อกลับไป'
feedback: '&6กลับสู่ตำแหน่งล่าสุด ([world],[x],[y],[z])!'
disableenchant:
help:
info: '&eปิดการใช้ลงมนต์'
args: (enchant/id) (disable/enable)
info:
title: ควบคุมมนต์
feedback: '&6[enchantName] &eได้รับการ [state]'
dispose:
help:
info: '&eทิ้งไอเท็มที่ไม่ต้องการ'
args: (playerName)
info:
title: '&cถังขยะ'
cant: '&cYou can''t dispose this item'
distance:
help:
info: '&eตรวจสอบระยะห่างระหว่าง 2 ผู้เล่น'
args: (playerName) (playerName)
info:
feedback: '&7ระยะทาง: &e[dist] &7x:&e[x] &7y:&e[y] &7z:&e[z] &7ทิศ:&e[dir]'
donate:
help:
info: '&eบริจาคไอเท็มที่คุณถืออยู่'
args: '[playerName] (amount)'
info:
donated: '&eบริจาค &6[type]&eX&6[amount] &eให้กับ &6[playerDisplayName]'
got: '&eได้รับ &6[type]&eX&6[amount] &eจาก &6[playerDisplayName]'
sentOffer: '&eส่งการบริจาคให้กับ &6[playerDisplayName]&e ให้รอจนกว่าผู้เล่นยอมรับ'
gotOffer: '&eได้รับ &6[type]&eX&6[amount] &eจาก &6[sourceDisplayName]&e คลิกเพื่อรับไอเท็ม'
doesnthave: '&eผู้เล่นไม่มีไอเท็มนี้แล้ว'
'no': '&eNo pending donations'
list: '&7[number]. &e[playerDisplayName] &e- &7[material] &6x &e[amount]'
down:
help:
info: '&eTeleport one floor down'
args: '[playerName] (-s)'
info:
notFound: '&eNo suitable location'
dsign:
help:
info: '&eจัดการป้ายแบบไดนามิก'
args: (new)
explanation:
- มองที่ป้ายแล้วพิมพ์คำสั่ง /cmi dsign new
info:
howTo: '&cนี่ไม่ใช่ป้ายแบบไดนามิกเพื่อสร้างการดำเนินการใหม่ ให้พิมพ์ &e/cmi
dsign new'
gui: '&7---- &f<Open gui> &7----'
guiHover: '&eเปิดหน้าต่างการตั้งค่าป้ายแบบไดนามิก'
individual: '&7สถานะ: [state]'
individualLore:
- '&2True &7- จะส่งป้ายให้มีความแตกต่างกันสำหรับผู้เล่นแต่ละคน'
- '&2True &7- จะอัปเดตตัวยึดตำแหน่งของผู้เล่น'
- '&2False &7- จะส่งผลให้ป้ายมีการปรับปรุงทางกายภาพ'
- '&2False &7- มีประสิทธิภาพมากขึ้น แต่จำกัดมากขึ้นในเวลาเดียวกัน'
interval: '&7อัปเดตทุก ๆ &6[second] &7วินาที'
intervalLore:
- '&7มีการอัปเดตข้อมูลเกี่ยวกับป้ายบ่อยครั้งเป็นวินาที'
- '&7สิ่งนี้จะกำหนดความเร็วการเลื่อนของบรรทัด'
range: '&7ช่วงการเปิดใช้งาน: &6[blocks]'
rangeLore:
- '&7กำหนดพื้นที่รอบป้ายเพื่อเรียกการอัปเดต'
dye:
help:
info: '&eย้อมสีให้เกราะหนัง'
args: (playerName) (red,green,blue/hexCode/colorName/random/clear/rainbow/day/biome/health)
(-s)
info:
color: '&eสีปัจจุบัน - &c[red],&2[green],&9[blue] &eรหัสสี:&6#[hex]'
custom: '&eเปิดใช้งานโหมดสีที่กำหนดเอง: &6[mode]'
bound: '&eเจ้าของคือ: &6'
boundName: '[playerName]'
editctext:
help:
info: '&eแก้ไขข้อความที่กำหนดเอง'
args: ''
info:
noText: '&cไม่พบข้อความที่กำหนดเองที่ใช้ชื่อนี้'
editInfo: '&eคลิกเพื่อวางข้อความเก่า พิมพ์ &6cancel &eเพื่อยกเลิกการกระทำ พิมพ์
&6remove &eเพื่อลบบรรทัด'
addInfo: '&eป้อนข้อความบรรทัดใหม่ พิมพ์ &6cancel &eเพื่อยกเลิก'
addInformationHover: "&eตัวแปรทั้งหมดสนับสนุนในหมวดหมู่ผู้ส่ง \n&eรวมข้อความ\
ที่คลิกได้: \n&e<T>&rText&e</T><H>&rHover text&e</H><C>&rcommand&e</C><SC>&rSuggested\
\ text&e</SC> \n&6<T> &eและ &6</T> &erequired, อื่น ๆ เป็นตัวเลือก \n&eใช้\
\ \\u005Cn เพื่อเพิ่มบรรทัด \n&eหากต้องการใช้ข้อความ JSON มากกว่าหนึ่งรายก\
ารให้ใช้ <Next> \n&6<CC> &eดำเนินการคำสั่งเซิร์ฟเวอร์หนึ่งครั้ง \n&6<CCI>\
\ &eดำเนินการคำสั่งเซิร์ฟเวอร์ ทุกครั้งที่ผู้เล่นคลิกที่ข้อความ \n&6<URL>\
\ &eอนุญาตให้เพิ่มลิงก์เพื่อเปลี่ยนเส้นทาง ไปยังเว็บ"
newInfo: '&eป้อนชื่อของข้อความที่กำหนดเอง พิมพ์ &6cancel &eเพื่อยกเลิก'
deleteInfo: '&eพิมพ์ &6confirm &eเพื่อยืนยันการลบ หรือ พิมพ์ &6cancel &eเพื่อยกเลิกการกระทำนี้'
deleted: '&eข้อความที่กำหนดเอง (&6[ctext]&e) ถูกลบออก'
createdNew: '&eข้อความที่กำหนดเอง (&6[ctext]&e) ถูกสร้าง'
hidden: '&eHidden: &6[state]'
autoPage: '&eหน้าอัตโนมัติ: &6[state]'
autoAlias: '&eคำสั่งร่วมอัตโนมัติ: &6[state]'
permReq: '&eต้องการสิทธิ์: &6[state]'
pageLabel: ' &e<PageLabel>'
pageLabelHover: '&e[value]'
listTitle: '&eCText''s'
listFormat: '&6[name]&7: &r[extra]'
editlocale:
help:
info: '&eแก้ไขไฟล์ภาษาของคุณ'
args: (keyword(-s))
info:
found: '&7********* &eพบ: [found] &7*********'
editplaytime:
help: