2021-05-03 03:26:35 -07:00
# Minecraft Randomizer Setup Guide
2021-08-09 00:46:29 -07:00
## Required Software
2021-05-03 03:26:35 -07:00
2021-12-31 14:12:22 -05:00
- Minecraft Java Edition from
2022-06-01 08:18:21 -07:00
the [Minecraft Java Edition Store Page ](https://www.minecraft.net/en-us/store/minecraft-java-edition )
2021-12-31 14:12:22 -05:00
- Archipelago from the [Archipelago Releases Page ](https://github.com/ArchipelagoMW/Archipelago/releases )
- (select `Minecraft Client` during installation.)
2021-05-03 03:26:35 -07:00
## Configuring your YAML file
### What is a YAML file and why do I need one?
2021-12-31 14:12:22 -05:00
See the guide on setting up a basic YAML at the Archipelago setup
2022-04-14 23:21:36 +02:00
guide: [Basic Multiworld Setup Guide ](/tutorial/Archipelago/setup/en )
2021-05-03 03:26:35 -07:00
### Where do I get a YAML file?
2021-12-31 14:12:22 -05:00
2021-12-19 22:53:06 -05:00
You can customize your settings by visiting the [Minecraft Player Settings Page ](/games/Minecraft/player-settings )
2021-05-03 03:26:35 -07:00
## Joining a MultiWorld Game
2021-12-02 20:04:44 -05:00
### Obtain Your Minecraft Data File
2021-12-31 14:12:22 -05:00
2021-05-03 03:26:35 -07:00
**Only one yaml file needs to be submitted per minecraft world regardless of how many players play on it.**
2021-12-31 14:12:22 -05:00
When you join a multiworld game, you will be asked to provide your YAML file to whoever is hosting. Once that is done,
the host will provide you with either a link to download your data file, or with a zip file containing everyone's data
files. Your data file should have a `.apmc` extension.
2021-05-03 03:26:35 -07:00
2021-12-31 14:12:22 -05:00
Double-click on your `.apmc` file to have the Minecraft client auto-launch the installed forge server. Make sure to
leave this window open as this is your server console.
2021-05-03 03:26:35 -07:00
### Connect to the MultiServer
2021-12-31 14:12:22 -05:00
2022-06-01 08:18:21 -07:00
Using Minecraft 1.18.2 connect to the server `localhost` .
2021-05-03 03:26:35 -07:00
2022-06-01 08:18:21 -07:00
If you are using the website to host the game then it should auto-connect to the AP server without the need to `/connect`
2022-01-09 14:57:00 -05:00
2022-06-01 08:18:21 -07:00
otherwise once you are in game type `/connect <AP-Address> (Port) (Password)` where `<AP-Address>` is the address of the
Archipelago server. `(Port)` is only required if the Archipelago server is not using the default port of 38281.
`(Password)` is only required if the Archipelago server you are using has a password set.
2021-05-03 03:26:35 -07:00
### Play the game
2021-12-19 22:41:05 -05:00
2021-12-31 14:12:22 -05:00
When the console tells you that you have joined the room, you're all set. Congratulations on successfully joining a
multiworld game! At this point any additional minecraft players may connect to your forge server. To start the game once
everyone is ready use the command `/start` .
2021-08-09 00:46:29 -07:00
2022-06-28 19:23:18 +02:00
## Non-Windows Installation
The Minecraft Client will install forge and the mod for other operating systems but Java has to be provided by the
user. Head to [minecraft_versions.json on the MC AP GitHub ](https://raw.githubusercontent.com/KonoTyran/Minecraft_AP_Randomizer/master/versions/minecraft_versions.json )
to see which java version is required. New installations will default to the topmost "release" version.
- Install the matching Amazon Corretto JDK
- see [Manual Installation Software Links ](#manual-installation-software-links )
- or package manager provided by your OS / distribution
- Open your `host.yaml` and add the path to your Java below the `minecraft_options` key
- ` java: "path/to/java-xx-amazon-corretto/bin/java"`
- Run the Minecraft Client and select your .apmc file
## Full Manual Installation
2021-12-31 14:12:22 -05:00
It is highly recommended to ues the Archipelago installer to handle the installation of the forge server for you.
2022-06-28 19:23:18 +02:00
Support will not be given for those wishing to manually install forge. For those of you who know how, and wish to do so,
2021-12-31 14:12:22 -05:00
the following links are the versions of the software we use.
2021-08-09 00:46:29 -07:00
2022-06-28 19:23:18 +02:00
### Manual Installation Software Links
2021-12-31 14:12:22 -05:00
2022-06-28 19:23:18 +02:00
- [Minecraft Forge Download Page ](https://files.minecraftforge.net/net/minecraftforge/forge/ )
2021-12-19 22:53:06 -05:00
- [Minecraft Archipelago Randomizer Mod Releases Page ](https://github.com/KonoTyran/Minecraft_AP_Randomizer/releases )
2022-01-09 14:57:00 -05:00
- **DO NOT INSTALL THIS ON YOUR CLIENT**
2022-06-28 19:23:18 +02:00
- [Amazon Corretto ](https://docs.aws.amazon.com/corretto/ )
- pick the matching version and select "Downloads" on the left
2021-08-09 00:46:29 -07:00