Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ฏ flyingBounties โ Lightweight, configurable bounty system with GUI & Vault support
๐งญ Let players create bounties on others (online or offline). Vault-compatible, multilingual, paginated GUI and automated expiry/refunds.
๐ Quick overview
flyingBounties is a lightweight and performant plugin that lets players place time-limited bounties on other players. It supports Vault economy for deposits/payouts, a fully configurable paginated GUI, multi-language support (langs/), and automatic expiry with refunds. โ
โจ Key features
- ๐ฏ Place bounties on players (online or offline) โ stores UUID + name.
- ๐ฐ Vault economy integration โ works with EssentialsX, iConomy and other Vault-compatible economy plugins.
- ๐ผ๏ธ Configurable GUI โ paginated menu editable through
menu.yml(hex colors supported in format#RRGGBB). - ๐ Stacking option โ pay out all bounties for a target at once (stacked) or one-by-one.
- โณ Automatic expiry & refunds โ expired bounties are removed and funds refunded to issuers.
- ๐ Per-issuer limits โ default limit plus permission-based overrides (
playerbounty.limit.X). - ๐ Language files โ editable
langs/en.ymlandlangs/pl.yml(text + multi-line help). - ๐๏ธ Simple YAML storage โ bounties saved in
bounties.ymlfor easy backups / editing.
๐ ๏ธ Commands
/playerbounty - Open bounty GUI (default) ๐
/playerbounty create <player> <amt> - Create a bounty (player may be offline) ๐ฏ๐ธ
/playerbounty delete <id> - Remove a bounty (issuer or admin) ๐๏ธ
/playerbounty reload - Reload config and language files ๐
/playerbounty help - Show plugin help โ
๐ Permissions
playerbounty.createโ place bounties โ๏ธplayerbounty.menuโ open GUI ๐ฅ๏ธplayerbounty.deleteโ remove bounties ๐๏ธplayerbounty.adminโ admin actions (remove any bounty) ๐playerbounty.limit.<n>โ override default personal limit (e.g.playerbounty.limit.5) ๐ขplayerbounty.limit.unlimitedโ unlimited bounties for issuer โพ๏ธ
๐ฆ Installation
Install Vault and a Vault-compatible economy plugin (EssentialsX, iConomy, etc.). ๐ผ
Place flyingBounties.jar into your serverโs plugins/ folder. ๐
Start the server once โ plugin will generate: config.yml, menu.yml, langs/ (en.yml, pl.yml) and bounties.yml. โ๏ธ
Edit config.yml, menu.yml and langs/*.yml to taste. Use /playerbounty reload to reload language/config without restarting. ๐
โ FAQ & Notes
Do funds return when a bounty expires? โ Yes. Expired bounties are refunded to the issuer (support for offline issuers included). ๐ธ
Does it require Vault? โ Yes, Vault is required for proper economy integration and payouts/refunds. ๐งฉ
Can I create a bounty on offline players? โ Yes, the plugin stores UUID and will match victims by UUID. ๐ฅ
How does stacking work? โ When Bounty.Stacked is true, a single kill will claim all active bounties on the target and pay the total reward to the killer. When false, only the oldest bounty is claimed per kill. ๐ข
Multilang support โ Put/edit translations in langs/en.yml or langs/pl.yml. The plugin loads the locale from config.yml -> settings.locale. ๐
๐ผ๏ธ Screenshots

๐ฌ Contact / Support
If you need help or want to suggest features, open an issue on the repository or ping me on the projectโs Discord.


