Added 3 new plugin integrations:
- WorldGuard with claim-bounties flag
- KingdomsX for team claiming
- Lands for team claiming
The teams configuration section has been updated since 2 more team plugins were added.
Code (YAML):
# allow players on the same team claim each-other's bounties
teams
:
# claim if on the same scoreboard team
# some plugins use scoreboard teams, so disabling this may break claiming bounties
scoreboard-claim
: true
# players with the same placeholder result will not be able to claim each other's bounties (Must have PlaceholderAPI installed)
# ex: '%luckperms_prefix%' would prevent anyone with the same prefix from killing each other
placeholder
: ''
# <===> BetterTeams <===>
better-teams
:
# claim if on the same BetterTeams team
team
: false
# claim if allied with each other's BetterTeams team
ally
: false
# <===> TownyAdvanced <===>
towny-advanced
:
# claim if in the same nation
nation
: false
# claim if in the same town
town
: false
# claim if nations are allied
ally
: false
# <===> KingdomsX <===>
kingdoms-x
:
# claim if in the same nation
nation
: false
# claim if nations are allied
nation-ally
: false
# claim if in the same kingdom
kingdom
: false
# claim if kingdoms are allied
kingdom-ally
: false
# <===> Lands <===>
# The claim_bounty flag can be used
lands
:
# claim if in the same nation
nation
: false
# claim if nations are allied
nation-ally
: false
# claim if they are trusted in each other's lands
land
: false
# claim if lands are allied
land-ally
: false
Bug fixes:
- Fixed a bug where players or admins couldn't remove bounties
- Fixed a bug where you couldn't use items without metadata in the GUI. Credit to srnyx.