configuration

The main configuration file is located at plugins/ZelBounty/config.yml.

License Key

license-key: "GET YOUR LICENSE KEY FROM https://discord.gg/pikzstudios"

Your plugin license key. Required for the plugin to function.

Bounty Settings

bounty:
  minimum-addable: 0.0
  maximum-addable: 0.0
  default-gui-sorting: PRICE_DOWN
Option
Type
Description

minimum-addable

Double

Minimum bounty amount players can set. Set to 0 for no minimum.

maximum-addable

Double

Maximum bounty amount players can set. Set to 0 for unlimited.

default-gui-sorting

String

Default sorting in the bounty GUI. Options: PRICE_DOWN, PRICE_UP, RECENTLY_SET

General Settings

confirm-gui: true
bounty-announce: true
allow-bounty-on-self: false
Option
Type
Description

confirm-gui

Boolean

Show a confirmation GUI before placing a bounty

bounty-announce

Boolean

Announce bounties to the entire server when placed

allow-bounty-on-self

Boolean

Allow players to place bounties on themselves

Blacklisted Worlds

Bounties cannot be claimed in these worlds. Players killed in blacklisted worlds will not trigger bounty rewards.

Database Configuration

Option
Type
Description

type

String

Database type: SQLite, MySQL, or MongoDB

table-prefix

String

Prefix for database tables. Do not change after data is created!

MySQL Configuration

Option
Description

url

Optional full JDBC URL. If provided, overrides host/port/database.

host

MySQL server hostname or IP

port

MySQL server port

database

Database name

username

Database username

password

Database password

MongoDB Configuration

Option
Description

url

MongoDB connection URI including database name

Full Example Configuration