项目作者: fluse1367

项目描述 :
A module-based lobby system for CloudNet. Can be "abused" for non-lobby servers.
高级语言: Java
项目地址: git://github.com/fluse1367/CloudNet-Lobby.git
创建时间: 2019-01-12T13:17:10Z
项目社区:https://github.com/fluse1367/CloudNet-Lobby

开源协议:

下载


CloudNet-Lobby

This Plugin depends on McUtils which you can obtain here.

You can find the official SpigotMC resource here.

CloudNet-Lobby is a module-based (lobby-) system. What does module-based mean? The Lobby-System is only the base for the modules (like Spigot is the base for plugins).

That means: The system itself cannot do much. The power lies in the modules (I’ll call them “addons” from now)!

But don’t worry, you’ll get some pre-made addons and configurations.

You can also use this system on non-lobby servers, just disable (or enable) every setting to make the server behavior normal (check out the configuration!). Why should you place a Lobby-System on a non-lobby server and make the server behavior normal? You can still use the Addons, which is a great advantage (e.g. the Action Scoreboard)!

For Developers

Maven access

Repository:

  1. <repositories>
  2. ...
  3. <repository>
  4. <id>software4you-repo</id>
  5. <url>https://repo.software4you.eu/repo</url>
  6. </repository>
  7. ...
  8. </repositories>

Dependency:

  1. <dependencies>
  2. ...
  3. <dependency>
  4. <groupId>eu.software4you.minecraft.cloudnetlobby</groupId>
  5. <artifactId>CloudNetLobby</artifactId>
  6. <version>1.1</version>
  7. </dependency>
  8. ...
  9. </dependencies>