Update: Hybrid Mode & Automatic Config Updater!
New Features:
Hybrid Mode
Now you can enable a hybrid mining mode! When enabled, VeinMiner will also mine diagonally connected blocks – except for block types you specify in the blacklist (e.g. logs and leaves).
Code (Text):
settings:
hybrid-mode: true
hybrid-blacklist:
[LIST]
[*]OAK_LOG
[/LIST]
[LIST]
[*]BIRCH_LOG
[/LIST]
[LIST]
[*]...
Configure these options in your
config.yml!
Automatic Config Updater
Never worry about missing or outdated config options again!
On every server start, VeinMiner checks your config and automatically adds any missing options with safe default values –
without overwriting your existing settings.
All changes are clearly shown in the server log:
Code (Text):
[WARNING] [CONFIG UPDATER] Added missing config option: settings.hybrid-mode = false
[SEVERE] ------------------------------------------------------------
[SEVERE] !!! CONFIG UPDATER: Configuration has been updated !!!
[SEVERE] !!! Missing options have been added with default values. !!!
[SEVERE] !!! Please review your config.yml file for the new settings. !!!
[SEVERE] ------------------------------------------------------------
Improvements:
[]Configuration is now more robust and future-proof.
[]Clear log messages for server admins when the config is updated.
This update makes VeinMiner even easier to use and maintain!