Possibly fixed inventory view issue, added update checker

This commit is contained in:
SBDeveloper 2022-08-04 20:12:56 +02:00
parent e53e25cd01
commit 8b48084ef6
5 changed files with 385 additions and 25 deletions

View file

@ -4,4 +4,10 @@ allowVanilla: true
# Should the plugin cache images? If so, it will check if the images is already used.
# Less efficient for the first image, but more efficient for the next ones.
imageCache: true
imageCache: true
# Do you want to check for updates?
# If download is set to true, the plugin tries to download a new update which gets applied after a restart.
updater:
check: true
download: true