Skip to content

Commit

Permalink
Sharky Update (#4)
Browse files Browse the repository at this point in the history
* Sharky Update

* Update distribute (4c5df4f) [skip ci]

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
HirotaZX and actions-user authored Sep 17, 2024
1 parent 380054d commit 008a531
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 62 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# DalamudPlugins

![版本](https://img.shields.io/badge/%E5%BD%93%E5%89%8D%E7%89%88%E6%9C%AC-%E5%9B%BD%E6%9C%8D6.58-blue)
[![Deployment](https://github.com/HirotaZX/DalamudPlugins/actions/workflows/main.yml/badge.svg)](https://github.com/HirotaZX/DalamudPlugins/actions/workflows/main.yml)
[![Deployment](https://github.com/sharkycorps/DalamudPlugins/actions/workflows/main.yml/badge.svg)](https://github.com/sharkycorps/DalamudPlugins/actions/workflows/main.yml)

自用卫月插件仓库(原版或微调,不保证汉化,主要目标为 D17 自动化构建系统的适配
鯊鯊軍團的衛月插件倉庫(原版或微調,不保證漢化,主要目標為 D17 自動化構建系統的適配

## 插件列表

| 插件 | 说明 | 调整 | 汉化 | 作者 |
| 插件 | 說明 | 調整 | 漢化 | 作者 |
| - | - | - | - | - |
| [Allagan Tools](https://github.com/HirotaZX/InventoryTools) | 亚拉戈工具AT,提供跨背包/雇员/部队储物柜的物品列表查询等功能 | 国服雇员适配 | :x: | [Critical-Impact](https://github.com/Critical-Impact) |
| [Artisan](https://github.com/HirotaZX/Artisan) | 生产计划及安排工具,雇员功能依赖AT | 搭配上方AT修复国服雇员功能 | :x: | [Taurenkey](https://github.com/Taurenkey) |
| [Burning Down the House](https://github.com/HirotaZX/BDTHPlugin) | 解除摆放限制,轻松搞定装修 | 汉化 | :white_check_mark: | [LeonBlade](https://github.com/LeonBlade) |
| [AntiAfkKick](https://github.com/HirotaZX/AntiAfkKick) | 防止长时间挂机时被服务器踢出 | D17 | :o: | [NightmareXIV](https://github.com/NightmareXIV) |
| [TextAdvance](https://github.com/HirotaZX/TextAdvance) | 任务速通辅助工具,自动跳过对话和过场 | D17 | :x: | [NightmareXIV](https://github.com/NightmareXIV) |
| [Allagan Tools](https://github.com/sharkycorps/InventoryTools) | 亞拉戈工具AT,提供跨背包/雇員/部隊儲物櫃的物品列表查詢等功能 | 國服雇員適配 | :x: | [Critical-Impact](https://github.com/Critical-Impact) |
| [Artisan](https://github.com/sharkycorps/Artisan) | 生產計劃及安排工具,雇員功能依賴AT | 搭配上方AT修復國服雇員功能 | :x: | [Taurenkey](https://github.com/Taurenkey) |
| [Burning Down the House](https://github.com/sharkycorps/BDTHPlugin) | 解除擺放限制,輕鬆搞定裝修 | 漢化 | :white_check_mark: | [LeonBlade](https://github.com/LeonBlade) |
| [AntiAfkKick](https://github.com/sharkycorps/AntiAfkKick) | 防止長時間掛機時被伺服器踢出 | D17 | :o: | [NightmareXIV](https://github.com/NightmareXIV) |
| [TextAdvance](https://github.com/sharkycorps/TextAdvance) | 任務速通輔助工具,自動跳過對話和過場 | D17 | :x: | [NightmareXIV](https://github.com/NightmareXIV) |

* 以上调整均包括 D17 Plogon 自动化构建工具的适配
* 以上調整均包括 D17 Plogon 自動化構建工具的適配

## 使用

1. 打开卫月设置-测试版
2. 复制粘贴下面的仓库链接
3. 点击 + 号按钮
4. 点击保存图标
1. 打開衛月設置-測試版
2. 複製粘貼下面的倉庫鏈接
3. 點擊 + 號按鈕
4. 點擊保存圖標

```
https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/repo.json
https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/repo.json
```

## 工具和参考
## 工具和參考

* [Plogon](https://github.com/goatcorp/Plogon) 插件自动化构建系统
* [redstrate/DalamudPlugins](https://github.com/redstrate/DalamudPlugins) 仓库结构及构建参考
* [Plogon](https://github.com/goatcorp/Plogon) 插件自動化構建系統
* [redstrate/DalamudPlugins](https://github.com/redstrate/DalamudPlugins) 倉庫結構及構建參考
2 changes: 1 addition & 1 deletion makeRepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function readManifest(name) {
manifest.DownloadLinkTesting = manifest.DownloadLinkInstall;
manifest.DownloadLinkUpdate = manifest.DownloadLinkInstall;

manifest.DownloadCount = 0;
manifest.DownloadCount = 999999999;
manifest._isDip17Plugin = true;
manifest._Dip17Channel = 'stable';

Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/AntiAfkKick-Dalamud/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/AntiAfkKick.git"
repository = "https://github.com/sharkycorps/AntiAfkKick.git"
commit = "6762dd02908fb7459b417fce640662982afddae7"
owners = [ "NightmareXIV" ]
project_path = "AntiAfkKick-Dalamud"
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/Artisan/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/Artisan.git"
commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397"
repository = "https://github.com/sharkycorps/Artisan.git"
commit = "438d9c83ef0f47010692b563a6b445139281c586"
owners = [ "Taurenkey (Puni.sh)" ]
project_path = "Artisan"
changelog = ''''''
2 changes: 1 addition & 1 deletion manifests/stable/BDTHPlugin/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/BDTHPlugin.git"
repository = "https://github.com/sharkycorps/BDTHPlugin.git"
commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
owners = [ "LeonBlade" ]
project_path = "BDTHPlugin"
Expand Down
4 changes: 2 additions & 2 deletions manifests/stable/InventoryToolsCN/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/InventoryTools.git"
commit = "2aead968ab198369f32dbcf776824420fce66f50"
repository = "https://github.com/sharkycorps/InventoryTools.git"
commit = "fb71bce6dbe3d586f8e7230d9605570c10042e9c"
owners = [ "Critical_Impact" ]
project_path = "InventoryTools"
version = "1.7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/TextAdvance/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/HirotaZX/TextAdvance.git"
repository = "https://github.com/sharkycorps/TextAdvance.git"
commit = "495e41e880ce357300be22e0bebb307fb9f551b0"
owners = [ "NightmareXIV" ]
project_path = "TextAdvance"
Expand Down
8 changes: 4 additions & 4 deletions plugins/State.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[channels.stable.plugins.InventoryToolsCN]
built_commit = "2aead968ab198369f32dbcf776824420fce66f50"
time_built = 2024-09-14T22:10:56.708
built_commit = "fb71bce6dbe3d586f8e7230d9605570c10042e9c"
time_built = 2024-09-17T23:25:08.350
effective_version = "1.7.0.2"
[channels.stable.plugins.InventoryToolsCN.changelogs]
[channels.stable.plugins.Artisan]
built_commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397"
time_built = 2024-09-15T20:57:19.428
built_commit = "438d9c83ef0f47010692b563a6b445139281c586"
time_built = 2024-09-17T23:24:32.681
effective_version = "3.0.5.15"
[channels.stable.plugins.Artisan.changelogs]
[channels.stable.plugins.BDTHPlugin]
Expand Down
4 changes: 2 additions & 2 deletions plugins/stable/Artisan/Artisan.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Name": "Artisan",
"InternalName": "Artisan",
"AssemblyVersion": "3.0.5.15",
"Description": "The all-in-one crafting plugin.",
"Description": "一体化生产制作插件",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/PunishXIV/Artisan",
"Tags": [
Expand All @@ -15,7 +15,7 @@
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://love.puni.sh/resources/artisan.png",
"Punchline": "A 'simple' crafting plugin.",
"Punchline": "一个“简单”的生产插件",
"Changelog": "",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
Expand Down
Binary file modified plugins/stable/Artisan/latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/stable/InventoryToolsCN/InventoryToolsCN.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"AssemblyVersion": "1.7.0.2",
"Description": "亚拉戈工具的主要目的是持续记录你的角色/雇员/部队储物柜里的物品信息,通过它的筛选查找功能你将不再用苦苦翻找某件物品。\n\n除此之外它还包含不止以下这些的其他功能:\n\t- 生产计划工具\n\t- 市场交易板集成\n\t- 筛选/查找物品或者生产素材时自动高亮道具\n\t- 能够查看售卖商人及道具来源的详情窗口\n\t- 可检索的任务/怪物/飞空艇/潜水艇列表\n\t- 能够执行复杂搜索的物品筛选系统 \n\t- 物品弹窗集成,直接显示持有情况",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/HirotaZX/InventoryTools",
"RepoUrl": "https://github.com/Critical-Impact/InventoryTools",
"Tags": [
"Inventory",
"Sorting",
Expand Down
Binary file modified plugins/stable/InventoryToolsCN/latest.zip
Binary file not shown.
60 changes: 30 additions & 30 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AssemblyVersion": "1.7.0.2",
"Description": "亚拉戈工具的主要目的是持续记录你的角色/雇员/部队储物柜里的物品信息,通过它的筛选查找功能你将不再用苦苦翻找某件物品。\n\n除此之外它还包含不止以下这些的其他功能:\n\t- 生产计划工具\n\t- 市场交易板集成\n\t- 筛选/查找物品或者生产素材时自动高亮道具\n\t- 能够查看售卖商人及道具来源的详情窗口\n\t- 可检索的任务/怪物/飞空艇/潜水艇列表\n\t- 能够执行复杂搜索的物品筛选系统 \n\t- 物品弹窗集成,直接显示持有情况",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/HirotaZX/InventoryTools",
"RepoUrl": "https://github.com/Critical-Impact/InventoryTools",
"Tags": [
"Inventory",
"Sorting",
Expand All @@ -28,23 +28,23 @@
"https://raw.githubusercontent.com/Critical-Impact/InventoryTools/main/InventoryTools/Images/screenshot3.png",
"https://raw.githubusercontent.com/Critical-Impact/InventoryTools/main/InventoryTools/Images/screenshot4.png"
],
"IconUrl": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/InventoryToolsCN/images/icon.png",
"IconUrl": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/InventoryToolsCN/images/icon.png",
"Punchline": "在最终幻想14中保持井井有条,轻松找到想要的物品,有序计划生产,还能方便地查找怪物、任务、飞空艇、潜水艇等信息!",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726351856,
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadCount": 0
"LastUpdate": 1726615508,
"DownloadLinkInstall": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/InventoryToolsCN/latest.zip",
"DownloadCount": 999999999
},
{
"Author": "Taurenkey (Puni.sh)",
"Name": "Artisan",
"InternalName": "Artisan",
"AssemblyVersion": "3.0.5.15",
"Description": "The all-in-one crafting plugin.",
"Description": "一体化生产制作插件",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/PunishXIV/Artisan",
"Tags": [
Expand All @@ -55,17 +55,17 @@
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/images/icon.png",
"Punchline": "A 'simple' crafting plugin.",
"IconUrl": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/Artisan/images/icon.png",
"Punchline": "一个“简单”的生产插件",
"Changelog": "",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726433839,
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadCount": 0
"LastUpdate": 1726615472,
"DownloadLinkInstall": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/Artisan/latest.zip",
"DownloadCount": 999999999
},
{
"Author": "LeonBlade",
Expand All @@ -89,16 +89,16 @@
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/images/icon.png",
"IconUrl": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/BDTHPlugin/images/icon.png",
"Punchline": "轻松搞定装修!",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726433845,
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadCount": 0
"DownloadLinkInstall": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip",
"DownloadCount": 999999999
},
{
"Author": "NightmareXIV",
Expand All @@ -118,11 +118,11 @@
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726440896,
"IconUrl": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/images/icon.png",
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadCount": 0
"IconUrl": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/images/icon.png",
"DownloadLinkInstall": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/AntiAfkKick-Dalamud/latest.zip",
"DownloadCount": 999999999
},
{
"Author": "NightmareXIV",
Expand All @@ -142,10 +142,10 @@
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726457421,
"IconUrl": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/TextAdvance/images/icon.png",
"DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadCount": 0
"IconUrl": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/TextAdvance/images/icon.png",
"DownloadLinkInstall": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/sharkycorps/DalamudPlugins/main/plugins/stable/TextAdvance/latest.zip",
"DownloadCount": 999999999
}
]

0 comments on commit 008a531

Please sign in to comment.