[ sidsIgloo ~ A Minecraft server ]
🌿 ~ Some info about the server
📝 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!
👷 Server work & maintenance
🛠️ How to run
1. Start screen with `screen`
2. Run start command: `java -Xmx4096M -jar server.jar nogui`
3. Press "ctrl + a + d" to exit screen
4. To enter the running screen, write `screen -r`
⬆️ Updating server version
- Move everything, except
eula
,logs
, and old server version to a folder namedbackup
(or whatever you want to call it) - Delete remaining files/folders
- Download latest Minecraft server from website using
curl -O {LINK}
- Run the new server with the command on the website
- Edit
eula.txt
to true - Move files/folders from
backup
to main directory again withrsync -a backup/* .
- Finito! Run server again as usual
Plugins
Not added yet..