Skip to content

A simple alternative to other minecraft cloud systems

License

Notifications You must be signed in to change notification settings

VironLab/SimpleCloud

 
 

Repository files navigation

Logo

A simple alternative to other minecraft cloud systems
SpigotMC · Repository · Dashboard · Jenkins · Discord · Teamspeak



Overview
  1. Getting Started
  2. Features
  3. Modules
  4. Dashboard

Getting Started

Requirements

  • Java 8 or higher
  • MongoDB or SQL database
  • min. 2GB Memory and 2 virtual cores

Installation

  1. Download the cloud on SpigotMC
  2. Unzip the folder and execute the start file
  3. Follow the setup instructions
  4. Connect a wrapper to your manager. It is recommended to use the InternalWrapperModule for this. You can find it below.
  5. Create your first group by typing create into the console
  6. For more information type help
  7. Have fun :D

Features

  • Dashboard
  • Language-System
  • Multi-Root
  • Multi-Proxy
  • Module-System
  • MongoDB and SQL support
  • Powerful API
  • Powerful REST-API
  • Support for Spigot, BungeeCord and Velocity
  • Template-System

Dashboard

SimpleCloud provides a Dashboard accessible for every user. The domain for the Dashboard is: http://dashboard-nossl.thesimplecloud.eu. Now you have to enter the IP-Address of your server follwed by the port of the REST-Module.

The default port of the RESR-Module ist 8585. So an ip would be 55.55.55.55:8585.
The username and passwort can be found in "modules/rest/users.json"


Modules

SimpleCloud provides some modules by default.

Internal-Wrapper

The Internal-Wrapper Module starts a wrapper every time the manager of the cloud gets started. This wrapper does only run when the manager is running. It connects automatically with no need to set it up. The wrapper will be automatically named "InternalWrapper" and it will have 2GB of memory.

To edit the memory of the wrapper you can use the command:
edit wrapper InternalWrapper maxMemory <amount in MB>


Signs

The Sign Module is used to show available services for players in the lobby via a sign. The players can click on that sign and will be sent to the server. The layout of the signs is fully customizable.

SignModule


Permissions

With the Permission Module, you can easily manage your permissions. You can define groups and add permissions to them. You can also add permissions to single users.

PermissionModule


Proxy

The Proxy Module is used to manage your proxies. It controls the MOTD, Tablist, maintenance and the online count. The online count of proxies of one group will be summed up and displayed in the player info.

ProxyModuleTab

ProxyModuleMotd

ProxyModuleMotdMaintenance


Permissions:

Maintenance join: cloud.maintenance.join
Full join: cloud.full.join

Hub

The Hub Module provides a hub command for players to switch to a lobby server.


Notify

The Notify Module sends notifications to players that have the required permission when a server gets started or stopped.

NotifyModule


Permissions:

cloud.module.notify.messages

REST

The REST Module provides a restful API. It is necessary for the dashboard.


Statistics

The Statistics Module saves some statistics of the cloud. The data is displayed on the dashboard.


Chat + Tab

The Chat + Tab Module provides prefixes and suffixes in the tablist and adds a chat configuration.

About

A simple alternative to other minecraft cloud systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 98.6%
  • Java 1.4%