Combat Logging
- Added more options under the pvp-restrictions configuration section
- Added 2 new messages in the language.yml file for a combat tag and the tag expiring
Code (YAML):
# claim bounties if players combat-log
combat-logging
:
# time in seconds that a player must be without combat to log out without losing their bounty - 0 to disable
time
: 0
# send the combat-tag and combat-safe messages when they are tagged
send-message
: false
This works alongside the other pvp-restrictions, so the worlds declared in the pvp-restrictions section will apply to combat logging. To disable the whitelist, just set worlds to an empty list: worlds: []
If you want to only use combat logging, set the rule to 0.
Additional Vanish Detecting
- The wanted tags will now disappear for vanish from more plugins, specifically VanishPremium
- If this is not the case for a plugin, let me know, so I can add it
Time Zone Formatting
- Time in messages is now formatted in the timezone of the players.
- This is not used much, but the most common case is with the command: /bounty check {player}
- You can disable this with the auto-timezone option in the config