Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Automatic Server & Proxy start

_Klaro edited this page Oct 17, 2018 · 1 revision

Proxys

Every Proxy start is automatic. The Wrapper looks, if there is enough memory free and how much Proxys are already online. If there is enough memory free and the minimal Proxy number is lower than the online count, the Proxy starts automatic (Code here)

Server

Every Server start is automatic, too. It works like the Bungee-startup. (Code here)

More Servers or Proxies

  • Proxies: If you want more proxies to start automatically you can edit this in the "services.json" file in the CloudNet-Master folder. Search the proxyGroup you want to edit and change in the line "startup" the number to your preffered number of automatically starting proxies. Don't forget to reload CloudNet.

  • Servers: If you want more Servers to start automatically you can edit this in the group file in the CloudNet-Master folder ("CloudNet-Master\groups"). Search the serverGroup you want to edit and change in the line "minOnlineServers" the number to your preffered number of automatically starting Servers (! If the "maxOnlineServers" is lower than the "minOnlineServers" there will only start the "maxOnlineServers" count !). Don't forget to reload CloudNet.