FF14 Dalamud plugin that automates Frontline movement and combat.
https://raw.githubusercontent.com/exatrines/DalamudPlugins/refs/heads/main/pluginmaster.json
/autofrontline— toggle settings window/autofrontline on|off— enable or disable plugin/autofrontline toggle— toggle plugin- General: required plugins, recommended job
- Settings: Enable, mount, intervals
- Debug: field, tracked player, movement state
git submodule update --init --recursive
dotnet build AutoFrontline.sln -c Releasebash .github/scripts/bump-version.sh 1.0.0.0
git add AutoFrontline/AutoFrontline.json AutoFrontline/AutoFrontline.csproj CHANGELOG.md
git commit -m "Release 1.0.0.0"
git tag v1.0.0.0
git push origin main
git push origin v1.0.0.0AGPL-3.0-or-later