Releases: LukeOnuke/pvp-toggle
Releases · LukeOnuke/pvp-toggle
Release 3.1.3
Version 3.1.2
Changes
- Add pvp cooldown override permission
- Fix warnings
- Bump version
Version 3.1.1
Changes
- Properly display toggled state when toggling another player. #18
Release 3.1.0
Changes
- Properly implement pvpstatus
Alpha 1 of 3.1.0
Fixes
Properly implement the pvpstatus command.
v3.0.0
Additions
- Implement #16 - Disable PVPToggle in certin worlds
Fixes
- Fix broken PvP vulnerable placeholder by @JerichoTorrent in #14
- Fix #15,
/pvpnow displays the apropriate state. - Fix #13, placeholder is now functioning.
- Fix #17 - Do not display space before messages if prefix is empty
Refractorings and code
- Changed the way configuration is read, now with a single service
ConfigurationService. - Added documentation to all of the service classes and their methods inside
com.lukeonuke.pvptoggle.service. - Clarified code
Alpha 1 of 3.0.0
Fixes
- Fix broken PvP vulnerable placeholder by @JerichoTorrent in #14
- Fix #15,
/pvpnow displays the apropriate state. - Fix #13, placeholder is now functioning.
Refractorings and code
- Changed the way configuration is read, now with a single service
ConfigurationService. - Added documentation to all of the service classes and their methods inside
com.lukeonuke.pvptoggle.service.
Full Changelog: v2.0.1...v3.0.0-alpha.1
Release 2.0.1
Release 2.0.0
Changes
As always thanks to the wonderful people who contribute to this project.
Fixes
- Greatly improved proxy damage detection to prevent pvp protection circumvention exploits.
Additions
- Pets are now also protected. (configurable)
- Configurable time for players to become vulnerable after enabling pvp protection.
- PAPI (PlaceholderAPI) integration (#5)
git c: v1.3.0...v2.0.0
Release 1.3.0
Additions
- More configuration options
- Option to prevent players abusing
/pvpto escape a battle. This is achieved by resetting the cooldown when they are hit. (The cooldown only applies when going from being protected to vulnerable, not the other way around.) - Better formatters
- More readable language
- Time formatter can now do minutes
- The
/pvp reloadcommand that reloads the config. - Improved documentation
Thank you @MiningTcup for contributing to this release.