Added a new permission called notbounties.player that controls all of the following permissions:
- notbounties.set
- notbounties.view
- notbounties.buyown
- notbounties.buyimmunity
- notbounties.removeimmunity
- notbounties.tracker
- notbounties.whitelist
- notbounties.basic
Added a new config section that allows you to set random bounties on players that have joined the server before
Code (YAML):
# set a random bounty every once in a while
random-bounties
:
# minimum seconds between next random bounty - 0 to disable
min-time
: 0
# 86400 seconds in a day
# maximum seconds between next random bounty
max-time
: 0
# minimum bounty price
min-price
: 10
# maximum bounty price
max-price
: 100
The notbounties.view permission now blocks players from viewing bounties in the GUI