The Bounties screen is configured in plugins/StrawBounty/gui/BountiesGUI.yml.
Opening this screen
Start with /bounty (Manage bounties.). The package does not specify a separate direct command for this individual screen. Its configured controls are listed below.
Controls
| Control | Slot | Player hint | Configured action |
|---|---|---|---|
| ᴘʀᴇᴠɪᴏᴜꜱ | 45 | Click to go back | previous |
| ɴᴇxᴛ | 53 | Click to go forward | next |
| ꜱᴏʀᴛ | 48 | sort |
|
| ʙᴏᴜɴᴛɪᴇꜱ | 49 | Click to refresh · · Set a bounty using this: · /bounty add <player> <amount> | refresh |
| ꜱᴇᴀʀᴄʜ | 50 | Click to search | search |
Customize the screen
Edit the fields present in this file, such as title, rows, material, name, lore and slot. Keep placeholder tokens and action values intact unless you intend to change their behavior.
Save your changes, then run /strawbounty reload. Check Permissions for feature access.
plugins/StrawBounty/gui
BountiesGUI.yml← Open this file
Full configuration reference
gui/BountiesGUI.yml
title: '&8ʙᴏᴜɴᴛɪᴇꜱ (%page%/%pages%)'
rows: 6
items:
previous:
material: ARROW
slot: 45
name: '�fc88ᴘʀᴇᴠɪᴏᴜꜱ'
lore:
- '&fClick to go back'
action: previous
next:
material: ARROW
slot: 53
name: '�fc88ɴᴇxᴛ'
lore:
- '&fClick to go forward'
action: next
sort:
material: HOPPER
slot: 48
options:
values:
- amount
- recent
- all
selection-token: sort
language-prefix: sort
selected-format: '�fc88● %text%'
inactive-format: '&f● %text%'
name: '�fc88ꜱᴏʀᴛ'
lore: []
action: sort
refresh:
material: SKELETON_SKULL
slot: 49
name: '�fc88ʙᴏᴜɴᴛɪᴇꜱ'
lore:
- '&fClick to refresh'
- '&7'
- '&7Set a bounty using this:'
- '&7/bounty add <player> <amount>'
action: refresh
search:
material: OAK_SIGN
slot: 50
name: '�fc88ꜱᴇᴀʀᴄʜ'
lore:
- '&fClick to search'
action: search
listing-slots: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]
templates:
bounty:
material: PLAYER_HEAD
name: '�fc88%player%'
lore:
- '&fBounty: &7%amount%'