Added %currency% as a placeholder for broadcasts, bossbar & PAPI. This will show the symbol for your currency, and allows you to place your currency either in front or behind your amount.
You can now change the color of the bossbar upon reaching a certain goal, by adding "theme-color" to the goal section in config.yml (Click here for available colors)
Added a config option to set a Donation Train cooldown (in seconds)
Code (YAML):
###When Donation Train is on cooldown, donations will not track and no trains will start unless manually started with /donationtrain forcestart. (cooldown in seconds) cooldown: 300
You can now customize sounds that should play when a Donation Train starts/is automatically broadcasted, when a goal is surpassed and when the Donation Train ends
Fixed minor formatting bug
Code (YAML):
effects: ###Sound played when a Donation Train starts or when it's auto-broadcasted interval-sound: "" ###Sound played when a goal is surpassed surpassed-sound: "" ###Sound played when a train ends completed-sound: ""
Added new placeholder for how long time has elapsed since the Donation Train started
Added a new config option "reset-after-force-start" whether you want the Donation Train amount to reset back to 0 after a Donation Train has been manually started.
Added a new config option: "only-start-after" which makes the Donation Train not start until a certain amount (either money made or the amount of donations) has been reached.
Added a /donationtrain forcestart command to complement the new config option.
Fixed a minor formatting issue with PlaceholderAPI
Added a new config option, "type", which allows you to change whether the Donation Train should track the amount of donations (COUNT), or how much money has been made from them (AMOUNT).
Added more messages to the config for the new COUNT type.