Giter VIP home page Giter VIP logo

cloudnet's Introduction

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>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.