bBounty

⭐ — (0 endorsements) 📥 169 downloads 📌 v2.0.100-STABLE 📅 4/15/2026
🟡 Updated this year

By 22ix · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/20/2026 📅 Created: 4/15/2026

🔍 Analysis

  • 🏆 #1274 of 1317 bukkit mods in this game by downloads

📋 About This Mod

✅ Withdraw money from setter (configurable)
✅ Random auto-bounties on kill with probability scaling by streak
✅ Kill streak tracking and anti-farm cooldowns
✅ Reward payout to killer via configurable economy provider
✅ Admin commands and GUI-friendly placeholders
✅ Broadcast messages (configurable) for set, claim, auto-add

!(https://cdn.modrinth.com/data/cached_images/e2240de9e36fa6b948429df35d7c165673cb6b37_0.webp)

A modern Bounty plugin for Spigot/Paper (Paper 1. 21. 11) with legacy fallback via Maven profile. Designed to be modular, configurable and compatible with multiple economy providers.

## TAB (neznamy) conditions

!(https://cdn.modrinth.com/data/cached_images/84ed2632a4a00e7c717c6fb6d881313d9e638b2b_0.webp)

Add this condition block to your TAB (neznamy) configuration (under the conditions section in your config.yml, after doing this, add the condition in your groups.yml):

```yaml conditions: bounty: conditions: - "%bbounty_amount%!=0" true: " &b$%bbounty_amount%" false: "" ```

### Explanation: conditions.bounty.conditions contains one or more expressions evaluated for the player.

Here %bbounty_amount%!=0 returns true when the player's bounty is not zero.

true is the string to output when condition is true (shows cyan money with amount).

false is the string to output when condition is false (empty string hides suffix).

Then place the condition in your tab configuration where you accept condition placeholders.

Example for tab plugin tabsuffix setting: ```yaml tabsuffix: "%condition:bounty%" ``` This will: Render &b$ when the player's bounty is not zero.

Render nothing when the player's bounty is zero, effectively hiding the suffix.

### Examples

Player with 0 bounty → tabsuffix becomes empty.

Player with 150 bounty → tabsuffix becomes &b$150 (styled according to plugin settings).

## Overview

bBounty allows players to set monetary bounties on other players, claim rewards on kill, track streaks, and offers admin tools for managing bounties. It supports Vault or command-based economy providers and provides both modern Adventure messages and legacy fallback.

Bounties are also set automatically by the plugin to players with a random chance! (feature customizable in the config.yml)

## Features

  • Set bounties via `/bounty set `
  • Withdraw money from setter (configurable)
  • Random auto-bounties on kill with probability scaling by streak
  • Kill streak tracking and anti-farm cooldowns
  • Reward payout to killer via configurable economy provider
  • Admin commands and GUI-friendly placeholders
  • Broadcast messages (configurable) for set, claim, auto-add
  • Update checker with immediate check and scheduled checks
  • PlaceholderAPI support

## Commands

Player: - `/bounty set ` - Set a bounty (withdraws money if enabled) - `/bounty info ` - View bounty info - `/bounty top ` - View top bounties - `/bounty streak ` - View kill streak - `/bounty stats` - View bounty statistics

Admin: - `/bounty admin add ` - Force add bounty without cost - `/bounty remove ` - Remove a player's bounty - `/bounty blacklist add ` - Add player to blacklist - `/bounty blacklist remove ` - Remove player from blacklist - `/bounty reload` - Reload config - `/bounty checkupdate` (or `/bounty check`) - Force update check (permission `dbounty.admin`) [!(https://cdn.modrinth.com/data/cached_images/2a7cabfe48395a3a51d6d6c8dfbccc656c81ef21_0.webp)](https://dragonhosting.cloud/?ref=BLACKOWLZZ) ## Placeholders ```yaml 📊 Basic Plugin Stats %bbounty_active_count% - How many active bounties (number)

%bbounty_total_pool% - Total money in all bounties ($)

%bbounty_version% - Plugin version (like "2. 1. 0") ``` ⚙️ Config Settings ```yaml %bbounty_config_min_set% - Minimum bounty you can set ($)

%bbounty_config_max_bounty% - Maximum bounty you can set ($)

%bbounty_config_auto_min% - Auto-bounty minimum ($)

%bbounty_config_auto_max% - Auto-bounty maximum ($) ``` 🥇 #1 Leader (Top Target) ```yaml %bbounty_target_name% - Name of #1 bounty target

%bbounty_target_amount% - Their bounty amount ($) ``` 🏆 Top Players List (replace # with 1, 2, 3...) ```yaml %bbounty_top_name_1% - #1 player's name

%bbounty_top_amount_1% - #1 player's bounty ($)

%bbounty_top_streak_1% - #1 player's kill streak

%bbounty_top_setter_1% - Who set #1's bounty

Examples: %bbounty_top_name_3% = #3 player name ``` 👤 Specific Player Info (replace "PlayerName") ```yaml %bbounty_player_amount_PlayerName% - Player's bounty ($)

%bbounty_player_streak_PlayerName% - Player's streak

%bbounty_player_rank_PlayerName% - Player's rank (#)

%bbounty_player_has_bounty_PlayerName% - true/false

Example: %bbounty_player_amount_Steve% ``` 🎯 Current Player Info ```yaml %bbounty_amount% - Your bounty ($)

%bbounty_streak% - Your kill streak

%bbounty_has_bounty% - true/false (you have bounty?)

%bbounty_rank% - Your rank (#)

%bbounty_setter% - Who set your bounty

%bbounty_auto_chance% - Auto-bounty chance %

%bbounty_reward_if_killed% - Reward if you kill them ($)

%bbounty_updated_at% - When bounty was last updated

%bbounty_setter_uuid% - Setter's UUID ``` ## Configuration (example)

Main relevant snippets of `config.yml` (defaults):

```yaml bounty

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
22ix
Version
2.0.100-STABLE
Downloads
169
Endorsements
0
Category
bukkit
Created
4/15/2026
Updated
3/20/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
economy, game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does bBounty support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of bBounty?

Version 2.0.100-STABLE, published 2026-03-20 with 169 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by 22ix 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods