Releases: Frwostella/TogglePVPCustom
Releases · Frwostella/TogglePVPCustom
Release list
TogglePVPCustom 1.4.2
Changelog
TogglePVPCustom v1.4.2
Added
- Added configurable
/pvpcommand cooldown. - Added
pvp-command-cooldown-secondssetting inconfig.yml. - Added
pvp-toggle-block-secondssetting for local combat toggle protection. - Added
togglepvp.cooldown.bypasspermission. - Added local combat tracking after successful PvP hits.
- Added protection against changing PvP status while combat tagged.
- Added
cannot-toggle-in-combatmessage. - Added
command-cooldownmessage with%time%placeholder.
Changed
/pvp,/pvp on, and/pvp offare now blocked while the player is in combat./pvp statuscan still be used while in combat.- PvP toggle protection now works even if the CombatLog hook fails, because the plugin tracks combat locally.
togglepvp.cooldown.bypassnow defaults tofalse, so OPs do not bypass cooldown unless the permission is manually given.
Fixed
- Fixed an issue where players could escape combat by using
/pvp off. - Fixed
/pvp offremoving CombatLog combat status. - Fixed command cooldown not working properly for OPs because of the bypass permission default.
- Fixed combat protection relying only on the external CombatLog plugin.
Config Changes
Added:
settings:
pvp-command-cooldown-seconds: 5
pvp-toggle-block-seconds: 15TogglePVPCustom 1.4.1
Changelog
- Added CombatLog integration to TogglePVPCustom.
- Blocked PvP hits now clear CombatLog tags when a player has PvP disabled.
- Added
CombatLogas a soft dependency inplugin.yml. - Added new config option:
combatlog-hook.clear-combat-on-blocked-pvp. - Improved event handling so PvP-blocked hits are cancelled earlier and cleaned up after other plugins.
TogglePVPCustom 1.3
Changelog
- Added build profile support for newer Paper versions.
- The plugin can now be built for Paper
1.21.11using Java 21. - Added a separate Maven profile for Paper
26.1+using Java 25. - Updated the README with version support and build commands.
TogglePVPCustom 1.2
Changelog
- Added optional CombatLog plugin support.
- Players can no longer disable PvP with
/pvp offwhile they are in combat. - Added configurable CombatLog hook settings.
- Added a new message for players who try to disable PvP during combat.