Rust Bounty Plugin

🎯 Rust Bounty System

Spice up your Rust server with a fully functional bounty system! Reward players for hunting down targets β€” PvP has never been more thrilling.

🎁 Join Discord

🏹 What Is It?

The [FD] Bounty Plugin is a custom Rust plugin for Oxide/uMod (or Carbon) that allows players to place and collect bounties on each other. When a bounty is placed on a player, others can see it and claim rewards by eliminating that target.

Perfect for PvP-focused servers, bounty boards, or survival challenges. Fully customizable via config.

Rust Bounty Plugin Screenshot

✨ Features

πŸ“¦ Installation

  1. Download the plugin BountySystem.cs file from below.
  2. Upload the .cs file to your server’s /oxide/plugins folder (or /carbon/plugins).
  3. Edit the config file BountySystem.json to customize settings such as minimum/maximum bounty amounts, cooldown time, reward item, and Discord webhook URL.
  4. Restart the server or reload the plugin using /oxide.reload BountySystem.
  5. Set up permissions with bountysystem.use to control who can place bounties.

πŸ”§ Dependencies (Recommended/Optional)

βš™οΈ Configuration Options

SettingDefaultDescription
MinBounty50Minimum bounty amount allowed.
MaxBounty2000Maximum bounty amount allowed.
CooldownSeconds300Cooldown time in seconds between bounty placements per player.
RewardItemShortname"scrap"Item used as bounty reward.
RequireTargetOnlinetrueIf true, targets must be online to receive bounties / If true, targets can be offline to receive bounties.
WebhookUrl"https://discord.com/api/YOUR API KEY"Discord webhook URL for bounty notifications (optional).

βš™οΈ How It Works

πŸ’¬ Commands

πŸ” Permissions

bountysystem.use β€” Required to use bounty commands.

πŸ” Discord Embed

Bounty Discord Embed

πŸ“₯ Download

  • Filename | BountySystem.cs
  • Category | Rust Plugin
  • Version | 1.0.5
  • Author | Flockers Design
  • Updated | July 8th, 2025
  • Size | ~12 KB
Download Button

❓ FAQ

Can I limit who can use bounty commands?

Yes! Use Oxide permissions to restrict access to specific player groups or admins only by assigning the bountysystem.use permission.

Does it support clans or teams?

Currently, individual player tracking is supported. Integration with clans or teams plugins is planned for future updates.

What happens if a player logs out with a bounty?

The bounty remains active until it is claimed by another player or removed by an admin.