FEATURES
• Configurable messages
• Configurable lighting strike on bounty lost
• Configurable sound on bounty list
• Configurable random bounty feature
• Configurable world’s blacklist
SUPPORT
This plugin supports minecraft versions from 1.7x to 1.19x
INSTALLATION
1. Download the plugin
2. Put it in your plugins folder for your server
3. Start your server
4. Done.
CONFIG
Code (YAML):
settings
:
# placeholder: %ultimatebounty_bounty%
blacklisted-worlds:
enabled
: true
worlds
:
- duels
- koth
admin-permission
:
"ultimatebounty.admin"
lighting-strike-on-death
: true
sound-on-death:
enabled
: true
sound
: ENTITY_WITHER_SPAWN
# reference @ https://www.spigotmc.org/wiki/cc-sounds-list/ - Don't use 1.9x sounds if your server is in 1.8
random-bounty-on-streaks:
enabled
: true
min-streak
: 5
random-money-min
: 500
random-money-max
: 10000
messages:
no-permission
:
"&cYou don't have permission to execute this command!"
not-a-player
:
"&cYou must be a player to execute this command!"
config-reload
:
"&aConfig reloaded!"
player-not-found
:
"&cPlayer not found!"
bounty-usage
:
"&cUsage: /bounty <player> <amount>"
bounty-set-usage
:
"&cUsage: /bounty set <player> <amount>"
bounty-remove-usage
:
"&cUsage: /bounty remove <player> <amount>"
bounty-himself
:
"&cYou can't place a bounty on yourself!"
bounty-added
:
"&aYou placed a bounty of &6&l{amount}$ &aon {player}!"
bounty-set
:
"&aYou set the bounty of &6&l{amount}$ &aon {player}!"
bounty-announce
:
"&7Has been placed a bounty of &6&l{amount}$ &7on &c{player}!"
bounty-claimed
:
"&aYou claimed a bounty of &6&l{amount}$ &aon {player}!"
bounty-claimed-announce
:
"&a{player} has lost his &6&l{amount}$ &abounty!"
negative-amount
:
"&cYou can't place a negative bounty!"
not-enough-money
:
"&cYou don't have enough money!"
bounty-top-command-header
:
"&6&lBounties Leaderboard"
bounty-top-command
:
-
"&c{player} &7- &6&l{amount}$"