Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BDTHPlugin #1

Merged
merged 5 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout manifests
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
ref: ${{ github.head_ref || github.ref }}
ssh-key: ${{ secrets.DEPLOY_KEY }}
persist-credentials: true
path: DalamudPlugins
Expand Down Expand Up @@ -67,12 +67,12 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update distribute (${{ github.sha }})"
git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }})"

- name: Push plugin dist
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}
branch: ${{ github.head_ref || github.ref }}
directory: DalamudPlugins
ssh: true

6 changes: 6 additions & 0 deletions manifests/stable/BDTHPlugin/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/BDTHPlugin.git"
commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
owners = [ "LeonBlade" ]
project_path = "BDTHPlugin"
changelog = ''''''
7 changes: 6 additions & 1 deletion plugins/State.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ effective_version = "1.7.0.2"
[channels.stable.plugins.InventoryToolsCN.changelogs]
[channels.stable.plugins.Artisan]
built_commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397"
time_built = 2024-09-15T06:46:29.409
time_built = 2024-09-15T20:57:19.428
effective_version = "3.0.5.15"
[channels.stable.plugins.Artisan.changelogs]
[channels.stable.plugins.BDTHPlugin]
built_commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
time_built = 2024-09-15T20:57:25.298
effective_version = "1.6.3.0"
[channels.stable.plugins.BDTHPlugin.changelogs]
Binary file modified plugins/stable/Artisan/latest.zip
Binary file not shown.
28 changes: 28 additions & 0 deletions plugins/stable/BDTHPlugin/BDTHPlugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"Author": "LeonBlade",
"Name": "Burning Down the House",
"InternalName": "BDTHPlugin",
"AssemblyVersion": "1.6.3.0",
"Description": "使用坐标系移动家具,随意摆放",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/LeonBlade/BDTHPlugin",
"Tags": [
"bdth",
"housing",
"float",
"place",
"glitch",
"furnishing",
"LeonBlade"
],
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/icon.png",
"Punchline": "轻松搞定装修!",
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable"
}
Binary file added plugins/stable/BDTHPlugin/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/stable/BDTHPlugin/latest.zip
Binary file not shown.
35 changes: 34 additions & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,43 @@
"AcceptsFeedback": true,
"_isDip17Plugin": true,
"_Dip17Channel": "stable",
"LastUpdate": 1726382789,
"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
},
{
"Author": "LeonBlade",
"Name": "Burning Down the House",
"InternalName": "BDTHPlugin",
"AssemblyVersion": "1.6.3.0",
"Description": "使用坐标系移动家具,随意摆放",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/LeonBlade/BDTHPlugin",
"Tags": [
"bdth",
"housing",
"float",
"place",
"glitch",
"furnishing",
"LeonBlade"
],
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/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
}
]
Loading