Compatibility
Minecraft: Java Edition
1.21ā1.21.8
Platforms
Links
Creators
Details
Licensed ARR
Published yesterday

šÆ FrozenBounty
Set bounties. Hunt players. Claim rewards. A fully-featured cross-server bounty system for Paper & Folia servers.
⨠Features
- š° Bounty System ā Players can set money bounties on any other player
- š„ļø Paginated GUI ā Clean 6-row chest GUI showing all active bounties with player skulls
- š Search ā Search bounties by player name directly from the GUI
- š Sort Modes ā Toggle between sorting by highest bounty amount or most recently set
- ā Confirmation GUI ā 3-row confirm screen before any money is charged
- šµ Economy Support ā Works with Vault (any economy plugin) or FrozenVault
- šļø MySQL Support ā Full cross-server bounty sync via MySQL database
- š YAML Fallback ā Works out of the box with no database setup required
- ā” Folia Ready ā Fully compatible with both Paper and Folia schedulers
- š·ļø Hex Colors ā All messages and GUIs use rich hex color formatting
šø Preview
| Bounty List GUI | Confirm GUI |
|---|---|
| Paginated player skulls sorted by amount or time | 3-slot confirm/cancel screen before charging |
š Commands
| Command | Description |
|---|---|
/bounty |
Open the bounty list GUI |
/bounties |
Alias for /bounty |
/bounty add <player> <amount> |
Place a bounty on a player |
/bounty <player> |
Check a specific player's bounty |
š Permissions
| Permission | Description | Default |
|---|---|---|
frozenbounty.use |
Access to all bounty commands and GUI | true |
frozenbounty.admin |
Admin permissions | op |
āļø Configuration
# FrozenBounty Configuration
# Economy type: 'vault' or 'frozenvault'
economy:
type: vault
# MySQL settings (enable for cross-server bounty sync)
mysql:
enabled: false
host: localhost
port: 3306
database: frozenbounty
username: root
password: ''
pool-size: 10
š Dependencies
| Dependency | Type | Notes |
|---|---|---|
| Vault | Soft | Required if economy.type: vault |
| FrozenVault | Soft | Required if economy.type: frozenvault |
š„ļø Compatibility
| Supported | |
|---|---|
| Paper | ā 1.21 ā 1.21.x |
| Folia | ā 1.21 ā 1.21.x |
| Java | ā Java 21+ |
š¦ Cross-Server Setup
Enable MySQL in config.yml and point all your servers to the same database ā bounties will sync instantly across your entire network.
mysql:
enabled: true
host: your.database.host
port: 3306
database: frozenbounty
username: youruser
password: yourpassword
š§āš» Author
Made with ā¤ļø by DrFrozenXD ā part of the FrozenStudio plugin suite.


