From bd21fb7979998b29696dcfbde874cb8ca70319e8 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 17 Dec 2023 17:59:25 -0500 Subject: [PATCH] Update instructuions on configuring modpack --- Minecraft-server.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Minecraft-server.md b/Minecraft-server.md index 6f776f9..0f51269 100644 --- a/Minecraft-server.md +++ b/Minecraft-server.md @@ -3,7 +3,7 @@ Thanks for administering the minecraft server. I have a bit of a unique setup due to the environment I am hosting this in, so this guide should hopefully answer some questions you may have on administering it. -## Usage for minecraft clients +## Generic file hosting using S3 Note that if you place a file in the below mentioned bucket, it will available at the following url: @@ -18,14 +18,25 @@ This measns you can use it to host the client modpack, resource packs, or anythi Note that the mods in the modpack must be located in a folder in the zip archive called "mods". [see here for more info](https://github.com/itzg/docker-minecraft-server/blob/master/scripts/start-setupModpack#L191). -### Using the web portal (Preffered) +### Creation of the .zip file + +1) Download the sample layout pack from [here](https://s3.clortox.com/minecraft-modpacks/template-modpack.zip) +2) Extract the `.zip` file, and enter the created `modpack` folder +3) Feel free to read the README; It will reiterate what I say here, but in more detail +4) Place all `.jar` files for your mods in the `mods` folder, as well as all other necessary files +5) Zip up the entire `modpack` folder and name it `modpack-latest.zip` +6) Upload the modpack as described below + +### Uploading the pack + +#### Using the web portal (Preffered) 1) Make an account on [auth.clortox.com](https://auth.clortox.com) if you have not already 2) Log in and tell me you need the "minecraft" permission 3) Navigate to "Minio" 4) Follow the below steps -### Using a raw client (Not preffered) +#### Using a raw client (Not preffered) 1) Obtain an S3 client. You can find one [here](https://demo.filestash.app/login) 2) Enter the required information (Be sure to click on advanced). Be sure to click connect. @@ -39,7 +50,7 @@ Note that the mods in the modpack must be located in a folder in the zip archive 3) Follow the below steps -### Navigating file uploads +#### Navigating file uploads 1) Navigate into the bucket "minecraft-modpack" 2) Replace `server-icon.png` with your desired icon. It must be that exact name.