CloudNet-v2
CloudNet-v2 copied to clipboard
Cloud Network Environment Technology
This pull request includes: - [ ] breaking changes - [x] no breaking changes (unless unstable or unused parts of CloudNet were used) ### Changes made to the repository: -...
This pull request includes: - [ ] breaking changes - [X] no breaking changes ### Changes made to the repository: I removed the manuell download links for GetBukkit.org and replaced...
Today I got the problem that CloudNet starts server(s) which there minOnlineCount was set to 0. The cloud was offline I changed the minOnlineCount manually in the files and then...
**Description of the bug:** Hallo. Ich habe ein Problem mit dem Bridge Modul. Ich weiß auch nicht ob das unter bugs zählt. Ich möchte gerne einstellen, dass man zum letzten...
Added the line 90 null check to fix a NullPointerException when a player is disconnecting. This pull request includes: - [0] breaking changes - [0] no breaking changes (?) I...
Some users might ask to start specific servers and not the next available ID. For this the two builders should be extended to allow a custom ServiceID instance to be...
I have found a API to parse some versions for cloudnet. Implemente in the new version system the api, for better handling of dependencies. Usable API's: - https://github.com/zafarkhaja/jsemver - https://github.com/vdurmont/semver4j
We need a complete IPv6 support for master and wrapper (workers in the future). It is important to create multiple listeners for BungeeCord to listen on all IP addresses. And...
**Description of the bug:** When entering names of server groups or in other similar setups, spaces around and in the input are allowed. This can cause subsequent commands to not...
Some places in the cloud need more error tolerance. Examples: - loading of modules (`ModuleDetector`) - loading the configuration And more things, primarily in the master and the bridge.