Lorenz Wrobel

Results 76 comments of Lorenz Wrobel

Maybe instead of storing the data of the packet directly in a field, we could store it in a supplier that can create as many Buffers as needed?

I was just throwing ideas out there but yes so far I think you got it. Don't yet see the problem (other than breaking the contract of the Packet class...

Again, another option is to ditch the entire packet approach (for file transfer) and use a (single, or multiple) byte at the beginning of each packet to specify flags (kind...

Just to add here, relocating sounds like nonsense because then we would have [no way to generate correct sources](https://github.com/johnrengelman/shadow/issues/41). The simple but correct (I think) solution should be to just...

Any forecast on how long it is going to take until there is a release?

This thread is about examples for CloudNet 4. Anyone looking for examples for CloudNet 3 can find them [here](https://github.com/CloudNetService/CloudNet-v3/tree/v3-development/cloudnet-examples/src/main/java/de/dytanic/cloudnet/examples). (There are also "official" examples for the permission system, but thanks...

A quick summary for most use cases: If you want to develop a CN-Module, you can acquire object instances in the methods annotated with @ModuleTask. If you want to develop...

This still going to happen?

I need this for a project, so I wanted to ask if anyone has started/tried some sort of fix for me to go off of?