Download and install Minecraft profiles in one click.
Originally made by @cubxity and @vini2003_dev.
You can try it out for yourself using our publicly-available profile.
We welcome others deploying instances to host their mod profiles.
- Fork this repository and download dependencies.
- Create your profile in
src/profiles
. An example file is provided, and type-checking is available using theProfile
interface. - Include your profiles in the
PROFILES
list atsrc/profiles.server.ts
. Only profiles in this list are accessible. - Use a local server (
yarn dev
) to test. Your profile will be available to install athttp://localhost:3000/install/<key>
. - Deploy using your favourite hosting provider.
We welcome the reporting of Issues and the creation of Pull Requests.