messages

All plugin messages can be customized in plugins/ZelBounty/messages.yml.

Color Codes

ZelBounty supports:

  • Legacy color codes: &c, &e, &a, etc.

  • Hex/RGB colors: &#RRGGBB (e.g., &#FF5555)

Available Placeholders

Messages support these placeholders (where applicable):

Placeholder
Description

%player%

Player name

%target%

Target player name

%amount%

Bounty amount

%bounty%

Current bounty value

%remaining%

Remaining money needed

%killer%

Killer's name

%victim%

Victim's name

Message Reference

General Messages

Shown when an admin reloads the plugin.

Prompt when using the search feature.

Prompt when entering a bounty amount.

Bounty Messages

Shown when a player tries to bounty themselves (if disabled).

Shown when an invalid amount is entered.

Shown when a player lacks funds. Use %remaining% for the amount needed.

Confirmation when a bounty is placed.

Notification sent to the bounty target.

Shown to the killer when claiming a bounty.

Shown to the victim when their bounty is claimed.

Server-wide announcement when a bounty is placed (if enabled).

Shown when checking a player's bounty info.

Admin Messages

Messages shown for admin bounty actions.

Command Meta Messages

Message
When Shown

no-permission

Player lacks required permission

must-be-player

Console tries to use player-only command

invalid-command

Unknown subcommand used

missing-argument

Required argument not provided

Full Example