Added an update checker to remind users there's updates!
Please add this to your config.yml
Code (YAML):
check-for-updates
: true
Added support for ItemsAdder.
Please add this to your config.yml
Code (YAML):
# Hook management.
hooks
:
# Enable ItemsAdder support? This adds the ability to earn money from custom blocks.
ItemsAdder
: true
If the plugin detects ItemsAdder, it will generate the file
hooks/ItemsAdder.yml - within this file you can add new custom blocks the plugin will listen to, and a new set of multipliers you can add to groups.
Code (YAML):
multipliers:
example:
blocks
:
- carved_wood_log 1.2
tools
:
- emerald_pickaxe 1.2
blocks:
carved_wood_block
:
- '10'
It follows the same format as default files so it shouldnt be confusing. If you need any assistance join our discord.
Adjusted some commands that allows to give custom block/item multipliers to users, and shows custom multipliers.
/econoblocks multiplier add <user> <block/tool/world/
custom_block/
custom_tool> <context> <multiplier>
/econoblocks multiplier remove <user> <block/tool/world/
custom_block/
custom_tool> <context>
/econoblocks check <player> - shows custom block/tool multipliers set to the user
This update contains significant changes to the default system too. If you encounter any bugs please report to me immediately.