Voxel Shop beta is live. Expect occasional bugs. Learn more
Lightweight, multilingual bounty system with offline support and auto-refunds.
Oto zredagowana i ulepszona wersja opisu, przygotowana specjalnie pod platformy typu Polymart, SpigotMC czy BuiltByBit.
Dodałem sekcję o nagrodach w postaci przedmiotów (ponieważ właśnie to dodawaliśmy w kodzie), poprawiłem formatowanie, dodałem czytelniejsze nagłówki i uporządkowałem sekcję komend.
The modern bounty hunting solution for your server.
Allow your players to place bounties on their enemies – whether they are online or offline. Featuring a beautiful GUI, Vault support, Item Rewards, and automatic refunds.
flyingBounties is designed to be lightweight, performant, and incredibly engaging. Unlike old bounty plugins, this one focuses on user experience with a fully customizable GUI, support for HEX colors, and a dual-reward system allowing players to pay in Cash (Vault) or Items.
It handles the messy stuff automatically: expiring old bounties, refunding issuers even if they are offline, and managing data via simple YAML files.
🎯 Offline & Online Tracking
Place bounties on any player who has played before. The plugin tracks targets by UUID.
💎 Item & Money Rewards NEW!
Players can set a cash reward (requires Vault) OR put up the item they are holding in their hand as a reward!
🖼️ Beautiful GUI
Fully navigable, paginated menu (/bounty).
Displays target heads (or reward items).
Fully editable layout in menu.yml with HEX color support (#RRGGBB).
🔁 Smart Stacking
Configurable: Decide if a killer claims all bounties on a target at once, or just the oldest one.
⏳ Auto-Expiry & Refunds
Bounties don't last forever (configurable time).
When a bounty expires, the money or items are automatically refunded to the issuer.
🌐 Multi-Language Support
Comes with en.yml and pl.yml out of the box. Create your own translation easily!
🔒 Limit Controls
Set global limits or give specific ranks permission to place more bounties (playerbounty.limit.X).
(Configurable GUI showing active bounties)
| Command | Permission | Description |
/bounty | playerbounty.menu | Opens the main GUI. |
/bounty create <player> <amount> | playerbounty.create | Place a cash bounty. |
/bounty create <player> item | playerbounty.create | Place an item bounty (item in hand). |
/bounty remove <id> | playerbounty.remove | Cancel/Refund your own bounty. |
/bounty reload | playerbounty.reload | Reloads configuration. |
/bounty help | playerbounty.help | Shows help page. |
Admin Permissions:
playerbounty.admin — Allows removing ANY bounty.
playerbounty.limit.unlimited — Bypasses bounty placement limits.
playerbounty.limit.<number> — Sets a specific limit for a rank.
Download flyingBounties.jar and drop it into your plugins/ folder.
Requirements: Make sure you have Vault and an economy plugin (like EssentialsX or iConomy).
Restart your server.
Configure:
Edit config.yml for limits and stacking behavior.
Edit menu.yml to change the GUI layout.
Choose your language in config.yml (default en).
Reload: Use /bounty reload to apply changes.
Q: Do funds/items return when a bounty expires?
A: Yes! The plugin checks for expired bounties automatically. Money is deposited back to the issuer's account, and items are returned to their inventory (if online) or saved for later.
Q: Does it work with 1.20+ items?
A: Yes, the item reward system supports all modern items, including custom names and lore.
Q: Can I limit how many bounties a player sets?
A: Absolutely. You can set a default limit in the config and override it per-group using permissions.
Need support or want to suggest a feature?