Information
Abyss Bounties is a powerful bounty plugin with a huntsman-style claiming system. Designed with everyone in mind, and to ensure that players get the most out of it - It supports a variety of currencies, and any number of players can place a bounty on a single person. (Stacks)
Dependencies
AbyssLib (required)
Commands
Player Commands
/bounty add <player> <amount> <currency> - put a bounty on a player
/bounty remove <player> - remove a bounty from a player
/bounty - Opens the bounty menu
Admin Commands
/bounty claim <player> - Attach this to an NPC, will claim the players heads
Configuration Files
Menus Configuration File
title: "&8&lBOUNTIES"
rows: 4
head-slots: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]
borders:
"light-gray":
material: "LIGHT_GRAY_STAINED_GLASS_PANE"
name: " "
lore: []
slots:
- "0-26"
"gray":
material: "GRAY_STAINED_GLASS_PANE"
name: " "
lore: []
slots:
- "27-35"
next-page:
material: "LIME_DYE"
name: "&aNext Page"
lore: []
slot: 32
prev-page:
material: "RED_DYE"
name: "&cPrevious Page"
lore: []
slot: 30
current-page:
material: "COMPASS"
name: "&eCurrent Page: &f#%page%"
lore: []
slot: 31
bounty-item:
material: "PLAYER_HEAD"
name: "&3&l[&b&l!&3&l] &bBounty: &f%player%"
lore:
- " "
- "&bMoney: &f$%vault%"
- "&bExperience: &f%experience%"
- " "
Currencies Configuration File
currencies:
"vault":
formatted-name: "Money"
aliases:
- "money"
- "cash"
- "vault"
- "dollar"
"experience":
formatted-name: "Experience"
aliases:
- "exp"
- "experience"
- "xp"
Item Configuration File
material: "PLAYER_HEAD"
name: "&c%player%'s Decapitated Head"
lore:
- "&7Take this to the huntsman for your reward!"
- " "
- "%currencies%"
- " "
currency-format: "&4- &c%currency%: &f%amount%"
Messages Configuration File
messages:
"no-permission":
sound:
enabled: true
value: "FIZZ"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&c&lAbyss &8- &cNo permission."
"not-enough":
sound:
enabled: true
value: "FIZZ"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&c&lAbyss &8- &cYou don't have enough for this!."
"cant-remove":
sound:
enabled: true
value: "FIZZ"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&c&lAbyss &8- &cEither this player has no bounty or you didn't contribute to the bounty!"
"bounty-removed":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&b&lAbyss &8- &bYou have removed your bounty on &3%player%&b."
"bounty-added":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&b&lAbyss &8- &3%setter%&b has just added &3%amount% %currency%&b to &3%victim%&b's bounty."
"bounty-created":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&b&lAbyss &8- &3%setter%&b has just created a bounty with &3%amount% %currency%&b on &3%victim%&b."
"sold-head":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&b&lAbyss &8- &bYou have sold a &3bounty skull&b for:"
- "&3&l- &bMoney: &f$%vault%"
- "&3&l- &bEXP: &f%experience%"
"bounty-dropped":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&b&lAbyss &8- &3%victim%&b has just been killed by &3%killer%&b and their &3bounty skull&b has dropped!."
"player-help":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&3&m---------------------------------------"
- " "
- "&b&lAbyss&3&lBounties &8&lโ &bPlayer Help"
- "&7&oMade by &f&oRelocation#0001&7&o."
- " "
- "&7<> = Required"
- "&7[] = Optional"
- " "
- "&3&lCOMMANDS:"
- "&3&lยป &b/bounty"
- "&3&lยป &b/bounty add <player> <amount> <currency>"
- "&3&lยป &b/bounty remove <player>"
- " "
- "&3&m---------------------------------------"
"admin-help":
sound:
enabled: true
value: "BLOCK_NOTE_PLING"
volume: 1
pitch: 1
message:
enabled: true
value:
- "&3&m---------------------------------------"
- " "
- "&b&lAbyss&3&lBounties &8&lโ &bAdmin Help"
- "&7&oMade by &f&oRelocation#0001&7&o."
- " "
- "&7<> = Required"
- "&7[] = Optional"
- " "
- "&3&lPLAYER COMMANDS:"
- "&3&lยป &b/bounty"
- "&3&lยป &b/bounty add <player> <amount> <currency>"
- "&3&lยป &b/bounty remove <player>"
- " "
- "&3&lADMIN COMMANDS:"
- "&3&lยป &b/bounty claim <player> &7(Attach this to an NPC)"
- " "
- "&3&m---------------------------------------"
Last updated