Welcome to our Blog
Welcome to the official StreamlineCloud blog. You can expect exciting announcements and development insights.

You can find our latest posts at [https://streamlinecloud.net/news/].
Welcome to the official StreamlineCloud blog. You can expect exciting announcements and development insights.

You can find our latest posts at [https://streamlinecloud.net/news/].
With load balancers you can spread your players across multiple proxy servers. The loadbalancers is the first instance the client communicates with. To see a list of your running load balancers just type loadbalancer list Creating a new load balancer loadbalancer create <name> <port> <targetGroup&
Fallback control is an optional feature that automatically stops and starts fallback servers based on the network online count. Fallback servers are your "lobby" servers. You can change your fallback group in the config. Configuring fallback control Just open data/config.json and take a look at the
Implementation Please make sure you have added our repo to your project! Gradle Implementing StreamlineCloudMC dependencies { implementation "net.streamlinecloud:streamlinecloud-mc:BETA-0.5" } Maven Implementing StreamlineCloudMC <dependencies> <dependency> <groupId>net.streamlinecloud</groupId> <artifactId>streamlinecloud-mc</artifactId> <version&
First you should add the StreamlineCloud repo to your project. Gradle Add the following code to your build.gradle / build.gradle.kts file. repositories { maven { url "https://streamlinecloud.github.io/repo/" } } Maven Add the following code to your pom.xml file. <repositories> <repository> <