Update 1.8.3.1 - Added optional item allowlist and denylist + a bug fix
Added optional item allowlist and denylist!
This was a very old feature request I realized I had not revisited so I went back and added it!
You will find a new variable
itemList in the
config.yml
Code (Text):
# Options:
# NONE - all items can be listed in shops
# DENY_LIST - all items except those defined in itemList.yml can be listed in shops
# ALLOW_LIST - only items defined in itemList.yml can be listed in shops
itemList: NONE
You will also find that the subsequent commands to add/remove items from the list have been added into the GUI, and are fully configurable from the
guiConfig.yml file!
A bug has also been fixed!
These come from the bugs and features you guys have requested on
the shopbugs page so keep the bug reports and feature requests coming! Here are the specific ones that this update covered:
https://github.com/snowgears/shopbugs/issues/260
https://github.com/snowgears/shopbugs/issues/31
I appreciate all of you and hope you have a great rest of your week!