-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nandi edited this page Jan 11, 2024
·
4 revisions
To setup the Cloud download screen and make a startup script with the code below
screen -S core java -jar NandiCloud.jar
Now you can creat a proxy through this command:
addproxy <ram(int)> <max_Players(int)>
and a ServerGroup through this:
addserver <name(String)> <ram(int)> <onlineAmount(int)> [only 0/1 when static true] <static(boolean)>
static = if the server should be a template and reset after stopping, static should be false. ram = how much ram each server of this Group should have in MB or GB(if ram < 50).
addproxy 2 500
addserver Lobby 512 3 false