Skip to content

Config Type: Remote

ACGaming edited this page Mar 16, 2023 · 2 revisions

Fetching FileDirector configs remotely

With this config type, you can point local FileDirector configs to any FileDirector configs hosted on the internet.

First of all, your config file needs to end with .remote.json.

Then, the format needs to be the following:

{
	"url": "https://myconfig.com/download/mod.curse.json"
}

url is the only supported key and needs to contain the full file name + extension inside the URL.

This feature is supported in version 1.6.0+

Clone this wiki locally