Skip to content
Nandi edited this page Jan 11, 2024 · 4 revisions

Starting Cloud

To setup the Cloud download screen and make a startup script with the code below screen -S core java -jar NandiCloud.jar

Adding Servers/Proxy

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).

Example

addproxy 2 500

addserver Lobby 512 3 false

Clone this wiki locally