- Adds checks for Spectator Mode
- Adds /afkex and /afkplus ex commands to show a list of example PlaceholderAPI formatting nodes that a player can use. They can also click on them to "Copy/Paste" the nodes into a message.
- Adds a handful of custom color nodes such as brown, cyan, lime, magenta, purple, salmon, etc
- [BUG] Fixes desync when players join / rejoin with Disable Damage enabled.
- Added "disableDamageCooldown" -- Configurable option for how fast the "disableDamage" effect gets applied.
- Added "whenDamageDisabled" -- Configurable server-wide message for when a player gets marked as invulnerable.
- Added "whenDamageEnabled" -- Configurable server-wide message for when a player gets unmarked as invulnerable.
- Added "afkInvulnerablePlaceholder" -- and the "%afkplus:invulnerable%" placeholder for interactions to communicate the status of Disable Damage under the display name, etc.
- Several code formatting cleanups... I've been using IntelliJ IDEA these days.
- Added a new Mixin to manage AFK status when a player changes Game Modes ... it force-disable's their AFK status when doing so to prevent bugs from creeping in (ie. Disable Damage issues with Creative Mode).
- Added /afkplus damage enable/disable [Player] - commands for administrator's for forcefully disable/allow the "Disable Damage" status on players.