KitchenSink 0.1
This commit is contained in:
parent
346bf64a34
commit
5e34035767
@ -38,6 +38,9 @@
|
||||
},
|
||||
{
|
||||
"Name": "Influx"
|
||||
},
|
||||
{
|
||||
"Name": "KitchenSink"
|
||||
}
|
||||
]
|
||||
}
|
BIN
dist/KitchenSink.png
vendored
Normal file
BIN
dist/KitchenSink.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
5
dist/index.html
vendored
5
dist/index.html
vendored
@ -99,5 +99,10 @@
|
||||
|
||||
<p>Sync game stats to InfluxDB</p>
|
||||
</article>
|
||||
<article>
|
||||
<h4><img src="https://plugins.carvel.li/icons/KitchenSink.png"/> <a href="">KitchenSink</a><small> v0.1</small></h4>
|
||||
<blockquote><p>KitchenSink is currently a testing-exclusive plugin, which means it is largely incomplete. To install it, you need to enable the setting <code>Get plugin testing builds</code> in <code>/xlsettings</code>, <code>Experimental</code></p></blockquote>
|
||||
<p>A plugin for things that aren't worth their own plugins; see commands for details.</p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
|
38
dist/pluginmaster.json
vendored
38
dist/pluginmaster.json
vendored
@ -152,7 +152,7 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/ARDiscard.png",
|
||||
"Punchline": "Discard items automatically via a command or as a post-venture task for AutoRetainer",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 4625,
|
||||
"DownloadCount": 4627,
|
||||
"LastUpdate": 1713644206,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v5.3/ARDiscard-5.3.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v5.3/ARDiscard-5.3.zip",
|
||||
@ -176,7 +176,7 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/Deliveroo.png",
|
||||
"Punchline": "Better Grand Company Deliveries",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 7933,
|
||||
"DownloadCount": 7940,
|
||||
"LastUpdate": 1714154058,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v4.4/Deliveroo-4.4.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v4.4/Deliveroo-4.4.zip",
|
||||
@ -200,7 +200,7 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/ARControl.png",
|
||||
"Punchline": "Better AutoRetainer Venture Planner",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 2996,
|
||||
"DownloadCount": 2999,
|
||||
"LastUpdate": 1714154553,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v4.1/ARControl-4.1.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v4.1/ARControl-4.1.zip",
|
||||
@ -224,7 +224,7 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/Workshoppa.png",
|
||||
"Punchline": "Better Company Workshop Turn-In",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 4773,
|
||||
"DownloadCount": 4774,
|
||||
"LastUpdate": 1711633044,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Workshoppa/releases/download/v5.3/Workshoppa-5.3.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Workshoppa/releases/download/v5.3/Workshoppa-5.3.zip",
|
||||
@ -248,7 +248,7 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/Squadronista.png",
|
||||
"Punchline": "Simplified Squadron Calculator, heavily inspired by https://ffxivsquadron.com/",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 1610,
|
||||
"DownloadCount": 1611,
|
||||
"LastUpdate": 1711189041,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Squadronista/releases/download/v3.0/Squadronista-3.0.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Squadronista/releases/download/v3.0/Squadronista-3.0.zip",
|
||||
@ -296,12 +296,38 @@
|
||||
"IconUrl": "https://plugins.carvel.li/icons/Influx.png",
|
||||
"Punchline": "Sync game stats to InfluxDB",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 278,
|
||||
"DownloadCount": 282,
|
||||
"LastUpdate": 1714295635,
|
||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Influx/releases/download/v0.16/Influx-0.16.zip",
|
||||
"DownloadLinkUpdate": "https://git.carvel.li/liza/Influx/releases/download/v0.16/Influx-0.16.zip",
|
||||
"Changelog": "v0.16 (2024-04-28)\n- Fix 'Include FC statistics' not properly excluding subs\n- Improve log/error message when multiple characters share the same sub FC\n\nv0.15 (2024-04-27)\n- Include 'world' in tags\n\nv0.14 (2024-04-18)\n- Track DoH/DoL job levels\n\nv0.13 (2024-03-31)\n- Include enabled & return time in submersible stats\n\nv0.12 (2024-03-24)\n- NET 8\n- Include 'free_inventory' metric in character statistics\n- Update dependencies",
|
||||
"IsHide": false,
|
||||
"IsTestingExclusive": false
|
||||
},
|
||||
{
|
||||
"Author": "Liza Carvelli",
|
||||
"Name": "KitchenSink",
|
||||
"InternalName": "KitchenSink",
|
||||
"AssemblyVersion": "0.1",
|
||||
"TestingAssemblyVersion": "0.1",
|
||||
"Description": "A plugin for things that aren't worth their own plugins; see commands for details.",
|
||||
"ApplicableVersion": "any",
|
||||
"Tags": [
|
||||
"character switch"
|
||||
],
|
||||
"DalamudApiLevel": 9,
|
||||
"LoadRequiredState": 0,
|
||||
"LoadSync": false,
|
||||
"CanUnloadAsync": false,
|
||||
"LoadPriority": 0,
|
||||
"IconUrl": "https://plugins.carvel.li/icons/KitchenSink.png",
|
||||
"Punchline": "A plugin for things that aren't worth their own plugins.",
|
||||
"AcceptsFeedback": false,
|
||||
"DownloadCount": 0,
|
||||
"LastUpdate": 1714300856,
|
||||
"DownloadLinkTesting": "https://git.carvel.li/liza/KitchenSink/releases/download/v0.1/KitchenSink-0.1.zip",
|
||||
"Changelog": "v0.1 (testing only) (2024-04-28)\n- Character Switch module",
|
||||
"IsHide": false,
|
||||
"IsTestingExclusive": true
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user