Bounty Board
- New Bounty Board feature was added that lets you track top bounties on posted bounty posters. The posters will auto-update as new bounties are added.
- Setup the bounty board by running /bounty board and punching where you want the poster
- Other commands include /bounty board <rank> to set a specific poster for a leaderboard rank, /bounty board remove to remove a specific bounty board, and /bounty board clear to remove all the bounty board posters
- There is a new configuration section that allows you to customize some parts of the bounty board
Code (YAML):
bounty-board
:
# 0 oldest bounties
# 1 newest bounties
# 2 top bounties
# 3 lowest bounties
type
: 2
# how many seconds between the board updates - minimum of 2 seconds
update-interval
: 5
# glow item frame
glow
: true
# invisible item frame
invisible
: true
PlaceholderAPI Fixes
- Leaderboard placeholders now work again (Idk how they broke)
- _full ending now returns a completed message
- _formatted ending will only have currency prefix/suffix for the stats that require it
- Added a new ending _value that will return just the value of the placeholder unformatted
Other Changes
- Added a new stat called Current. This can be used to see the top current bounties with leaderboards if the regular GUI is sorted differently
- Optimized code in many areas
- Bounties can now be sorted in different order if you are connected to a database
- Fixed a bug where an error would occur when migrating data
Let me know if you experience any bugs or have any suggestions. You're feedback in very important to me! If you want a fast response, send a message in the
discord.