Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
LexBounty
LexBounty is a modern bounty system for Paper 1.21+, designed for both single servers and multi-server networks.
Players can place bounties on others using Vault economy, while rewards are only paid when the target is killed by another player, preventing abuse and keeping the system fair.
For server networks, MySQL stores all bounty data and Redis synchronizes updates and notifications across servers in real time.
Features
- 💰 Vault economy support
- 🏆 Top Bounties GUI
- ⚔️ Player-only bounty payouts
- 🌐 Cross-server support
- 🗄️ MySQL support
- ⚡ Redis support
- 📁 Local storage support
- 🔧 Easy configuration
2) Commands
/bounty add <player> <amount> — Place or increase a bounty on a player (uses Vault to withdraw money from the sender).
/bounty remove <player> <amount> — Remove/decrease a bounty from a player (admin only).
/bounty — Open the Top Bounties GUI.
/bounty reload — Reload configuration/messages and reconnect services if needed (admin only).
3) Permissions
lexbounty.admin — default: op
- Allows admin actions such as /bounty remove and /bounty reload.
lexbounty.protected — default: op
- Players with this permission cannot have bounties placed on them by anyone.
4) Dependency
- Vault
5) Tutorial
1 - Install LexBounty on every Paper 1.21+ server where you want the bounty system to be available.
2 - Restart each server once to generate the plugin files and the data folder.
3 - If you want single-server mode only, disable multi-server mode in the config and make sure the plugin stores data locally in plugins/LexBounty/data/bounty.yml.
4 - If you want multi-server mode, enable multi-server mode in the config.
5 - Enter your MySQL credentials in the config so LexBounty can store and read bounty data from the database.
6 - Enter your Redis credentials in the config so LexBounty can broadcast events and notify players across servers.
7 - Make sure all servers in the network use the same MySQL database and the same Redis instance for consistent syncing.
8 - Restart all servers to connect to MySQL and Redis and enable cross-server notifications and updates.
By LExtremeTY



