Inventory quests actually work alongside autosaving now.
Can now change how often the plugin checks each player for their items:
Code (YAML):
quest-settings:
inventory:
polling-rate
: 50
exclude-non-solid-blocks in the mining and building quests actually does something now:
Code (YAML):
quest-settings:
mining:
exclude-non-solid-blocks
: false
building:
exclude-non-solid-blocks
: false
Source will be updated a few hours later.