first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

3
install/mc/eula Normal file
View File

@ -0,0 +1,3 @@
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Mon Mar 20 21:15:37 PDT 2017
eula=true

View File

@ -0,0 +1,9 @@
{
"apps": [
{
"name": "MineCraft Server",
"script": "java -Xms960M -Xmx960M -jar server.jar --nogui",
"args" : ""
}
]
}