Skip to content

Releases: MajekDev/PvPToggle

v3.0.3 - Small Bug Fixes

07 Jan 21:54
Compare
Choose a tag to compare

PvPToggle v3.0.3

Bug fixes and dependency bumps.

Changes ☑️

  • This release officially supports Minecraft 1.18.
  • Fixed bug with WorldGuard regions.
  • Bumped dependencies.

v3.0.2 - New config option

24 Oct 18:24
Compare
Choose a tag to compare

PvPToggle v3.0.2

Bug fixes + added a new config option to decide if players should be notified when they enter a region with PvP forced on/off.

Changes ☑️

  • Fix bug with Lands integration.
  • Send your current pvp status if no args are provided on /pvp.
  • Add config option for player notifications on region enter.

v3.0.1 - Bug Fixes

23 Oct 20:20
Compare
Choose a tag to compare

A few bug fixes related to GriefPrevention integration.

v3.0.0

21 Oct 17:23
Compare
Choose a tag to compare

PvPToggle v3.0.0

This a large update with a lot of fixes and improvements. You should update as soon as you can.

Changes ☑️

  • New User class for pvp storage and user mangament.
  • Added GitGub workflows.
  • New Message class for plugin message with defaults.
  • New permission for bypassing cooldown.
  • More robust backend for pvp storage.
  • Cleaned up and improved hooks.

v2.1.1

07 Aug 22:59
Compare
Choose a tag to compare

A few bug fixes along with dependency bumps.

MC 1.17 Release

18 Jun 03:16
Compare
Choose a tag to compare

PvPToggle now officially supports Minecraft 1.17+

Changes Made

  • Added command /blockpvp <true|false>. Affects whether or not players can change their pvp status.
  • Added command /allpvp <on|off>. Toggle the pvp status of all players.
  • Added config option to block /pvp in certain worlds.
  • Hopefully fixed MySQL issues.

Planned Changes

  • Refactor Json Simple to Gson.
  • Improve region hooks.