➻ Addedauto-pickupoption inconfig.yml, when enabled items will go directly into the inventory (when there is space) which is already the default option, when disabled it will fall to the ground.
Code:yaml # Pick up items automatically when breaking crops rather than dropping them on the floor auto-pickup: true
➻ Addedenable-shopoption in config.yml
➻ Fixed an issue with upgrade pricing (additional cost taken into account early)
➻ Fixed an issue when the default level is 0
➻ Updated default configuration files on https://docs.mantic.dev/
➻ Fixed an inaccuracy of rewards
➻ Added position PlaceholderAPI placeholders
Code:%mantichoes_crops_pos% shows the leaderboard position of the user for crops %mantichoes_tokens_pos% shows the leaderboard position of the user for tokens
➻ Completely reworked how potion effects while holding tools are given. (Much improved :slight_smile: )
➻ Addedenable-captchain config.yml (whether or not captcha's should be automatically done)
➻ Addedallowed-worldsoption in both the sword-settings.yml and hoe-settings.yml config (already in the rod-settings.yml config) so that you can restrict tools to various worlds
➻ Other internal changes and improvements
➻ Added placeholders to messages within enchants:
{0} - money earned ($#,###,###)
{1} - internal currency earned (#,###,###)
➻ Reworked theshould-shockwave-multiply-rewardsconfig.yml option to address inaccuracies
➻ Added Jobs (spigot plugin) support
API UPDATE:
➻ Added a new constructor for HoeUseEvent that passes through money, old constructor is deprecated. Tokens, xp and money are now modifiable.
➻ TokensGiveFromHarvestEvent is now deprecated and will be received in version 1.5
(https://docs.mantic.dev/mantichoes)
➻ Addedshould-harvest-booster-multiply-tokensto config.yml, it will be false for new installs, true for existing configs so mechanics don't change. I recommend putting it to false.
➻ Added additionalShockwavePerUpgrade option to enchants.jsonCode:# Should an enchant that increases drops also increase the amount of tokens you get? should-harvest-booster-multiply-tokens: false
