forked from snxraven/autoinstallers
first commit
This commit is contained in:
3
install/mc/eula
Normal file
3
install/mc/eula
Normal 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
|
9
install/mc/minecraft-server.json
Normal file
9
install/mc/minecraft-server.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "MineCraft Server",
|
||||
"script": "java -Xms960M -Xmx960M -jar server.jar --nogui",
|
||||
"args" : ""
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user