EML AdminTool is a self-hosted tool that allows you to manage your Minecraft launcher from a web interface.
{
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"
}
}