When updating to this new version your config.yml will be automatically updated. Check it out!
Let me brag a little, Orestack is now the plugin with the best yaml config system. Not only the error system is the most detailed but it now also supports comments. So saving configurations will no longer remove your comments and it allowed me to add an auto updating config.yml that preserves comments!
- YamlConfig now supports comments to be loaded/saved to/from yaml.
- Added keep-file-up-to-date option in config.yml, when enabled your config will be updated automatically while also keeping comments and key order.
- Replaced dropItem with dropItemAtCoords, dropItem now works as a jolly by setting `default-item-drop-target` (block, player, coords) inside the config. It is faster to write and allows for better consistency across your project, while also allowing you to switch effortlessly between modes for all your generators at once.
Code (YAML):
# Default target is set in config.yml
on-break: dropItem dirt
# Target override. dropItemAtPlayer should be preferred over this
on-break: dropItem dirt target=player