✨ Possibly fixed inventory view issue, added update checker
This commit is contained in:
parent
e53e25cd01
commit
8b48084ef6
5 changed files with 385 additions and 25 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue