🌿 update notes about mc server

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-06-03 12:02:09 +02:00
parent 75d28597e2
commit 33ea79fbe0
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -1,14 +1,16 @@
--- ---
title: 'sidsIgloo ~ A Minecraft server' title: 'sidsIgloo ~ A Minecraft server'
description: '🌱 ~ Very rough notes about the server' description: '🌿 ~ Some info about the server'
layout: "../../../layouts/Layout.astro" layout: "../../../layouts/Layout.astro"
--- ---
## 📝 Info ## 📝 Info
... sidsIgloo is a Minecraft server created for fun and learning. It's one of my first services to run on a server by myself and I've learned a bit from it!
## 🛠️ How to run ## 👷 Server work & maintenance
### 🛠️ How to run
``` ```
1. Start screen with `screen` 1. Start screen with `screen`
@ -17,14 +19,16 @@ layout: "../../../layouts/Layout.astro"
4. To enter the running screen, write `screen -r` 4. To enter the running screen, write `screen -r`
``` ```
## 👷 Installation ### ⬆️ Updating server version
... 1. Move everything, except `eula`, `logs`, and old server version to a folder named `backup` (or whatever you want to call it)
2. Delete remaining files/folders
## The process 3. Download latest Minecraft server from [website](https://www.minecraft.net/en-us/download/server) using `curl -O {LINK}`
4. Run the new server with the command on the website
... 5. Edit `eula.txt` to ***true***
6. Move files/folders from `backup` to main directory again with `rsync -a backup/* .`
7. Finito! Run server again as usual
### Plugins ### Plugins
... *Not added yet..*