In this update, these suggestions were implemented:
- Bimodal currency option to use two different currencies for adding and removing. To use, set add-single-currency to BIMODAL and use a list for the currency option like with multiple currencies. The first currency is the add currency and the second is the remove currency.
Code (YAML):
# if you are using multiple currencies
# descending - currency will be given in descending order of weights
# first - only the first currency in the object list will be given
# ratio - a ratio of the currencies with their weights will be given
# bimodal - add the first currency, remove the second
add-single-currency
: BIMODAL
- Partial manual economy so auto bounties will give money.
Code (YAML):
# this option will change how involved NotBounties will be with currency transactions
# AUTOMATIC - NotBounties will do all the currency transactions
# PARTIAL - NotBounties will only do the currency transactions for auto-bounties
# MANUAL - NotBounties will not do any currency transactions, but will run the remove and add commands
# I suggest pairing this up with the redeem-reward-later option for a voucher of proof
manual-economy
: PARTIAL
- Changed force-death-event to claim-order, and you can now set it to be claimed when the players respawn
Code (YAML):
# Change the order when the bounties are claimed event wise
# BEFORE, REGULAR, or AFTER can be used
# do not change this unless you know what you are doing
claim-order
: REGULAR
Other Changes:
- Fixed a bug that gave an error in the GUI
- Immunity time is formatted in the help message
- Lots of internal changes with immunity to optimize and clean code
- Added offline-tracking option for immunity
- The help messages in language.yml will now display when players mistype a command
- Fixed a bug where reloading the config would give an error
Planned future features:
- Skinsrestorer hook on a proxy and eventually proxy based bounties
- Discord webhooks
- Challenges
- Bounty expire time option for auto bounties
- Bounty expire offline tracking option
- Edit other player's bounty stats
- View specific player stats
I've started my spring semester of school recently, so updates will be coming out slower. Fixing bugs will be a higher priority for me, so if you see anything, report it in the
discord.