pavog / CloudNet

Cloud Network Environment Technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status star this repo fork this repo GitHub license

DepShield Badge GitHub issues GitHub contributors Github All Releases GitHub release

CloudNet | The Cloud Network Environment Technology 2

Image of CloudNet

CloudNet is a cloud computing service for Minecraft networks. With a wide range of functionality, it offers both control over Minecraft Servers (Spigot / Glowstone) and BungeeCord Proxies.

CloudNet manages server and helps networks to expand through new technologies to help the administration of a Minecraft Network. Another aspect of CloudNet are the unlimited development possibilities because you are able to build your own modules and extensive programming interfaces. CloudNet supports a wide range of needs and future opportunities, such as a Round Robin DNS management with the CloudFlare company service and the multi-proxy functionality for networks with more than 500 players, the project is important to enable high performance and stabilization for a Minecraft network.

For general information about CloudNet go to spigotmc.org.

Requirements

  • Java 8 (Java 11 or newer recommended)
  • Linux/Windows server with a minimum of 2GB DDR3 Memory and 2 vCores

The use of Linux containers (LXC) or OpenVZ containers (OVZ) is discouraged. There are many issues with their stability.
Use of KVM virtualization or dedicated servers is recommended.

Support

  • Spigot-Support » 1.8.8 - 1.16
    • PaperSpigot, Spigot
  • BungeeCord-Support » 1.8.8 - 1.16
    • BungeeCord, Waterfall, TraverTine

Discord

Developers

If you would like to contribute to this repository, feel free to fork the repo and then create a pull request to our current development branch.

Maven:

    <repositories>
      <repository>
        <id>cloudnet-releases</id>
        <name>CloudNet Release Repository</name>
        <url>https://repo.cloudnetservice.eu/repository/releases/</url>
      </repository>
    </repositories>

    <dependencies>
        <!-- Spigot/BungeeCord -->
        <dependency>
            <groupId>eu.cloudnetservice.cloudnet.v2</groupId>
            <artifactId>cloudnet-api-bridge</artifactId>
            <version>2.2.0</version>
            <scope>provided</scope>
        </dependency>
         <!-- CloudNet Core -->
        <dependency>
            <groupId>eu.cloudnetservice.cloudnet.v2</groupId>
            <artifactId>cloudnet-master</artifactId>
            <version>2.2.0</version>
            <scope>provided</scope>
        </dependency>
     </dependencies>

About

Cloud Network Environment Technology

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.3%Language:HTML 0.2%Language:Batchfile 0.0%