Add minecraft server docs

Tyler Perkins 2023-12-16 21:51:25 -05:00
parent db80ba9be9
commit 755833aa11
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

23
Minecraft-server.md Normal file

@ -0,0 +1,23 @@
# Minecraft server
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.
## Updating the mod pack
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.
| Key | Value |
| --- | --- |
| Access key | Provided access key |
| Secret key | Provided secret key |
| Region | us-east-1 |
| Endpoint | https://s3.clortox.com |
3) Navigate into the bucket "minecraft-modpack"
4) Replace `server-icon.png` with your desired icon. It must be that exact name.
5) Replace `modpack-latest.zip` with you desired modpack. It must be curseforge, 1.12.2, and in a zip file.
After this ~~Use olivetin to restart the server~~ Contact me to have me restart the pod.
I'm working on an interface behind some auth to restart it.