├── invalid_repo_urls.json ├── outdated_repo_urls.json ├── README.md ├── repo_urls.json └── ffxiv_custom_repo.json /invalid_repo_urls.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /outdated_repo_urls.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BreadcrumbsDalamud-Darkness-Repo 2 | Updated every 10 minutes. 3 | ``` 4 | https://raw.githubusercontent.com/ryonive/Dalamud-Darkness-Repo/main/ffxiv_custom_repo.json 5 | ``` 6 | -------------------------------------------------------------------------------- /repo_urls.json: -------------------------------------------------------------------------------- 1 | [ 2 | "https://raw.githubusercontent.com/kelvin124124/CustomPlugins/main/pluginmaster.json", 3 | "https://raw.githubusercontent.com/InitialDet/MyDalamudPlugins/main/pluginmaster.json", 4 | "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/api6/pluginmaster.json", 5 | "https://raw.githubusercontent.com/PenguiniVogel/PenSynthDistro/master/PenSynthRepo.json", 6 | "https://raw.githubusercontent.com/PrittotoPritto/PartyPalsPissUpPlugin/main/repo.json", 7 | "https://raw.githubusercontent.com/PrittotoPritto/TraceryPlugin/master/repo.json", 8 | "https://raw.githubusercontent.com/Xpahtalo/plugins/master/pluginmaster.json", 9 | "https://raw.githubusercontent.com/Blooym/Travelcase/main/repo.json", 10 | "https://raw.githubusercontent.com/Milesnocte/GambaGames/main/repo.json" 11 | ] -------------------------------------------------------------------------------- /ffxiv_custom_repo.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "ApplicableVersion": "any", 4 | "AssemblyVersion": "2.0.2.8", 5 | "Author": "kelvin124124", 6 | "DalamudApiLevel": 13, 7 | "Description": "Turn everyone around you into Lalafells (or other races!)", 8 | "DownloadCount": 1, 9 | "DownloadLinkInstall": "https://github.com/kelvin124124/OopsAllLalafellsSRE/releases/latest/download/latest.zip", 10 | "DownloadLinkTesting": "https://github.com/kelvin124124/OopsAllLalafellsSRE/releases/latest/download/latest.zip", 11 | "DownloadLinkUpdate": "https://github.com/kelvin124124/OopsAllLalafellsSRE/releases/latest/download/latest.zip", 12 | "IconUrl": "https://raw.githubusercontent.com/kelvin124124/OopsAllLalafellsSRE/main/image/icon.png", 13 | "ImageUrls": [], 14 | "InternalName": "OopsAllLalafellsSRE", 15 | "IsHide": false, 16 | "IsTestingExclusive": false, 17 | "LastUpdated": "1759203186", 18 | "Name": "OopsAllLalafellsSRE", 19 | "Punchline": "Turn everyone around you into Lalafells (or other races!)", 20 | "RepoUrl": "https://github.com/kelvin124124/OopsAllLalafellsSRE" 21 | }, 22 | { 23 | "ApplicableVersion": "any", 24 | "AssemblyVersion": "1.2.0.1", 25 | "Author": "Det", 26 | "CategoryTags": [ 27 | "other" 28 | ], 29 | "Description": "Make sure to enable the checkbox in the Minion Guide if you want only your favorite minions to be swapped", 30 | "DownloadCount": 3953, 31 | "DownloadLinkInstall": "https://github.com/InitialDet/MinionRoulette/releases/download/1.2.0.1/latest.zip", 32 | "DownloadLinkTesting": "https://github.com/InitialDet/MinionRoulette/releases/download/1.2.0.1/latest.zip", 33 | "DownloadLinkUpdate": "https://github.com/InitialDet/MinionRoulette/releases/download/1.2.0.1/latest.zip", 34 | "IconUrl": "https://raw.githubusercontent.com/InitialDet/MinionRoulette/main/MinionRoulette/images/icon.png", 35 | "ImageUrls": [ 36 | "" 37 | ], 38 | "InternalName": "MinionRoulette", 39 | "IsHide": "False", 40 | "IsTestingExclusive": "False", 41 | "LastUpdated": 1754849251, 42 | "LoadPriority": 0, 43 | "Name": "Minion Roulette", 44 | "Punchline": "Swap between your minions every time you change zones", 45 | "RepoUrl": "https://github.com/InitialDet/MinionRoulette", 46 | "Tags": [ 47 | "Casual", 48 | "Minion" 49 | ] 50 | }, 51 | { 52 | "AcceptsFeedback": false, 53 | "ApplicableVersion": "any", 54 | "AssemblyVersion": "3.2.3.0", 55 | "Author": "akira0245, Ori, Kalle, Zune", 56 | "CanUnloadAsync": false, 57 | "DalamudApiLevel": 14, 58 | "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", 59 | "DownloadCount": 221454, 60 | "DownloadLinkInstall": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/api6/plugins/MidiBard2/latest.zip", 61 | "DownloadLinkTesting": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/api6/plugins/MidiBard2/latest.zip", 62 | "DownloadLinkUpdate": "https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/api6/plugins/MidiBard2/latest.zip", 63 | "IconUrl": "https://i.imgur.com/OSxqew4.png", 64 | "ImageUrls": [ 65 | "https://i.imgur.com/1R13XF0.png" 66 | ], 67 | "InternalName": "MidiBard2", 68 | "IsHide": "False", 69 | "IsTestingExclusive": "False", 70 | "LoadPriority": 0, 71 | "LoadRequiredState": 0, 72 | "LoadSync": false, 73 | "Name": "MidiBard 2", 74 | "Punchline": "Bard performance using midi files or keyboard.\nSupported by FFXIV Bards & Bands Community: ffbard.com", 75 | "RepoUrl": "https://midibard.org", 76 | "Tags": [ 77 | "music", 78 | "utility", 79 | "midi", 80 | "bard" 81 | ] 82 | }, 83 | { 84 | "ApplicableVersion": "any", 85 | "AssemblyVersion": "1.0.4", 86 | "Author": "Pen-Pen", 87 | "DalamudApiLevel": 9, 88 | "Description": "I'm lazy so i spent 20+ hours programming instead.", 89 | "DownloadCount": 1, 90 | "DownloadLinkInstall": "https://github.com/PenguiniVogel/PenSynthDistro/releases/download/1.0.4/latest.zip", 91 | "DownloadLinkTesting": "https://github.com/PenguiniVogel/PenSynthDistro/releases/download/1.0.4/latest.zip", 92 | "DownloadLinkUpdate": "https://github.com/PenguiniVogel/PenSynthDistro/releases/download/1.0.4/latest.zip", 93 | "InternalName": "PenSynth", 94 | "IsHide": "False", 95 | "IsTestingExclusive": "False", 96 | "Name": "PenSynth", 97 | "Punchline": "Pens' Synthesis", 98 | "RepoUrl": "https://github.com/PenguiniVogel/PenSynthDistro", 99 | "Tags": [ 100 | "crafting", 101 | "utility" 102 | ] 103 | }, 104 | { 105 | "AcceptsFeedback": true, 106 | "ApplicableVersion": "any", 107 | "AssemblyVersion": "1.0.0.6", 108 | "Author": "Prittoto Pritto", 109 | "CanUnloadAsync": false, 110 | "CategoryTags": null, 111 | "DalamudApiLevel": 13, 112 | "Description": "/pppp to open the UI and go from there. I'll update this when there's more info.", 113 | "Disabled": false, 114 | "DownloadCount": 0, 115 | "DownloadLinkInstall": "https://github.com/PrittotoPritto/PartyPalsPissUpPlugin/raw/main/Releases/latest.zip", 116 | "DownloadLinkTesting": "https://github.com/PrittotoPritto/PartyPalsPissUpPlugin/raw/main/Releases/latest.zip", 117 | "DownloadLinkUpdate": "https://github.com/PrittotoPritto/PartyPalsPissUpPlugin/raw/main/Releases/latest.zip", 118 | "FeedbackMessage": null, 119 | "IconUrl": "https://ffxiv.gamerescape.com/w/images/9/97/Little_Flirt_Icon.png", 120 | "ImageUrls": null, 121 | "InternalName": "PissUpPlugin", 122 | "IsThirdParty": false, 123 | "LoadPriority": 0, 124 | "LoadRequiredState": 0, 125 | "LoadSync": false, 126 | "Name": "Prittoto Pritto's Party Pals Piss-up Plugin \u2665", 127 | "Punchline": "Testing out the plugin system with drinking games!", 128 | "RepoUrl": "https://github.com/PrittotoPritto/PartyPalsPissUpPlugin", 129 | "ScheduledForDeletion": false, 130 | "Tags": [ 131 | "party", 132 | "clubbing", 133 | "social", 134 | "chat" 135 | ], 136 | "_Dip17Channel": null, 137 | "_isDip17Plugin": false 138 | }, 139 | { 140 | "AcceptsFeedback": true, 141 | "ApplicableVersion": "any", 142 | "AssemblyVersion": "1.0.0.2", 143 | "Author": "Prittoto Pritto", 144 | "CanUnloadAsync": false, 145 | "DalamudApiLevel": 13, 146 | "Description": "/Trace to bring up the UI or give it a string to flatten. See Tracery.io for more on what it can do.", 147 | "DownloadCount": 0, 148 | "DownloadLinkInstall": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 149 | "DownloadLinkTesting": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 150 | "DownloadLinkUpdate": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 151 | "IconUrl": "https://ffxiv.gamerescape.com/w/images/9/97/Little_Flirt_Icon.png", 152 | "InternalName": "TraceryPlugin", 153 | "IsHide": "False", 154 | "IsTestingExclusive": "False", 155 | "LoadPriority": 0, 156 | "LoadRequiredState": 0, 157 | "LoadSync": false, 158 | "Name": "Prittoto Pritto's Tracery Plugin", 159 | "Punchline": "Tracery support for FF14!", 160 | "RepoUrl": "https://github.com/PrittotoPritto/TraceryPlugin", 161 | "Tags": [ 162 | "social", 163 | "chat" 164 | ] 165 | }, 166 | { 167 | "AcceptsFeedback": true, 168 | "ApplicableVersion": "any", 169 | "AssemblyVersion": "1.0.0.1", 170 | "Author": "Prittoto Pritto", 171 | "CanUnloadAsync": false, 172 | "DalamudApiLevel": 9, 173 | "Description": "/Trace to bring up the UI or give it a string to flatten. See Tracery.io for more on what it can do.", 174 | "DownloadCount": 0, 175 | "DownloadLinkInstall": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 176 | "DownloadLinkTesting": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 177 | "DownloadLinkUpdate": "https://github.com/PrittotoPritto/TraceryPlugin/raw/master/Releases/latest.zip", 178 | "IconUrl": "https://ffxiv.gamerescape.com/w/images/9/97/Little_Flirt_Icon.png", 179 | "InternalName": "TraceryPlugin", 180 | "IsHide": "False", 181 | "IsTestingExclusive": "False", 182 | "LoadPriority": 0, 183 | "LoadRequiredState": 0, 184 | "LoadSync": false, 185 | "Name": "Prittoto Pritto's Tracery Plugin", 186 | "Punchline": "Tracery support for FF14!", 187 | "RepoUrl": "https://github.com/PrittotoPritto/TraceryPlugin", 188 | "Tags": [ 189 | "social", 190 | "chat" 191 | ] 192 | }, 193 | { 194 | "ApplicableVersion": "any", 195 | "AssemblyVersion": "0.0.1.6", 196 | "Author": "X'pahtalo", 197 | "DalamudApiLevel": 9, 198 | "Description": "An advanced haptic feedback plugin for game controllers, adult toys, and more using the Buttplug.io library. Requires Intiface Desktop to operate.", 199 | "DownloadCount": 0, 200 | "DownloadLinkInstall": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AethersenseReduxReborn/latest.zip", 201 | "DownloadLinkTesting": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AethersenseReduxReborn/latest.zip", 202 | "DownloadLinkUpdate": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AethersenseReduxReborn/latest.zip", 203 | "InternalName": "AethersenseReduxReborn", 204 | "IsHide": false, 205 | "IsTestingExclusive": false, 206 | "LoadPriority": 0, 207 | "Name": "Aethersense Redux Reborn", 208 | "Punchline": "Advanced haptic feedback using Intiface", 209 | "RepoUrl": "https://github.com/Xpahtalo/AetherSenseReduxReborn", 210 | "Tags": [ 211 | "buttplug", 212 | "haptic", 213 | "erp" 214 | ] 215 | }, 216 | { 217 | "ApplicableVersion": "any", 218 | "AssemblyVersion": "1.3.0.3", 219 | "Author": "daemitus", 220 | "DalamudApiLevel": 9, 221 | "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).", 222 | "DownloadCount": 0, 223 | "DownloadLinkInstall": "https://github.com/Xpahtalo/plugins/raw/master/plugins/YesAlready/latest.zip", 224 | "DownloadLinkTesting": "https://github.com/Xpahtalo/plugins/raw/master/plugins/YesAlready/latest.zip", 225 | "DownloadLinkUpdate": "https://github.com/Xpahtalo/plugins/raw/master/plugins/YesAlready/latest.zip", 226 | "IconUrl": "https://github.com/Xpahtalo/YesAlready/raw/master/res/icon.png", 227 | "ImageUrls": [], 228 | "InternalName": "YesAlready", 229 | "IsHide": false, 230 | "IsTestingExclusive": false, 231 | "LoadPriority": 1, 232 | "Name": "Yes Already", 233 | "Punchline": "Clicks Yes in various dialogs you've specified.", 234 | "RepoUrl": "https://github.com/Xpahtalo/YesAlready" 235 | }, 236 | { 237 | "ApplicableVersion": "any", 238 | "AssemblyVersion": "1.4.1.1", 239 | "Author": "daemitus", 240 | "DalamudApiLevel": 9, 241 | "Description": "A hard-working peon that crafts what you tell him to. An all-in-one sythesizing solution.", 242 | "DownloadCount": 0, 243 | "DownloadLinkInstall": "https://github.com/Xpahtalo/plugins/raw/master/plugins/SomethingNeedDoing/latest.zip", 244 | "DownloadLinkTesting": "https://github.com/Xpahtalo/plugins/raw/master/plugins/SomethingNeedDoing/latest.zip", 245 | "DownloadLinkUpdate": "https://github.com/Xpahtalo/plugins/raw/master/plugins/SomethingNeedDoing/latest.zip", 246 | "IconUrl": "https://github.com/Xpahtalo/SomethingNeedDoing/raw/master/res/icon.png", 247 | "ImageUrls": [], 248 | "InternalName": "SomethingNeedDoing", 249 | "IsHide": false, 250 | "IsTestingExclusive": false, 251 | "LoadPriority": 0, 252 | "Name": "Something Need Doing", 253 | "Punchline": "Work work.", 254 | "RepoUrl": "https://github.com/Xpahtalo/SomethingNeedDoing" 255 | }, 256 | { 257 | "ApplicableVersion": "any", 258 | "AssemblyVersion": "2.1.0.6", 259 | "Author": "X'pahtalo", 260 | "DalamudApiLevel": 9, 261 | "Description": "A Dalamud plugin for preventing being auto-kicked from FFXIV due to inactivity. Based on the AntiAFKKick from NightmareXIV but limited to only work in duties found under the high end duty tab. ", 262 | "DownloadCount": 0, 263 | "DownloadLinkInstall": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AntiAfkKickInHighEndDuty/latest.zip", 264 | "DownloadLinkTesting": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AntiAfkKickInHighEndDuty/latest.zip", 265 | "DownloadLinkUpdate": "https://github.com/Xpahtalo/plugins/raw/master/plugins/AntiAfkKickInHighEndDuty/latest.zip", 266 | "InternalName": "AntiAfkKickInHighEndDuty", 267 | "IsHide": false, 268 | "IsTestingExclusive": false, 269 | "LoadPriority": 0, 270 | "Name": "AntiAfkKickInHighEndDuty", 271 | "Punchline": "A Dalamud plugin for preventing being auto-kicked from FFXIV due to inactivity. Only work in duties found under the high end duty tab.", 272 | "RepoUrl": "https://github.com/Xpahtalo/AntiAfkKickInHighEndDuty" 273 | }, 274 | { 275 | "ApplicableVersion": "any", 276 | "AssemblyVersion": "0.3.1.1", 277 | "Author": "Blooym", 278 | "CategoryTags": [ 279 | "Utility", 280 | "Other" 281 | ], 282 | "DalamudApiLevel": 13, 283 | "Description": "Allows for automatic changing of Gearsets/Glamours upon entering new zones, with a 'Roleplay Only' mode for those who want to only use it for RP purposes.", 284 | "DownloadLinkInstall": "https://github.com/Blooym/Dalamud.Travelcase/releases/download/v0.3.1.1/latest.zip", 285 | "DownloadLinkTesting": "https://github.com/Blooym/Dalamud.Travelcase/releases/download/v0.3.1.1/latest.zip", 286 | "DownloadLinkUpdate": "https://github.com/Blooym/Dalamud.Travelcase/releases/download/v0.3.1.1/latest.zip", 287 | "IconUrl": "https://raw.githubusercontent.com/Blooym/Travelcase/main/.assets/icon.png", 288 | "InternalName": "Travelcase", 289 | "IsHide": "False", 290 | "IsTestingExclusive": "False", 291 | "LoadPriority": 0, 292 | "Name": "Travelcase", 293 | "Punchline": "Automatically switch gearsets & glamours when entering specified zones.", 294 | "RepoUrl": "https://github.com/Blooym/Travelcase", 295 | "Tags": [ 296 | "utility", 297 | "gearset" 298 | ] 299 | }, 300 | { 301 | "AcceptsFeedback": true, 302 | "ApplicableVersion": "any", 303 | "AssemblyVersion": "0.0.1.9", 304 | "Author": "MilesNocte", 305 | "CanUnloadAsync": false, 306 | "DalamudApiLevel": 10, 307 | "Description": "A set of gambling games for casinos to use!", 308 | "DownloadLinkInstall": "https://github.com/Milesnocte/GambaGames/releases/download/0.0.1.9/latest.zip", 309 | "DownloadLinkTesting": "https://github.com/Milesnocte/GambaGames/releases/download/0.0.1.9/latest.zip", 310 | "DownloadLinkUpdate": "https://github.com/Milesnocte/GambaGames/releases/download/0.0.1.9/latest.zip", 311 | "InternalName": "GambaGames", 312 | "LoadPriority": 0, 313 | "LoadRequiredState": 0, 314 | "LoadSync": false, 315 | "Name": "GambaGames", 316 | "Punchline": "For all of your gambling needs", 317 | "RepoUrl": "https://github.com/Milesnocte/GambaGames", 318 | "Tags": [ 319 | "Gambling", 320 | "Casino", 321 | "Deathroll", 322 | "Blackjack" 323 | ] 324 | } 325 | ] --------------------------------------------------------------------------------