MMS/README.md
anonoe 0cc9124c71
Revert "Installation Instructions moved to wiki"
This reverts commit 1fa8b50f16.
Stupid move, better keep those directly in the repo
2025-04-21 01:02:48 +02:00

36 lines
3.5 KiB
Markdown

## MMS - Description
a **M**odded **M**inecraft **S**erver project - modpack development & more
This is a project centralised around the Create mod.
## MMS-client Installation
#### 1. Install PrismLauncher
PrismLauncher is a so-called 3rd-party-launcher, which makes installation and management of mods and modpacks very easy. Follow installation instructions on https://prismlauncher.org/
#### 2. Log in with PrismLauncher
On the top right "Accounts -> Manage Accounts... -> Add Microsoft". This opens the Microsoft website in your browser, where you have to login to your Microsoft account and then authorize PrismLauncher to access your "XBox account".
If your broser doesnt start automatically, copy the URL displayed and paste it into your browser.
This will allow PrismLauncher to generate a token, which grants temporary access to your XBox/Minecraft account. PrismLauncher stores this token only on your device and only uses it to launch Minecraft with your Minecraft account.
#### 3. Import the modpack
On the top left "Add Instance -> Import".
Paste the following link:
`https://git.nanody.de/api/packages/anonoe/generic/MMS-client/1.2/nanoMMS-modpack-client-v1.2.zip`
and press "OK".
#### 4. Launch game and join server
Select the instance and press "Launch". Have a little patience for the downloads to finish and the game to launch. Finally join the server, if you are whitelisted.
## Licensing & Credits
- This project is *mostly* licensed under the [AGPL-3.0-or-later](./LICENSE).
- The "client" and "server" modpacks are based on [Simply Optimized](https://modrinth.com/modpack/sop) by "HyperSoop", which has it's own license at <https://oql.avris.it/license/v1.1>.
- **Excluded** from the [AGPL-3.0-or-later](./LICENSE) are
- all "mods" (jar binaries), as each has their own open-source license (Except for Xaero's World Map, which is closed-source). You can find them in the "mods" folders:
- [./client/mods](./client/mods)
- [./minimum/mods](./minimum/mods)
- [./server/server/mods](./server/server/mods)
- all resourcepacks in [./client/resourcepacks](./client/resourcepacks) as I (anonoe) do not own them. I distribute them with the permission granted by Vanilla Tweaks [here](https://vanillatweaks.net/terms/).
- all datapacks in [./server/server/world/datapacks](./server/server/world/datapacks) as I (anonoe) do not own them. I distribute them with the permission granted by Vanilla Tweaks [here](https://vanillatweaks.net/terms/) and by Stardust Labs [here](https://github.com/Stardust-Labs-MC/Structory/blob/v1.3.5/license.txt) and [here](https://github.com/Stardust-Labs-MC/Structory-Towers/blob/v1.0.7/license.txt).
- the fabric-server-mc...loader...launcher...jar file(s) located at [./server/server](./server/server) by FabricMC licensed under the [Apache-2.0 License](https://github.com/FabricMC/fabric-installer/?tab=Apache-2.0-1-ov-file#readme)
- When executed, the server launcher will download & execute the actual closed-source Minecraft executables by Mojang, as the [EULA](https://aka.ms/MinecraftEULA) forbids distribution.
- Credits go to [Vanilla Tweaks](https://vanillatweaks.net/) for
- the resourcepacks in [./client/resourcepacks](./client/resourcepacks).
- most of the datapacks in [./server/server/world/datapacks](./server/server/world/datapacks).
- Credits go to [Stardust Labs](https://www.stardustlabs.net/) for the datapacks [Structory](https://github.com/Stardust-Labs-MC/Structory) and [Structory: Towers](https://github.com/Stardust-Labs-MC/Structory-Towers).