Newest releases appear first. Draft and prerelease states are surfaced inline.
v2.1.0.0
Published
2026-01-02T13:49:07Z
Downloads7
This updates adds additional activity trackers for the following:
- Checks if player is using retainers
- Track player targets
- Listen for message events (outgoing whispers, and battle log messages)
- Previously we could listen for player casts, with the battle log we can now also check if a user is using oGCDs which doesn't trigger the casting.
**Full Changelog**: https://github.com/Senither/Auto-Multimode/compare/v2.0.0.0...v2.1.0.0
v2.0.0.0
Published
2026-01-01T21:30:35Z
Downloads3
This is a complete rewrite of how the plugin checks if a player is AFK or not, previously it would modify the client AFK timer so the client itself would go AFK, which would then trigger the multimode calls, the rewrite makes that process entirely manual, this means a lot greater control over what we can consider as being AFK, as well as controlling exactly when we want to run the multimode calls.
The rewrite currently listens for the following players activities:
- movement & rotations
- casting spells
- in combat
- crafting
- is in a duty zone (dungeon, raid, alliance raid, etc)
With the new activity tracking we're given greater control over when we consider the player AFK, with the previous system we could choose between the predefined 5, 15, 30, and 60 minutes AFK timers, with the new system we can choose between any value between 1 and 60 minutes.
**Full Changelog**: https://github.com/Senither/Auto-Multimode/compare/v.1.3.0.0...v2.0.0.0
v.1.3.0.0
Published
2025-12-18T10:39:39Z
Downloads6
This updates the Dalamud SDK to version 14, along with the dependency versions so the plugin works with FFXIV patch 7.4.
v1.2.0.0
Published
2025-08-11T15:54:24Z
Downloads4
This updates adds support for the FFXIV 7.3 patch, additionally we've also changed out the Microsoft Net SDK with the Dalamud SDK, which comes prepacked with a all the necessary files and packages we need, allowing us to simply the build and (hopefully) updating process in the future.
**Full Changelog**: https://github.com/Senither/Auto-Multimode/compare/v1.1.0.0...v1.2.0.0
v1.1.0.0
Published
2025-03-26T16:28:40Z
Downloads4
Upgrades the Net core to use version 9, and Dalamud API version 12 which is required after the v7.2 update of FFXIV.
**Full Changelog**: https://github.com/Senither/Auto-Multimode/compare/v1.0.0.0...v1.1.0.0
v1.0.0.0
Published
2024-11-28T14:09:49Z
Downloads9
This is the first finished version of the plugin.
**Full Changelog**: https://github.com/Senither/Auto-Multimode/compare/v0.3.0.0...v1.0.0.0