mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +00:00
5 lines
156 B
Fish
5 lines
156 B
Fish
function mcs
|
|
cd $D/Games/Minecraft/Server
|
|
java -Xmx8G -Xms1G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=4 -jar server.jar nogui
|
|
end
|