Bounty Whitelists - No-Not-Jaden/NotBounties GitHub Wiki
Bounty whitelists allow players to whitelist other players to claim a bounty. Only the whitelisted players can claim the bounty. The whitelists can store up to 10 players. If they need more than that, it might be better to use the blacklist mode. The blacklist mode allows players to block other players from claiming bounties they have set. Using the bounty whitelist requires the permission node notbounties.whitelist
that players have by default.
-
/bounty whitelist <offline>
Opens the set whitelist GUI. -
/bounty whitelist reset
Resets your whitelisted players. -
/bounty whitelist (add/remove/set) (whitelisted players)
Change the players that can claim the bounties you set. -
/bounty whitelist view
Displays your whitelisted players in chat. -
/bounty whitelist toggle
Toggles your mode between whitelist and blacklist.
All configuration options can be found in the config.yml file under the section bounty-whitelist
. The first option enabled
controls whether this feature is enabled or disabled.
enabled: true
The bounty whitelist cost is an extra price players have to pay at the time of the bounty purchase. The cost
refers to the amount of currency that will be added to the bounty per additional player that is whitelisted. For example with cost: 10
, if you have 4 people in your bounty whitelist, setting a bounty will cost 40 extra currency.
cost: 10
To reduce misleading information, bounties that you cannot claim are not shown to you by default. You can enable this with the show-all-bounty
option. Enabling this will add extra lore to bounties you are not whitelisted on to notify players. This can be changed in the language.yml file under not-whitelisted
.
show-all-bounty: false
The variable-whitelist
option allows players to change their whitelists after they have set a bounty. I recommend setting cost
to 0 if you are using this because players can bypass the cost by resetting their whitelist before setting a bounty and adding everyone back afterward.
variable-whitelist: false
The enable-blacklist
option controls whether players can use the blacklist mode or not. The blacklist mode is the opposite of the whitelist mode meaning players in your "whitelist" cannot claim the bounties you set.
enable-blacklist: true