Changelog:
- Add option for duel mode combat tagging
- When enabled what this does is ensure a fair fight between only two players, until one player dies no one else can interfere. Can be useful for FFA servers or mass pvp events
- Add support for enchanted golden apple cooldown in MC 1.8
- It also supports any other Material with data in the format of Material-data: cooldown, for example WOOL-14: 5 would apply a cooldown of 5 seconds on red wool. This is only relevant for servers running 1.12 or lower.
- Add permission for the recycling feature
- Fix use scoreboard teams option not being read/used
- Fix recycle message still being sent when set to empty
- Fix cooldown error with null item
- Allow configurable action bar messages on MC 1.8
This update has multiple fixes/improvements reported on discord and github
Changelog:
- Improvement to the messages file, now any message can be sent to the actionbar by prefixing it with !actionbar
- Another improvement now allows removing the space in time units, so displaying something like 4m 5s is now possible where before it was forced to 4 m 5 s. This applies everywhere where time placeholder is used.
- The messages file should be auto migrated with these changes
- When changing locales the old messages file is now no longer deleted
- Moved all protection messages to action bar display
- Fix wrong default global cooldown when set only for combat or vice-versa
- Fix self wind charging not working when pvp is disabled
- Fix recycling feature not working
- Fix wrong config path for windcharge renew tag
- Fix locale command saving the locale in the wrong config path
- Fix NPE on debug subcommand
Changelog:
- Fix NPC support in 1.21.10 which was broken by latest Paper changes
- Fix untag race condition
- Fix error during reload
- Fix player not getting untagged on death when self killing
- Remove obfuscation on untag reason for other plugins
- Fix error on server shutdown with NPCs spawned on Folia
Changelog:
- Made /pvplist paginated and added a separate permission to see offline players with /pvplist offline
- Fix a bug that could prevent player data from being saved on quit
Changelog:
- Fix worldguard region exclusions not applying to player kills
- Better handle errors caused by users using wrong border blocks in config
- Remove wrongly obfuscated method for plugins that hook into PvPManager
- Better error messages when database connection is lost
Changelog:
- Add boss bar color and style option for newbies
- Improved block of elytra gliding by stopping space spam
- Fix NPEs due to internal player creation changes
- Block tpa directly using Essentials API for Folia
No longer in beta, there doesn't seem to be any major issue left, at least with commonly used settings.
Reminder that if you're coming from v3 then your config will be set to default.
Changelog:
- Fix another error on pvp death
- Fix error when reloading on Folia with NPCs spawned
- Improve NPC combat tag prefix
- Disable tag by fishing hook when ignore no damage hits enabled
- Fix wrong time remaining displayed on /pvpgrant command
Still beta, should be fairly stable now though as the issues were mostly on older MC versions
Changelog:
- Add NPC support for MC 1.21.9 (won't work with Paper yet until they update, works on Spigot)
- Add back NPC support for older MC 1.20 versions
- Fix error on death with unknown killer
- Fix error when loading on MC 1.8
- Fix error when block elytra is enabled
- Fix error with cooldowns on Folia
- Fix item cooldowns displaying the wrong time remaining
Still beta as there were still some issues to solve
Changelog:
- Fix first page of help menu not fitting correctly in chat
- Fix help menu not showing on versions under MC 1.20
- Fix newbie protection error when old config had a bigger value than current
- Fix error on some player deaths with self tag enabled
- Fix recycling list not being read correctly
- Fix error when protection effect cooldown was enabled
- Fix default protection particle not working on versions older than MC 1.21
- Fix combat tagging not working MC 1.8
- Fix pushback not working with old WorldGuard v6
WARNING - This update will set your config and messages to default
So don't blindly update, unless you're fine with default settings.
Your old files will be renamed with a _v3_old suffix like (config_v3_old.yml) if you need them.
This is necessary because there's too many changes to auto update the files.
This update is a major refactor of most of the code, so there's too many changes to list them all.
Some of the most important changes are:
This is the first beta release so bugs are possible.
- Reorganized the permissions into a better structure (Wiki updated) and now every command also has a proper separate permission
- The command help menu now is paginated, clickable and hoverable, also only shows command you have permission for
- The messages file now has more consistent variables, including a global prefix one (finally) and quite a few color/text changes
- The config file was also restructured, some settings were moved around, merged or removed
- Added a custom WorldGuard flag "pvp-protection" to remove protection in any regions you set it. More flags are likely coming, need suggestions
- Plugins that hook into PvPManager will break and will need to be updated (Wiki API page updated)
- Java 17 is now the minimum version to run the plugin
- Many other visual/internal changes here and there
If there are no major issues, the next update will no longer be marked as beta, in case you require more stability. Otherwise expect more beta updates.