Professional bounty system plugin for Minecraft servers.
!Bounty plugin active bounties GUI
EzBounty-1.0.0.jar in your plugins folderplugins/EzBounty/config.yml as neededTo use MySQL storage set storage.type to mysql and configure the storage.mysql section in your config.yml. Example settings:
storage:
type: mysql
mysql:
host: "localhost"
port: 3306
database: "ezbounty"
user: "ezbounty"
password: "secret"
max-pool-size: 10
useSSL: false
Ensure the database user has the required privileges (create/alter/insert/update/select). Restart the server after saving config.yml. The plugin will create or migrate the necessary tables on first run if the database user has sufficient rights.
/bounty - Open bounty list GUI/bounty create <player> <amount> - Place a bounty/bounty add <player> <amount> - Add to existing bounty/bounty list - View bounties in chat/bounty info <player> - View bounty details/bounty remove <player> - Remove a bounty (admin)/bounty reload - Reload configuration (admin)ezbounty.use - View bounties (default: true)ezbounty.create - Create bounties (default: true)ezbounty.claim - Claim bounties (default: true)ezbounty.admin - Admin commands (default: op)ezbounty.admin.remove - Remove bounties (default: op)/bounty to open the interactive bounty list GUI.Edit plugins/EzBounty/config.yml to change behavior. Important keys:
storage.type — yaml or mysql. MySQL settings live under storage.mysql.bounty.min-amount, bounty.max-amount, bounty.max-total-per-player, bounty.allow-self-bounty, bounty.create-cooldown, bounty.tax-percentage, bounty.announce-create, bounty.announce-collect, bounty.refund-on-ban, bounty.min-add-amount.gui.list.title, gui.list.size, gui.list.items-per-page, gui.create.title, gui.info.title, gui.history.title, gui.history.items-per-page, gui.history.date-format.currency.symbol, currency.symbol-position, currency.decimal-places, currency.thousands-separator, currency.decimal-separator.performance.save-interval, performance.async-save.Example GUI-related defaults are set in the plugin's config.yml (list size must be a multiple of 9 and items-per-page should leave room for navigation buttons).

Put money on players their head to get rid of the competition. New in our economy plugin series.