StreamlineCloud
Sign in Subscribe
Documentation

3.1 Server Management

quinilo

29 Apr 2026

Read more

5.3 Load Balancers

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&

By quinilo 02 May 2026

5.2 Fallback

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

By quinilo 02 May 2026

6.2 Plugins

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&

By quinilo 02 May 2026

6.1 API Implementation

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

By quinilo 02 May 2026
StreamlineCloud
  • Sign up
Powered by Ghost

StreamlineCloud

Thoughts, stories and ideas.