All Projects → CloudNetService → CloudNet

CloudNetService / CloudNet

Licence: Apache-2.0 License
Cloud Network Environment Technology

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CloudNet

Depenizen
Addon to Denizen that provides script support for other major plugins.
Stars: ✭ 42 (+0%)
Mutual labels:  spigot, bungeecord, bungeecord-network
RealIP
The Spigot, Bungee and Velocity plugin that parses client IP addresses passed from the TCPShield network.
Stars: ✭ 121 (+188.1%)
Mutual labels:  spigot, bungeecord
Negativity
Github of Negativity, a Minecraft AntiCheat. Premium at 8€:
Stars: ✭ 184 (+338.1%)
Mutual labels:  spigot, bungeecord
AntiBot
Lightweight BungeeCord plugin that aims to stop attacks on your server quickly and efficiently.
Stars: ✭ 42 (+0%)
Mutual labels:  spigot, bungeecord
FlameCord
Patch for Waterfall to improve performance during attacks and fix memory issues.
Stars: ✭ 103 (+145.24%)
Mutual labels:  spigot, bungeecord
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+54.76%)
Mutual labels:  spigot, bungeecord
MCAntiMalware
Anti-Malware for minecraft
Stars: ✭ 182 (+333.33%)
Mutual labels:  spigot, bungeecord
Minefana
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
Stars: ✭ 23 (-45.24%)
Mutual labels:  spigot, bungeecord
MinecraftDeveloperGuide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 1,307 (+3011.9%)
Mutual labels:  spigot, bungeecord
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-16.67%)
Mutual labels:  spigot, bungeecord
SlackMC
Link Slack to Minecraft!
Stars: ✭ 61 (+45.24%)
Mutual labels:  spigot, bungeecord
MineDown
A MarkDown inspired markup library for Minecraft chat components
Stars: ✭ 128 (+204.76%)
Mutual labels:  spigot, bungeecord
ResourcepacksPlugins
Set resource packs on whole proxy, per server and per world!
Stars: ✭ 47 (+11.9%)
Mutual labels:  spigot, bungeecord
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+90.48%)
Mutual labels:  spigot, bungeecord
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+190.48%)
Mutual labels:  spigot, bungeecord
ManaDrop
A Gradle plugin for Minecraft development
Stars: ✭ 20 (-52.38%)
Mutual labels:  spigot
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-57.14%)
Mutual labels:  spigot
NOPE
1.16 Minecraft AntiCheat
Stars: ✭ 27 (-35.71%)
Mutual labels:  spigot
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-54.76%)
Mutual labels:  spigot
GroupManager
The original permission plug-in for Spigot/Bukkit.
Stars: ✭ 42 (+0%)
Mutual labels:  spigot

This project is archived! Please consider using CloudNet v3. The modules have been moved to a separate organization.

star this repo fork this repo GitHub license

GitHub contributors Github All Releases GitHub release

CloudNet | The Cloud Network Environment Technology 2

Image of CloudNet

This is the CloudNet project, which has already taken a lot of time and effort for over 1 year. Here you can find the most recent commits to the project. I am absolutely not satisfied by the code and find it horribly awful.

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

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
  • 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.7.10 - 1.14
    • PaperSpigot, TacoSpigot, Hose, Torch
  • BungeeCord-Support » 1.7.10 - 1.14
    • Flexpipe, HexaCord, Waterfall, TraverTine

Discord

Developer

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

Maven:

    <repositories>
        <repository>
            <id>cloudnet-repo</id>
            <url>https://cloudnetservice.eu/repositories</url>
        </repository>
    </repositories>

    <dependencies>
        <!-- Spigot/BungeeCord -->
        <dependency>
            <groupId>de.dytanic.cloudnet</groupId>
            <artifactId>cloudnet-api-bridge</artifactId>
            <version>2.1.17</version>
            <scope>provided</scope>
        </dependency>
         <!-- CloudNet Core -->
        <dependency>
            <groupId>de.dytanic.cloudnet</groupId>
            <artifactId>cloudnet-core</artifactId>
            <version>2.1.17</version>
            <scope>provided</scope>
        </dependency>
     </dependencies>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].