feat: add Dalamud custom plugin repository
This commit is contained in:
18
README.md
18
README.md
@@ -2,6 +2,24 @@
|
||||
|
||||
Small Dalamud plugins by Bep.
|
||||
|
||||
## Dalamud Custom Repository
|
||||
|
||||
Add this URL under Dalamud Settings, Experimental, Custom Plugin Repositories:
|
||||
|
||||
```text
|
||||
https://git.bep.moe/verniy/xiv-plugins/raw/branch/main/pluginmaster.json
|
||||
```
|
||||
|
||||
## Plugins
|
||||
|
||||
- [Auto Fishing Stool](AutoFishingStool/README.md): automatically uses `/sit` after entering fishing mode.
|
||||
|
||||
## Publishing a Plugin
|
||||
|
||||
Increment the plugin version, then run this command from the repository root:
|
||||
|
||||
```powershell
|
||||
.\scripts\publish-plugin.cmd -Project AutoFishingStool -Changelog "Describe the update"
|
||||
```
|
||||
|
||||
Commit and push the updated source, `pluginmaster.json`, and release ZIP. Future plugin projects can use the same command with their project directory name.
|
||||
|
||||
Reference in New Issue
Block a user