Added: Custom-bags can now have defined blacklisted items, whitelist, whether to ignore the global blacklist, and autopickup filter.
Code (YAML):
properties:
autopickup
: mining
# Use filters defined in filtering.yml
blacklist
:
- DIAMOND
- EMERALD-12345
- DIRT:44453
# Define CustomModelData with either - or :
whitelist
: true
# Should we treat the blacklist as a whitelist?
ignoreglobalblacklist
: true
# Should we ignore the blacklist from blacklist.yml?
Fixed: an issue causing bag skins to not work.
Fixed: an issue where database type MySQL failed to load bag data.
Fixed: "This bag is already open!" message when successfully opening your bags.
Refactored:
- Moved 'valorless.havenbags.BagData.Data' into 'valorless.havenbags.datamodels.Data'.
Commit:
d5111c6