{"id":34253,"date":"2026-06-01T19:17:35","date_gmt":"2026-06-01T16:17:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/"},"modified":"2026-06-01T19:17:35","modified_gmt":"2026-06-01T16:17:35","slug":"bounty-redux","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/","title":{"rendered":"Bounty Redux"},"content":{"rendered":"<p># \ud83c\udff4\u200d\u2620\ufe0f Bounty Redux<br \/>\n> A free, open-source bounty plugin for Paper servers. Inspired by the DonutSMP Bounty Plugin.<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a1 Features<\/p>\n<p>&#8211; Smooth bounty GUI with paginated player head display<br \/>\n&#8211; Add bounties on any player via command or GUI<br \/>\n&#8211; Confirmation menu to prevent accidental placements<br \/>\n&#8211; Cooldowns to prevent bounty spam<br \/>\n&#8211; Sort bounties by amount or name<br \/>\n&#8211; Search bounties by player name<br \/>\n&#8211; Vault economy integration<br \/>\n&#8211; Fully customizable messages via `config.yml`<br \/>\n&#8211; Tab completion on all commands<br \/>\n&#8211; SQLite persistence \u2014 bounties survive restarts<br \/>\n&#8211; **\ud83d\udd13 Full offline-mode server support** \u2014 player skulls render correctly for all players, even when offline, even with SkinRestorer<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Dependencies<\/p>\n<p>| Dependency | Link |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Vault | SpigotMC |<br \/>\n| EssentialsX *(optional)* | SpigotMC |<br \/>\n| SkinRestorer *(optional, recommended for offline-mode servers)* | SpigotMC |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd13 Offline Mode Server Support<\/p>\n<p>Most bounty plugins render player skulls using Bukkit&#8217;s offline player cache \u2014 which means skulls break the moment a player logs off, and offline-authenticated players never render at all.<\/p>\n<p>This plugin fixes that properly:<\/p>\n<p>&#8211; On every join, the player&#8217;s skin texture (including SkinRestorer-injected skins) is cached directly into the local SQLite database<br \/>\n&#8211; Skulls are rendered from this texture cache \u2014 no dependency on whether the player is currently online<br \/>\n&#8211; Works out of the box with SkinRestorer \u2014 no extra configuration needed<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/bounty` | Opens the bounty menu | `bountyredux.use` |<br \/>\n| `\/bounty add <player> <amount>` | Add a bounty | `bountyredux.add` |<br \/>\n| `\/bounty search <player>` | View a player&#8217;s bounties | `bountyredux.search` |<br \/>\n| `\/bounty track <player>` | Track player | `bountyredux.track` |<br \/>\n| `\/bounty clear <player>` | Clear a player&#8217;s bounties | `bountyredux.clear` |<br \/>\n| `\/bounty reload` | Reload config | `bountyredux.reload` |<\/p>\n<p>**Permission nodes:**<br \/>\n&#8211; `bountyredux.add` \u2014 place bounties<br \/>\n&#8211; `bountyredux.reload` \u2014 reload config<br \/>\n&#8211; `bountyredux.clear` \u2014 clear bounties<br \/>\n&#8211; `bountyredux.admin` \u2014 full admin access<br \/>\n&#8211; `bountyredux.*` \u2014 all permissions<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1. Download the latest `.jar` from Releases<br \/>\n2. Drop it in your server&#8217;s `\/plugins` folder<br \/>\n3. Restart the server<br \/>\n4. Edit `plugins\/BountyRedux\/config.yml` if needed<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>Default `config.yml`:<br \/>\n&#8220;`yaml<br \/>\n# ============================================<br \/>\n#   Bounty Redux Plugin \u2014 GPLv3<br \/>\n# ============================================<\/p>\n<p>settings:<br \/>\n  # Minimum bounty amount a player can place<br \/>\n  min-bounty: 10<br \/>\n  # Maximum bounty amount a player can place<br \/>\n  max-bounty: 1000000<br \/>\n  # Cooldown in seconds between placing bounties<br \/>\n  add-cooldown: 60<br \/>\n  # GUI title<br \/>\n  gui-title: &#8220;\u00a76\u00a7lBounty Menu&#8221;<\/p>\n<p>tracking:<br \/>\n  # Cost mode: &#8216;fixed&#8217; or &#8216;percentage&#8217;<br \/>\n  cost-mode: percentage<br \/>\n  # Fixed cost in currency (e.g. 500 = $500)<br \/>\n  fixed-cost: 500<br \/>\n  # Percentage of the target&#8217;s total bounty (e.g. 5 = 5%)<br \/>\n  percentage-cost: 5<br \/>\n  # Duration in seconds (default 300 = 5 minutes)<br \/>\n  duration: 300<\/p>\n<p>messages:<br \/>\n  prefix: &#8220;\u00a78[\u00a76Bounty\u00a78] \u00a7r&#8221;<br \/>\n  bounty-placed: &#8220;\u00a7aYou placed a bounty of \u00a76${amount} \u00a7aon \u00a7e{target}\u00a7a!&#8221;<br \/>\n  bounty-collected: &#8220;\u00a76{killer} \u00a7acollected the bounty of \u00a76${amount} \u00a7aon \u00a7e{target}\u00a7a!&#8221;<br \/>\n  bounty-cleared: &#8220;\u00a7cThe bounty on \u00a7e{target} \u00a7chas been cleared.&#8221;<br \/>\n  bounty-not-found: &#8220;\u00a7cNo bounty found for that player.&#8221;<br \/>\n  no-permission: &#8220;\u00a7cYou don&#8217;t have permission to do that.&#8221;<br \/>\n  not-enough-money: &#8220;\u00a7cYou don&#8217;t have enough money! You need \u00a76${amount}\u00a7c.&#8221;<br \/>\n  on-cooldown: &#8220;\u00a7cYou&#8217;re on cooldown! Wait \u00a7e{seconds}s \u00a7cbefore placing another bounty.&#8221;<br \/>\n  invalid-amount: &#8220;\u00a7cInvalid amount. Must be between \u00a76${min} \u00a7cand \u00a76${max}\u00a7c.&#8221;<br \/>\n  cannot-bounty-self: &#8220;\u00a7cYou can&#8217;t place a bounty on yourself!&#8221;<br \/>\n  player-not-found: &#8220;\u00a7cPlayer not found.&#8221;<br \/>\n  plugin-reloaded: &#8220;\u00a7aPlugin reloaded successfully.&#8221;<br \/>\n  bounty-confirmed: &#8220;\u00a7aYou confirmed a bounty of \u00a76${amount} \u00a7aon \u00a7e{target}\u00a7a.&#8221;<br \/>\n  bounty-cancelled: &#8220;\u00a7cBounty placement cancelled.&#8221;<br \/>\n  no-bounties: &#8220;\u00a7cThis player has no bounties.&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Available placeholders:**<\/p>\n<p>| Placeholder | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `{amount}` | The bounty amount |<br \/>\n| `{target}` | The target player&#8217;s name |<br \/>\n| `{killer}` | The killer&#8217;s name |<br \/>\n| `{seconds}` | Remaining cooldown seconds |<br \/>\n| `{min}` | Minimum bounty amount |<br \/>\n| `{max}` | Maximum bounty amount |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Building from Source<br \/>\n&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/LightNabz\/BountyRedux.git<br \/>\ncd bounties<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>The built jar will be in `\/target\/BountyRedux-{version}.jar`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>This project is licensed under the **GNU General Public License v3.0**.<br \/>\nSee [LICENSE](LICENSE) for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A free, open-source bounty plugin for Paper servers. Inspired by the DonutSMP Bounty Plugin.<\/p>\n","protected":false},"featured_media":34254,"template":"","meta":{"_minecraft_slug":"bounty-redux","_minecraft_project_id":"fzjAR8aA","_minecraft_author":"dasnabz","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":110,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bounty-redux.zip","_minecraft_size_bytes":27146730,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:28:38.061992Z","_minecraft_date_created":"2026-03-24T23:20:17.526633Z","_minecraft_date_modified":"2026-03-16T18:15:04.895771Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bounty-redux","_minecraft_icon_attachment_id":34254,"_minecraft_imported_at":"2026-06-01T16:17:36+00:00","_minecraft_import_hash":"17060626cbb67239aa6f078fe18c4779","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,128,867,129,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-34253","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bounty Redux - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bounty Redux - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A free, open-source bounty plugin for Paper servers. Inspired by the DonutSMP Bounty Plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/\",\"name\":\"Bounty Redux - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp\",\"datePublished\":\"2026-06-01T16:17:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bounty-redux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bounty Redux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bounty Redux - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/","og_locale":"en_US","og_type":"article","og_title":"Bounty Redux - Minecraft","og_description":"A free, open-source bounty plugin for Paper servers. Inspired by the DonutSMP Bounty Plugin.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/","name":"Bounty Redux - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp","datePublished":"2026-06-01T16:17:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bounty-redux-icon-055cde3010bdb3f1fd7997be163ef2e6e8b07641_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bounty-redux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Bounty Redux"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/34253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/34254"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=34253"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=34253"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=34253"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=34253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}