Skip to content

Instantly share code, notes, and snippets.

@Obydux
Obydux / Fabric-Quilt-Server-Optimization.md
Last active May 18, 2024 06:43
Fabric/Quilt Server Optimization

Fabric/Quilt Server Optimization

This has updated for 1.20.4, all of the optimization mods mentioned here are compatible with each other and don't affect vanilla behaviour by default.

Mods

Lithium - A mod designed to drastically improve the general performance of Minecraft without breaking things.

VMP - A mod designed to improve general server performance at high playercount.

@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active May 20, 2024 08:18
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there