Config generator

Do you use the EML AdminTool?

EML AdminTool is a self-hosted tool that allows you to manage your Minecraft launcher from a web interface.

launcher.ts
{
  root: "",
  account: /* Authenticated Account object */,
  storage: "isolated",
  profile: /* Manage with Profile.getProfiles() */,
  url: "",
  cleaning: {
    enabled: true,
    ignored: [
      "crash-reports/",
      "logs/",
      "resourcepacks/",
      "resources/",
      "saves/",
      "shaderpacks/",
      "options.txt",
      "optionsof.txt"
    ]
  },
  java: {
    install: "auto"
  }
}