FF14 Dalamud plugin that replaces the Server Info Bar with a customizable ImGui overlay.
https://raw.githubusercontent.com/exatrines/DalamudPlugins/refs/heads/main/pluginmaster.json
/dtroverlay— toggle settings UI/dtroverlay on|off|toggle— enable or disable overlay
Settings tab highlights
- Layout: Horizontal / Vertical, Follow Vanilla DTR, plugin order, native/plugin division
- Appearance: font scale, colors, separators
- Plugin entries: order, visibility, prefix/suffix, min width, per-entry colors
See spec.md for behavior details.
git submodule update --init --recursive
dotnet build DTROverlay.sln -c Releasebash .github/scripts/bump-version.sh 1.0.0.0
git add DTROverlay/DTROverlay.json DTROverlay/DTROverlay.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.0Pushing a v* tag (or running the Release workflow manually) builds DTROverlay.zip and publishes a GitHub Release.
AGPL-3.0-or-later