Skip to content

Releases: LukeOnuke/pvp-toggle

Release 3.1.3

18 Nov 17:43
ee00890

Choose a tag to compare

Additions

  • Add nocooldown permission

Thank you @MiningTcup

Version 3.1.2

14 Nov 19:20
a9e9fdb

Choose a tag to compare

Changes

  • Add pvp cooldown override permission
  • Fix warnings
  • Bump version

Version 3.1.1

16 Aug 12:55

Choose a tag to compare

Changes

  • Properly display toggled state when toggling another player. #18

Release 3.1.0

04 Aug 12:13

Choose a tag to compare

Changes

  • Properly implement pvpstatus

Alpha 1 of 3.1.0

27 Jul 13:38

Choose a tag to compare

Alpha 1 of 3.1.0 Pre-release
Pre-release

Fixes

Properly implement the pvpstatus command.

v3.0.0

01 Jun 11:18

Choose a tag to compare

Additions

  • Implement #16 - Disable PVPToggle in certin worlds

Fixes

  • Fix broken PvP vulnerable placeholder by @JerichoTorrent in #14
  • Fix #15, /pvp now 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

27 Mar 13:23

Choose a tag to compare

Alpha 1 of 3.0.0 Pre-release
Pre-release

Fixes

  • Fix broken PvP vulnerable placeholder by @JerichoTorrent in #14
  • Fix #15, /pvp now 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

02 Dec 22:24
b27ebe7

Choose a tag to compare

Fixes

  • Fixed issue #10 (Pvp cant be used again) with pull request #11.

Release 2.0.0

01 Dec 23:54
7238824

Choose a tag to compare

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

28 Oct 15:35
b610dd3

Choose a tag to compare

Additions

  • More configuration options
  • Option to prevent players abusing /pvp to 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 reload command that reloads the config.
  • Improved documentation

Thank you @MiningTcup for contributing to this release.