Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 10 months ago
BetterBounty โ๏ธ๐ฐ
โก Simple, fast, and Folia-supported bounty plugin for Minecraft servers.
๐ฎ Players can place bounties via a clean GUI, search names, sort by amount, bounty or name, and claim rewards
automatically on kill.
๐ฉ Exact replica of the DonutSMP's bounty system, now available for your server, for free!
๐ ๏ธ Fully configurable with MiniMessage formatting, Vault economy support, and SQLite database.
Key Features โจ
- ๐ฉ GUI-first: Paginated GUI with player heads, refresh, search, and sort controls.
- ๐ Search: In-game sign input to filter by player name
- ๐ Sorting: Toggle between Amount โ Recently Set โ Name
- โ Confirm flow: Add bounty through a confirmation GUI
- ๐ฆ Vault economy: Money withdrawn on set; deposited to killer on kill
- ๐พ Auto-save: Persists bounties to SQLite and saves every 15 minutes + on shutdown for more reliability
- ๐ Folia supported: Uses FoliaLib schedulers;
folia-supported: true - โ๏ธ Config-driven: All messages and GUI texts can be customized easily
- ๐ก๏ธ Admin commands: Remove bounties, without hassle of editing databases manually
Requirements ๐ฆ
- โ Java: 21
- ๐ฅ๏ธ Server: Paper/Folia (
1.19 - 1.21.11) - ๐ Dependencies:
Vaultand a Vault-compatible economy provider
Installation ๐
- ๐ Install
Vaultand your economy plugin - โฌ๏ธ Download the latest
BetterBountyjar - ๐ Drop the downloaded jar into
plugins/ - โถ๏ธ Start the server and generate the config
- โ๏ธ Edit
plugins/BetterBounty/config.ymlas desired, then run/bounty reload
Commands โจ๏ธ
- ๐ช
/bountyor/bountiesโ Open the bounties GUI (players only) - โ
/bounty add <player> <amount>โ Start the confirm flow to add to a bounty (players only) - โ
/bounty remove <player>โ Remove a player's bounty - ๐
/bounty reloadโ Reload the plugin config
Permissions ๐
- ๐
bounty.removeโ Allow/bounty remove - ๐
bounty.reloadโ Allow/bounty reload - ๐
betterbounty.updatecheckโ Receive update notifications on join
Notes ๐
- ๐ค Adding bounties is player-only (not console)
- ๐งญ Targets must have joined the server at least once to be referenced
- ๐ซ Self-kills do not award bounty
- ๐จ Player skins and names are updated on join for more accurate visuals and sorting
Configuration (MiniMessage) ๐จ
All messages and GUI text use MiniMessage. Hex colors like <#03fcb1> are supported.
๐ Check MiniMessage docs for more details.
Data storage ๐๏ธ
- ๐๏ธ SQLite database at:
plugins/BetterBounty/database.db - ๐พ Auto-saves every 15 minutes and on plugin disable for reliability
How it works (briefly) ๐ง
- ๐ธ Placing a bounty deducts funds immediately using Vault
- ๐ Bounties are displayed in a paginated GUI with skull textures
- โ๏ธ๐ On death by another player, the killer is paid and the bounty is removed
- ๐ Player name and skin texture are refreshed on join for accurate sorting and visuals
Metrics ๐
๐ This plugin uses bStats for anonymous usage statistics.
You can disable it in plugins/bStats/config.yml.


