first commit

This commit is contained in:
2024-12-06 05:52:08 -05:00
commit c03877d469
20 changed files with 688 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"apps": [
{
"name": "MineCraft Server Proxy",
"cwd": "/home/mc/minecraft",
"script": "java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -jar server.jar",
"args": "",
"max_restarts": 5
}
]
}