ServerConfig Updater

ServerConfig Updater

28M Downloads

Completely broken [1.18.2]

itsdinkd opened this issue ยท 1 comments

commented

This doesn't work, or at least in my modpack another quality modpack 3.

Config


["Version Configuration"]
	# Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version.
	# Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined
	versions = ["1=assemblylinemachines,thermal,toolbelt", "2=mna-spells,mna-general,globalxp,forge", "3=assemblylinemachines", "4=carryon", "5=productivebees,mna-general,forge,ensorcellation,pamhc2trees,mna-spells,create,carryon,mna-entities,thermal", "6=carryon"]

["File Deleter"]
	# This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
	files = [""]
	# By default Folders are only deleted if they are empty. Set to true to change that.
	deleteFoldersWithContent = false


I've tested adding versions (which of course means I would lower the version or set version to 0 in the actual server config for ServerUpdater) and the files are not being moved and replaced in server config folder.

commented

Working fine in my minimal test environment.

What SCU does is delete the files in the serverconfig files when you load into the world. Replacement is done by forge when it generates a new one, where they copy the same file from the default config folder if it exists.

Another mod can pretty easily interfere. So that might be something to look into.