Important: Fixed a dupe where players could run the empty command with the bag still open.
I HIGHLY recommend updating to this version as soon as possible.
Sorry for any trouble this bug may have caused <3
Added: Custom bags can now ignore the carry limit with a new property:
Code (YAML):
bags:
my_custom_bag
:
...
properties
:
...
carry-limit
: true
# Should this bag ignore the carry limit?
Changed: Refactored some config keys to be better formatted.
Old configs are automatically backed up and updated.
Changed: Auto-save now only logs when there are bags to save.
Changed: Inventory Lock has been split up and given new config values, you can now lock specific states.
Code (YAML):
# Should bags always remain in the player's inventory?
# Good to use alongside Soulbound, otherwise death will drop the item.
inventory-lock:
enabled
: false
unbound
: false
bound
: true
unused
: false
used
: true
Fixed: "/havenbags texture" can again be used on unbound/unused bags, and will now give a message when trying to use a texture that doesnt exist.
Fixed: A typo removing auto-pickup filters and blacklists when bags were created.
Fixed: An issue causing bag's own blacklists not to work as whitelists.
Fixed: An issue where whitelisted items couldn't be taken out of the bag.
Commit: [a676947]
https://github.com/Valorless/HavenBags/commit/a676947296583508fea708476eeed20520040c75
Pull:
https://github.com/Valorless/HavenBags/pull/25