Update instructuions on configuring modpack
parent
3f9aeae242
commit
bd21fb7979
@ -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
|
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.
|
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:
|
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).
|
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
|
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
|
2) Log in and tell me you need the "minecraft" permission
|
||||||
3) Navigate to "Minio"
|
3) Navigate to "Minio"
|
||||||
4) Follow the below steps
|
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)
|
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.
|
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
|
3) Follow the below steps
|
||||||
|
|
||||||
### Navigating file uploads
|
#### Navigating file uploads
|
||||||
|
|
||||||
1) Navigate into the bucket "minecraft-modpack"
|
1) Navigate into the bucket "minecraft-modpack"
|
||||||
2) Replace `server-icon.png` with your desired icon. It must be that exact name.
|
2) Replace `server-icon.png` with your desired icon. It must be that exact name.
|
||||||
|
Loading…
Reference in New Issue
Block a user