CloudNet-v2 icon indicating copy to clipboard operation
CloudNet-v2 copied to clipboard

Cloud Network Environment Technology

Results 34 CloudNet-v2 issues
Sort by recently updated
recently updated
newest added

The scheduler is very weird and wastes resources. The TaskScheduler is very weirdly set up and requires major rewriting. This is very noticable with long lasting tasks like copying a...

bug
done

Due to the fact, that the current implementation of the repository (plain files) is not ideal, we should look to switch to the GitHub package registry (https://github.com/features/package-registry) Our organization is...

feature_request
done

The wrapper verification works through the comparison of the address of the connected wrapper and the address of the wrapper in the services.json. If a server has multiple public ips,...

bug
done

I think the local wrapper shouldn't be able to be deleted using "delete wrapper NAME", this causes problems like this https://pastes.gq/vAlpyAEgC9 when you restart the local wrapper. To reproduce this,...

bug
done

Description: The Wrapper does not stops on `STRG+C` input. Only the Command Line freeze up and do nothing more. I don't know what do the Wrapper in Background. CloudNet Version:...

bug
done

Paper version: 1.13.2 CloudNet version: v2.1.17 Description: 1. Some times I get 'You have to connect from a internal proxy server' between servers teleport and fallback to default server, I...

When the Cloud sends a Channel Message to all Servers (e. g. with CloudAPI#sendChannelMessage), a NullPointerException is produced on every server which has Signs/Mobs enabled. The PacketOutChannelMessage is sent with...

Gson serializes and deserializes dates based on locale. This can cause issues like the following stacktrace. We should change the default settings in Gson but upgrading may require a custom...

bug

Add on master and wrapper some code to rename groups Ref: ![image](https://i.imgur.com/6b3MvBe.png)

feature_request

[Class](https://github.com/CloudNetService/CloudNet/blob/master/cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/server/GameServer.java) Main problem of this class is the big content methods. Split some methods in to max 25 line numbers of code content. To improve the legibility! Some more information...

feature_request