alternate-current.jar
anti-xray.jar
blockbot.jar
carpet-extra.jar
fabric-api.jar
fabric-carpet.jar
fabric-language-kotlin.jar
fabric-proxy-lite.jar| [Unit] | |
| Description=A Minecraft Server | |
| [Service] | |
| Type=simple | |
| WorkingDirectory=/home/opc/minecraft | |
| ExecStart=/usr/bin/java -jar -Xms4G -Xmx4G fabric-server-launch.jar | |
| User=opc | |
| Restart=on-failure |
| #!/bin/bash | |
| # Small script to upload files to https://mclo.gs, requires jq to be installed | |
| # Example usage: log latest.log | |
| # Example output: https://mclo.gs/ABCDEFG | |
| content="content=$(cat $1)" | |
| request=$(curl --location --request POST 'https://api.mclo.gs/1/log' \ | |
| --header 'Content-Type: application/x-www-form-urlencoded' \ | |
| --data-urlencode "$content" 2>/dev/null | jq -r '.id') | |
| echo "https://mclo.gs/$request" |
If you have read the entirety of this guide or you're confused about any part, feel free to ask in my discord server. Please check the troubleshooting & faq section before asking. Your issue or question might've already been covered here. I try my best to keep this guide up to date, but I do forget about it at times and I could also miss anything in the guide when updating it to a new version. Please do your own research (for mods in particular) and try using newer versions of the mods/software available if it breaks!
This is a small list to explain the linux commands being used in this guide.
cd - This allows us to change our working directory (also known as ./) into another directory, by default, you will be in your home directory (/home/user/ also known as ~). If you wish to go to a parent directory (the directory which your current directo