Bounty allows players to place bounties on other players using in-game items, RP, or Economics; with optional Friends API and Clans integration to stop claim abuse.
Permissions
bounty.use
-- Allows placing and claiming bounties on other playersbounty.admin
-- Allows access to admin chat commands
Chat Commands
/bounty
-- Display the Bounty help menu/bounty add items <player name or ID>
-- Place a bounty on a player by using items deposited into the box/bounty add rp <player name or ID> <amount>
-- Place a bounty on a player by using RP from server rewards/bounty add eco <player name or ID> <amount>
-- Place a bounty on a player by using money from economics/bounty cancel <player name or ID>
-- Cancel a pending bounty you have on the target player/bounty view <player name or ID>
-- Display outstanding bounties on the target player/bounty claim
-- Claim rewards for your bounty kills/bounty top
-- Display the top 10 bounty hunters/bounty wanted
-- Display the top 10 most wanted players based on how long they have had bounties/bounty clear <player name or ID>
-- Clear any active bounties against the target player (Requires auth or permission)
Console Commands
bounty view <player name or ID>
-- Display outstanding bounties on the target playerbounty top
-- Display the top 10 bounty huntersbounty wanted
-- Display the top 10 most wanted players based on how long they have had bountiesbounty clear <player name or ID>
-- Clear any active bounties against the target playerbounty wipe
-- Wipe all bounty data
Configuration
{
"Ignore kills by clan members": true,
"Ignore kills by friends": true,
"Notification Options": {
"PopupNotifications - Broadcast using PopupNotifications": false,
"PopupNotifications - Duration of notification": 8.0,
"Broadcast new bounties globally": true,
"Reminders - Remind targets they have a bounty on them": true,
"Reminders - Amount of time between reminders (in minutes)": 30
},
"Reward Options": {
"Allow bounties to be placed using Economics": true,
"Allow bounties to be placed using RP": true,
"Allow bounties to be placed using items": true
},
"Version": {
"Major": 0,
"Minor": 2,
"Patch": 0
}
}
Localization
MIT License
Copyright (c) 2019 k1lly0u
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.