-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpluginmaster_gh.json
More file actions
726 lines (726 loc) · 37.1 KB
/
pluginmaster_gh.json
File metadata and controls
726 lines (726 loc) · 37.1 KB
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
[
{
"Author": "attick, daemitus, Khayle",
"Name": "XIV Combo Expanded",
"Punchline": "Condenses combos and mutually exclusive abilities onto a single button.",
"Description": "This plugin condenses combos and mutually exclusive abilities onto a single button. For example, a 1-2-3 combo would become 1-1-1.",
"InternalName": "XIVComboExpanded",
"AssemblyVersion": "2.0.6.0",
"RepoUrl": "https://github.com/daemitus/XIVComboPlugin",
"ApplicableVersion": "any",
"Tags": [
"combo",
"xivcombo",
"expanded",
"pcombo"
],
"DalamudApiLevel": 15,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/daemitus/XIVComboPlugin/master/res/icon.png",
"ImageUrls": [],
"DownloadLinkInstall": "https://raw.githubusercontent.com/daemitus/MyDalamudPlugins/5e385d81659f2ae3e05b26328c41247531197c84/plugins/XIVComboExpanded/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://raw.githubusercontent.com/daemitus/MyDalamudPlugins/5e385d81659f2ae3e05b26328c41247531197c84/plugins/XIVComboExpanded/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/daemitus/MyDalamudPlugins/5e385d81659f2ae3e05b26328c41247531197c84/plugins/XIVComboExpanded/latest.zip",
"DownloadCount": 0,
"LastUpdate": "1777596682"
},
{
"Author": "Lichie",
"Name": "LMeter",
"Description": "Plugin to display ACT combat log data.",
"InternalName": "LMeter",
"AssemblyVersion": "0.4.4.0",
"TestingAssemblyVersion": "0.4.4.0",
"RepoUrl": "https://github.com/lichie567/LMeter",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"LastUpdate": 0,
"LoadPriority": 69420,
"DownloadLinkInstall": "https://github.com/lichie567/LMeter/releases/download/0.4.4.0/LMeter.zip",
"DownloadLinkTesting": "https://github.com/lichie567/LMeter/releases/download/0.4.4.0/LMeter.zip",
"DownloadLinkUpdate": "https://github.com/lichie567/LMeter/releases/download/0.4.4.0/LMeter.zip",
"IconUrl": "https://raw.githubusercontent.com/lichie567/LMeter/main/LMeter/Media/Images/icon.png"
},
{
"Author": "Bluefissure",
"Name": "Double Weaver",
"InternalName": "DoubleWeaver",
"AssemblyVersion": "1.0.8.0",
"Description": "Double weaving in high latency network.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Bluefissure/DoubleWeaver",
"Tags": [
"bluefissure",
"doublewaver"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://github.com/Bluefissure/DoubleWeaver/blob/master/images/icon.png",
"Punchline": "Double weaving with high ping",
"AcceptsFeedback": true,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"LastUpdate": "1733107895",
"DownloadLinkInstall": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/DoubleWeaver/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/DoubleWeaver/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/DoubleWeaver/latest.zip"
},
{
"Author": "Bluefissure",
"Name": "HousingPos",
"InternalName": "HousingPos",
"AssemblyVersion": "1.3.2.0",
"Description": "Automatically save/load the positions of housing furnitures.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Bluefissure/HousingPos",
"Tags": [
"bluefissure",
"housing"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "A housing tool",
"AcceptsFeedback": true,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"LastUpdate": "1733107895",
"DownloadLinkInstall": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/HousingPos/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/HousingPos/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Bluefissure/DalamudPlugins/9954ba21489b84ffafbcf2eb3bf0361e9b5f9d54/plugins/HousingPos/latest.zip"
},
{
"Author": "akira0245, Ori, Kalle, Zune",
"Name": "MidiBard 2",
"InternalName": "MidiBard2",
"AssemblyVersion": "3.2.4.5",
"Description": "Bard performance using midi files or keyboard.\n- Solo and ensemble mode support\n- Text commands for instrument equip and switch\nSupported by FFXIV Bards & Bands Community: ffbard.com",
"ApplicableVersion": "any",
"RepoUrl": "https://midibard.org",
"Tags": [
"music",
"utility",
"midi",
"bard"
],
"DalamudApiLevel": 15,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"ImageUrls": [
"https://i.imgur.com/1R13XF0.png"
],
"IconUrl": "https://i.imgur.com/OSxqew4.png",
"Punchline": "Bard performance using midi files or keyboard.\nSupported by FFXIV Bards & Bands Community: ffbard.com",
"Changelog": "1. Better support on Bard MIDI Library: Show Playlist Menu(Triple dots on top right) -> BML Browser; 2. Rename Electric Guitar Modes and adding help messages. 3. Loads of fixes and QOL changes! 4. 更新部分加入中文翻譯 Please join our Discord for details: ffbard.com",
"AcceptsFeedback": false,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 221454,
"LastUpdate": "1779258716",
"DownloadLinkInstall": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/dc6e7709dd51f59648a6329df1a4c3451a357295/plugins/MidiBard2/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/dc6e7709dd51f59648a6329df1a4c3451a357295/plugins/MidiBard2/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/dc6e7709dd51f59648a6329df1a4c3451a357295/plugins/MidiBard2/latest.zip"
},
{
"Author": "Chalkos",
"Name": "Marketbuddy",
"Punchline": "Less clicks, more gil!",
"Description": "Helper for your day-to-day market operations.",
"InternalName": "Marketbuddy",
"AssemblyVersion": "0.2.4.1",
"RepoUrl": "https://github.com/chalkos/Marketbuddy",
"ApplicableVersion": "any",
"DownloadLinkInstall": "https://raw.githubusercontent.com/chalkos/Marketbuddy/a838167eb7a73e05121c7f153647fde03f33a6c6/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://raw.githubusercontent.com/chalkos/Marketbuddy/a838167eb7a73e05121c7f153647fde03f33a6c6/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/chalkos/Marketbuddy/a838167eb7a73e05121c7f153647fde03f33a6c6/latest.zip",
"DownloadCount": 0,
"LastUpdated": "1766192783",
"Changelog": "* update for api14 and 7.4 (thanks Cyenia)"
},
{
"Author": "Aida Enna",
"Name": "Auto Login",
"Description": "Automatically logs you into a specified character when the game first opens, and optionally reconnects you to the game (and notifies you) when you get disconnected.",
"InternalName": "AutoLogin",
"AssemblyVersion": "1.3.1.4",
"Changelog": "- Updated for 7.5",
"RepoUrl": "https://github.com/Aida-Enna/XIVPlugins",
"ApplicableVersion": "any",
"Tags": [
"login",
"auto",
"aida"
],
"DalamudApiLevel": 15,
"IsHide": "False",
"IsTestingExclusive": "False",
"LastUpdated": 1767719411,
"DownloadCount": 69420,
"IconUrl": "https://raw.githubusercontent.com/Aida-Enna/XIVPlugins/main/Plogon/Resources/Icons/AutoLogin.png",
"DownloadLinkInstall": "https://github.com/Aida-Enna/XIVPlugins/blob/main/Plogon/AutoLogin.zip?raw=true",
"DownloadLinkTesting": "https://github.com/Aida-Enna/XIVPlugins/blob/main/Plogon/AutoLogin.zip?raw=true",
"DownloadLinkUpdate": "https://github.com/Aida-Enna/XIVPlugins/blob/main/Plogon/AutoLogin.zip?raw=true"
},
{
"Author": "Windmourn",
"Name": "SkipCutscene",
"Punchline": "Help you skip cutscene from Duty Roulette: Main Scenario.",
"Description": "A plugin which could help you skip cutscene from Duty Roulette: Main Scenario.",
"Tags": [
"utility"
],
"InternalName": "SkipCutscene",
"AssemblyVersion": "1.2.3.2",
"RepoUrl": "https://github.com/a08381/Dalamud.SkipCutscene",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 1,
"LastUpdate": 1640036270,
"DownloadLinkTesting": "https://raw.githubusercontent.com/a08381/Dalamud.SkipCutscene/3f2e55f615b56c0c8f507020ac717bfbc9a2b5d4/latest.zip",
"DownloadLinkInstall": "https://raw.githubusercontent.com/a08381/Dalamud.SkipCutscene/3f2e55f615b56c0c8f507020ac717bfbc9a2b5d4/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/a08381/Dalamud.SkipCutscene/3f2e55f615b56c0c8f507020ac717bfbc9a2b5d4/latest.zip"
},
{
"Author": "kawaii, NightmareXIV",
"Name": "Orbwalker",
"Punchline": "S P A C E G L I D I N G",
"Description": "Locks player movement while casting and allows for maximum caster uptime during the course of a fight.",
"Tags": [],
"InternalName": "Orbwalker",
"RepoUrl": "https://github.com/PunishXIV/Orbwalker",
"DownloadCount": 78705,
"LastUpdate": 1777528744,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/12/Orbwalker/versions/1.0.1.10/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/12/Orbwalker/versions/1.0.1.10/update/latest.zip",
"AssemblyVersion": "1.0.1.10",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- 7.5",
"IconUrl": "https://s3.puni.sh/media/plugin/12/icon-o94qaw6cyn.png"
},
{
"Author": "Team Wrath",
"Name": "Wrath Combo",
"Punchline": "Condenses combos and mutually exclusive abilities onto a single button - and then some.",
"Description": "Turns one action into many! Similar to how PvP actions work, we take an action and build a whole combo out of it. Sometimes it's as simple as a 1-2-3 combo, other times it's a full job rotation. Either way, you'll find something suited for your rotation needs.",
"Tags": [],
"InternalName": "WrathCombo",
"RepoUrl": "https://github.com/PunishXIV/WrathCombo",
"DownloadCount": 932516,
"LastUpdate": 1779132612,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/60/WrathCombo/versions/1.0.4.7/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/60/WrathCombo/versions/1.0.4.7/update/latest.zip",
"AssemblyVersion": "1.0.4.7",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "Please check the project's GitHub or Discord for a full changelog.",
"TestingAssemblyVersion": "1.0.2.24",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/60/WrathCombo/versions/1.0.2.24/install/testing.zip",
"TestingDalamudApiLevel": "13",
"IconUrl": "https://s3.puni.sh/media/plugin/60/icon-2bwhkn3zf1f.png"
},
{
"Author": "daemitus, kawaii",
"Name": "Yes Already",
"Punchline": "Clicks Yes in various dialogs you've specified.",
"Description": "Tired of clicking yes in Praetorium? Can't stand using keys in dungeons? Well do I have the plugin for you! Yes Already is specifically designed to click all the annoying dialogs you've grown accustomed facerolling. Just enter the dialog text, and you'll never see it again! Also works with /regex/ and has several built-in modules for dialogs that aren't quite yes/no prompts but act like it (like desynth).",
"Tags": [],
"InternalName": "YesAlready",
"RepoUrl": "https://github.com/PunishXIV/YesAlready",
"DownloadCount": 1212360,
"LastUpdate": 1777746953,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/26/YesAlready/versions/1.15.2.2/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/26/YesAlready/versions/1.15.2.2/update/latest.zip",
"AssemblyVersion": "1.15.2.2",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"TestingAssemblyVersion": "1.10.4.0",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/26/YesAlready/versions/1.10.4.0/install/testing.zip",
"TestingDalamudApiLevel": "12",
"IconUrl": "https://s3.puni.sh/media/plugin/26/icon-v1pvonkr6r.png"
},
{
"Author": "Taurenkey, Kage, NightmareXIV",
"Name": "Saucy",
"Punchline": "When working for MGP is too much effort.",
"Description": "Automates certain Gold Saucer mini-games.",
"Tags": [
"gold saucer",
"mgp",
"automation"
],
"InternalName": "Saucy",
"RepoUrl": "https://github.com/PunishXIV/Saucy",
"DownloadCount": 560028,
"LastUpdate": 1779476696,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/7/Saucy/versions/1.5.1.1/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/7/Saucy/versions/1.5.1.1/update/latest.zip",
"AssemblyVersion": "1.5.1.1",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Fix Out on a Limb\n- Fix Triple Triad sound folder",
"TestingAssemblyVersion": "1.3.0.4",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/7/Saucy/versions/1.3.0.4/install/testing.zip",
"TestingDalamudApiLevel": "9",
"IconUrl": "https://s3.puni.sh/media/plugin/7/icon-bl3wub19h2u.png"
},
{
"Author": "kawaii, NightmareXIV",
"Name": "AutoRetainer",
"Punchline": "Collect and assign ventures to your retainers from the comfort of your bed.",
"Description": "Collect and assign ventures to your retainers from the comfort of your bed.",
"Tags": [],
"InternalName": "AutoRetainer",
"RepoUrl": "https://github.com/PunishXIV/AutoRetainer",
"DownloadCount": 2061137,
"LastUpdate": 1777759148,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/24/AutoRetainer/versions/4.6.0.9/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/24/AutoRetainer/versions/4.6.0.9/update/latest.zip",
"AssemblyVersion": "4.6.0.9",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Fixed an issue where quick venture sell list wouldn't be processed after quick venture",
"TestingAssemblyVersion": "4.6.0.8",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/24/AutoRetainer/versions/4.6.0.8/install/testing.zip",
"TestingDalamudApiLevel": "15",
"IconUrl": "https://s3.puni.sh/media/plugin/24/icon-drb6aywk5m9.png"
},
{
"Author": "Taurenkey, NightmareXIV, croizat",
"Name": "Pandora's Box",
"Punchline": "Do you dare to open Pandora's Box?",
"Description": "Pandora's Box is a collection of major QoL tweaks and adjustments.\n\nOpen the box with /pandora",
"Tags": [
"punish",
"plugin"
],
"InternalName": "PandorasBox",
"RepoUrl": "https://github.com/PunishXIV/PandorasBox",
"DownloadCount": 1268499,
"LastUpdate": 1779278319,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/8/PandorasBox/versions/1.6.4.3/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/8/PandorasBox/versions/1.6.4.3/update/latest.zip",
"AssemblyVersion": "1.6.4.3",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Add new feature to disable known glamours in glamour creation",
"TestingAssemblyVersion": "1.6.4.2",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/8/PandorasBox/versions/1.6.4.2/install/testing.zip",
"TestingDalamudApiLevel": "15",
"IconUrl": "https://s3.puni.sh/media/plugin/8/icon-9opcpzqyh1h.png"
},
{
"Author": "kawaii, NightmareXIV",
"Name": "Avarice",
"Punchline": "Positional feedback with pixel perfect rear/flank tracking, range indicators, and more.",
"Description": "Positional feedback with pixel perfect rear/flank tracking, range indicators, and more.",
"Tags": [
"combat"
],
"InternalName": "Avarice",
"RepoUrl": "https://github.com/PunishXIV/Avarice",
"DownloadCount": 309026,
"LastUpdate": 1777497479,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/11/Avarice/versions/2.2.0.6/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/11/Avarice/versions/2.2.0.6/update/latest.zip",
"AssemblyVersion": "2.2.0.6",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- 7.5",
"TestingAssemblyVersion": "2.2.0.5",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/11/Avarice/versions/2.2.0.5/install/testing.zip",
"TestingDalamudApiLevel": "14",
"IconUrl": "https://s3.puni.sh/media/plugin/11/icon-d95r9462spc.png"
},
{
"Author": "Taurenkey, Gid, NightmareXIV",
"Name": "LazyLoot",
"Punchline": "Dungeon Loot but Lazy.",
"Description": "Roll command with various arguments need | needonly | greed | pass | passall. \nChat and Toast output and delay for rolling.",
"Tags": [
"plugin",
"loot",
"utility",
"other"
],
"InternalName": "LazyLoot",
"RepoUrl": "https://github.com/PunishXIV/LazyLoot",
"DownloadCount": 235943,
"LastUpdate": 1777584039,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/9/LazyLoot/versions/5.3.3.3/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/9/LazyLoot/versions/5.3.3.3/update/latest.zip",
"AssemblyVersion": "5.3.3.3",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- 7.5",
"IconUrl": "https://s3.puni.sh/media/plugin/9/icon-zjun2qgmfbe.png"
},
{
"Author": "Det, Taurenkey",
"Name": "AutoHook",
"Punchline": "Makes fishing less (or more) boring",
"Description": "It hooks the fish for you, can you believe it?",
"Tags": [
"Gathering",
"Fishing"
],
"InternalName": "AutoHook",
"RepoUrl": "https://github.com/PunishXIV/AutoHook",
"DownloadCount": 1417271,
"LastUpdate": 1777623197,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/47/AutoHook/versions/5.0.0.51/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/47/AutoHook/versions/5.0.0.51/update/latest.zip",
"AssemblyVersion": "5.0.0.51",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/47/icon-k1slevjorpo.png"
},
{
"Author": "kawaii, jukka",
"Name": "Palace Pal",
"Punchline": "Shows possible trap & Accursed Hoard locations in Palace of The Dead, Heaven on High, and Eureka Orthos.",
"Description": "Shows possible trap & Accursed Hoard locations in Palace of The Dead, Heaven on High, and Eureka Orthos.\n\nThis plugin requires Splatoon in order to render various draws on the screen.",
"Tags": [
"potd",
"hoh",
"splatoon",
"palace"
],
"InternalName": "PalacePal",
"RepoUrl": "https://github.com/PunishXIV/PalacePal",
"DownloadCount": 230844,
"LastUpdate": 1777738875,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/32/PalacePal/versions/4.16.0.0/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/32/PalacePal/versions/4.16.0.0/update/latest.zip",
"AssemblyVersion": "4.16.0.0",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/32/icon-vrl2a8dqi3h.png"
},
{
"Author": "Taurenkey, kawaii, NightmareXIV",
"Name": "Artisan",
"Punchline": "A 'simple' crafting plugin.",
"Description": "The all-in-one crafting plugin. Perfect for people with next to no knowledge about crafting rotations. No need for a library of different macros, the solvers will work dynamically to try and complete your crafts. Also provides convenient ways to craft lists of items or grind out a specific item repeatedly.",
"Tags": [
"crafting"
],
"InternalName": "Artisan",
"RepoUrl": "https://github.com/PunishXIV/Artisan",
"DownloadCount": 5216213,
"LastUpdate": 1779534978,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/6/Artisan/versions/4.0.5.10/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/6/Artisan/versions/4.0.5.10/update/latest.zip",
"AssemblyVersion": "4.0.5.10",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Try and prevent crash when accessing Raphael cache when cache is empty.",
"TestingAssemblyVersion": "4.0.5.8",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/6/Artisan/versions/4.0.5.8/install/testing.zip",
"TestingDalamudApiLevel": "15",
"IconUrl": "https://s3.puni.sh/media/plugin/6/icon-3h8wd5b9qr.png"
},
{
"Author": "Chalkos, NightmareXIV",
"Name": "Marketbuddy",
"Punchline": "Less clicks, more gil!",
"Description": "Helper for your day-to-day market operations.",
"Tags": [
"marketboard"
],
"InternalName": "Marketbuddy",
"RepoUrl": null,
"DownloadCount": 7684,
"LastUpdate": 1777575334,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/131/Marketbuddy/versions/0.2.4.2/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/131/Marketbuddy/versions/0.2.4.2/update/latest.zip",
"AssemblyVersion": "0.2.4.2",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- 7.5",
"IconUrl": "https://s3.puni.sh/media/plugin/131/icon-qzhqz1nooi.png"
},
{
"Author": "Liza Carvelli & various contributors",
"Name": "Questionable",
"Punchline": "A tiny quest helper plugin.",
"Description": "A small quest helper plugin designed to automatically do your quests for you where possible. Utilizes navmesh to automatically travel to all quest waypoints and (attempts to) complete all steps along the way (excluding dungeons, single-player duties and combat).\n\nNot all quests are supported.\n\nRequired Plugins: vnavmesh, TextAdvance, Lifestream",
"Tags": [
"quest",
"msq",
"qol",
"utility"
],
"InternalName": "Questionable",
"RepoUrl": "https://github.com/PunishXIV/Questionable",
"DownloadCount": 957232,
"LastUpdate": 1779379101,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/94/Questionable/versions/15.284.12.0/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/94/Questionable/versions/15.284.12.0/update/latest.zip",
"AssemblyVersion": "15.284.12.0",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Icon in Journal Progress to show when quest is in Priority Quests -wah\n - Priority Quests icon changed from Exclamation to ExclamationCircle -alydev\n- Standardised 'Priority Quests' name -alydev\n- Click NoQuestPath journal progress entry to travel to issuer -alydev\n- Dependencies tab sections can now be minimised -alydev",
"TestingAssemblyVersion": "15.285.1.1",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/94/Questionable/versions/15.285.1.1/install/testing.zip",
"TestingDalamudApiLevel": "15",
"IconUrl": "https://s3.puni.sh/media/plugin/94/icon-dpfaauzm5b.png"
},
{
"Author": "NightmareXIV",
"Name": "Splatoon",
"Punchline": "Scriptable overlay engine for drawing mechanics, markers, and indicators in real-time",
"Description": "Splatoon is a scriptable telegraph and overlay engine for Final Fantasy XIV, built on the Dalamud plugin framework. It allows scripts to draw shapes, markers, labels, and indicators directly in the game world. These overlays can be attached to actors, positions, or events, and are rendered with precise positioning.\n\nSplatoon does not include presets or encounter logic by default. If you want presets, you must create them yourself or import them from others.\n\nIn short, Splatoon draws things. What it draws is up to you!",
"Tags": [
"Utility",
"Accessibility"
],
"InternalName": "Splatoon",
"RepoUrl": "https://github.com/PunishXIV/Splatoon",
"DownloadCount": 1809047,
"LastUpdate": 1778172293,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/10/Splatoon/versions/3.9.1.13/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/10/Splatoon/versions/3.9.1.13/update/latest.zip",
"AssemblyVersion": "3.9.1.13",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "- Update for 7.5h",
"TestingAssemblyVersion": "3.9.1.10",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/10/Splatoon/versions/3.9.1.10/install/testing.zip",
"TestingDalamudApiLevel": "15",
"IconUrl": "https://s3.puni.sh/media/plugin/10/icon-cchf5yumm2p.png"
},
{
"Author": "veyn, croizat",
"Name": "Satisfier",
"Punchline": "Simplify custom deliveries.",
"Description": "Make custom deliveries less annoying by automating the process.",
"Tags": [],
"InternalName": "vsatisfy",
"RepoUrl": null,
"DownloadCount": 128007,
"LastUpdate": 1778772850,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/58/vsatisfy/versions/0.0.0.32/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/58/vsatisfy/versions/0.0.0.32/update/latest.zip",
"AssemblyVersion": "0.0.0.32",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/58/icon-hffi2ft0zlg.png"
},
{
"Author": "veyn, croizat",
"Name": "V(ery) Island",
"Punchline": "Automate island sanctuary activities",
"Description": "Automate gathering, workshop assignments, etc.",
"Tags": [],
"InternalName": "visland",
"RepoUrl": "https://github.com/awgil/ffxiv_visland",
"DownloadCount": 789707,
"LastUpdate": 1777499431,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/28/visland/versions/0.0.0.143/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/28/visland/versions/0.0.0.143/update/latest.zip",
"AssemblyVersion": "0.0.0.143",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/28/icon-lruwx4y549.png"
},
{
"Author": "veyn",
"Name": "Easier Faux Hollows",
"Punchline": "Faux Hollows solver based on known patterns",
"Description": "Based on ezFauxHollows, but uses known patterns instead of general-purpose solver.",
"Tags": [],
"InternalName": "vfaux",
"RepoUrl": "https://github.com/awgil/vfaux",
"DownloadCount": 91408,
"LastUpdate": 1777496806,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/29/vfaux/versions/0.0.0.12/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/29/vfaux/versions/0.0.0.12/update/latest.zip",
"AssemblyVersion": "0.0.0.12",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/29/icon-3vysu0z0eem.png"
},
{
"Author": "veyn, croizat",
"Name": "vfallguy",
"Punchline": "Get that achievement!",
"Description": "Bot that does fall guys event automatically.",
"Tags": [],
"InternalName": "vfallguy",
"RepoUrl": null,
"DownloadCount": 52947,
"LastUpdate": 1777500971,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/41/vfallguy/versions/0.0.0.12/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/41/vfallguy/versions/0.0.0.12/update/latest.zip",
"AssemblyVersion": "0.0.0.12",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"IconUrl": "https://s3.puni.sh/media/plugin/41/icon-ky2vlcaen2q.png"
},
{
"Author": "veyn, xan_0",
"Name": "vnavmesh",
"Punchline": "Move around!",
"Description": "Utility to automatically move the character around in the world, skilfully avoiding any obstacles.",
"Tags": [],
"InternalName": "vnavmesh",
"RepoUrl": null,
"DownloadCount": 1420602,
"LastUpdate": 1779040219,
"DownloadLinkInstall": "https://puni.sh/api/plugins/download/48/vnavmesh/versions/1.2.3.3/install/latest.zip",
"DownloadLinkUpdate": "https://puni.sh/api/plugins/download/48/vnavmesh/versions/1.2.3.3/update/latest.zip",
"AssemblyVersion": "1.2.3.3",
"ApplicableVersion": "any",
"DalamudApiLevel": "15",
"Changelog": "",
"TestingAssemblyVersion": "0.5.6.28",
"DownloadLinkTesting": "https://puni.sh/api/plugins/download/48/vnavmesh/versions/0.5.6.28/install/testing.zip",
"TestingDalamudApiLevel": "13",
"IconUrl": "https://s3.puni.sh/media/plugin/48/icon-fcvvof2vj4n.png"
},
{
"AcceptsFeedback": false,
"ApplicableVersion": "any",
"AssemblyVersion": "0.8.8.0",
"Author": "Sevii",
"DalamudApiLevel": 15,
"Description": "Auto updates mods and allows for more customization such as color and compositing onto other files",
"DownloadCount": 242706,
"DownloadLinkInstall": "https://aetherment.sevii.dev/plugin/install",
"DownloadLinkTesting": "https://aetherment.sevii.dev/plugin/install",
"DownloadLinkUpdate": "https://aetherment.sevii.dev/plugin/update",
"IconUrl": "https://aetherment.sevii.dev/plugin/logo",
"InternalName": "Aetherment",
"IsHide": false,
"IsTestingExclusive": false,
"Name": "Aetherment",
"Punchline": "Auto-updating and more customizable mods",
"RepoUrl": "https://github.com/Sevii77/aetherment",
"Tags": [
"Ui",
"Modding"
]
},
{
"Author": "Aireil, Nuko",
"Name": "FF Logs Viewer (CN)",
"Punchline": "View FF Logs ranking percentiles in-game.",
"Description": "View FF Logs ranking percentiles in-game. Add a context menu to open someone's logs. Layout, style, stats, default metric, and more are all customizable in the settings.",
"Changelog": "-2.4.1.0\n Unreal update and open with reliability improvements by WorstAquaPlayer, thank you!²\n-2.4.0.0\n 7.4 update by WorstAquaPlayer, thank you!",
"InternalName": "FFLogsViewer",
"AssemblyVersion": "2.4.1.0",
"RepoUrl": "https://github.com/NukoOoOoOoO/FFLogsViewer",
"ApplicableVersion": "any",
"Tags": [
"FFLogs"
],
"DalamudApiLevel": 14,
"IconUrl": "https://github.com/NukoOoOoOoO/FFLogsViewer/raw/master/res/icon.png",
"ImageUrls": [
"https://github.com/Aireil/FFLogsViewer/raw/master/res/image1.png",
"https://github.com/Aireil/FFLogsViewer/raw/master/res/image2.png"
],
"DownloadLinkInstall": "https://github.com/Nukoooo/DalamudPlugins/raw/dev/plugins/FFLogsViewer/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Nukoooo/DalamudPlugins/raw/dev/plugins/FFLogsViewer/latest.zip",
"DownloadLinkUpdate": "https://github.com/Nukoooo/DalamudPlugins/raw/dev/plugins/FFLogsViewer/latest.zip",
"DownloadCount": 0,
"LastUpdate": "1778840900"
},
{
"Author": "Team Sloth",
"Name": "XIVSlothComboX",
"Punchline": "Condenses combos and mutually exclusive abilities onto a single button - and then some.",
"Description": "Condenses combos and mutually exclusive abilities onto a single button - and then some.",
"InternalName": "XIVSlothComboX",
"AssemblyVersion": "3.3.2.5",
"Changelog": "20260520",
"RepoUrl": "https://github.com/44451516/XIVSlothCombo/",
"ApplicableVersion": "any",
"DalamudApiLevel": 15,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/44451516/XIVSlothCombo/main/res/plugin/xivslothcombo.png",
"DownloadLinkInstall": "https://raw.githubusercontent.com/44451516/XIVSlothCombo/CN/release/XIVSlothComboX/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://raw.githubusercontent.com/44451516/XIVSlothCombo/CN/release/XIVSlothComboX/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/44451516/XIVSlothCombo/CN/release/XIVSlothComboX/latest.zip",
"DownloadCount": 0,
"LastUpdated": "1724608643"
},
{
"Author": "veyn",
"Name": "Boss Mod",
"InternalName": "BossMod",
"AssemblyVersion": "7.5.0.5",
"Description": "20260519-请支持逆光喵,谢谢喵-画得更全喵",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/44451516/ffxiv_bossmod",
"Changelog": "请支持逆光喵,谢谢喵",
"DalamudApiLevel": 15,
"LoadPriority": 0,
"ImageUrls": [
"https://raw.githubusercontent.com/awgil/ffxiv_bossmod/master/Data/image1.png",
"https://raw.githubusercontent.com/awgil/ffxiv_bossmod/master/Data/image2.png",
"https://raw.githubusercontent.com/awgil/ffxiv_bossmod/master/Data/image3.png"
],
"IconUrl": "https://raw.githubusercontent.com/awgil/ffxiv_bossmod/f4efcb5dc279d21ee16185d5a9f2d09a3a2bc58b/Data/icon.png",
"Punchline": "Don't fail at raid mechanics anymore",
"IsHide": "False",
"IsTestingExclusive": "False",
"LastUpdate": "1658532627",
"DownloadLinkInstall": "https://github.com/44451516/ffxiv_bossmod/raw/CN/release/BossMod/latest.zip",
"DownloadLinkTesting": "https://github.com/44451516/ffxiv_bossmod/raw/CN/release/BossMod/latest.zip",
"DownloadLinkUpdate": "https://github.com/44451516/ffxiv_bossmod/raw/CN/release/BossMod/latest.zip"
},
{
"Author": "akira0245",
"Name": "Radar",
"InternalName": "Radar",
"AssemblyVersion": "2.0.5.0",
"Description": "在屏幕和游戏地图上显示游戏实体的位置。\nDisplays game objects location on screen and map.",
"ApplicableVersion": "any",
"Tags": [
"overlay",
"hunt",
"akira"
],
"DalamudApiLevel": 10,
"IconUrl": "https://i.loli.net/2021/09/24/UaxuSd9ODk5Ngil.png",
"Punchline": "Displays game objects location on screen and map.",
"DownloadLinkInstall": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip",
"DownloadLinkUpdate": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip",
"DownloadLinkTesting": "https://github.com/emptyset0/Radar_akira0245/raw/master/release.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadCount": 0,
"LastUpdated": "0"
}
]