Lorenz Wrobel

Results 38 issues of Lorenz Wrobel

### Expected behavior Reputation gets reset ### Observed/Actual behavior I cant reset the villager's reputation with the api ### Steps/models to reproduce `rep.setReputation(ReputationType.MINOR_NEGATIVE, 0);` `rep.setReputation(ReputationType.MAJOR_NEGATIVE, 0);` `villager.setReputation(p.getUniqueId(), rep);` ### Plugin...

type: bug
status: accepted
priority: normal
version: 1.19

### Describe the new feature Add a dedicated examples project like there is in v3. It'd be a great help to have different examples on how to use the new...

t: feature request
v: 4.X
t: tracking

### Stacktrace _No response_ ### Actions to reproduce Set up a dummy minestom server that starts and stops. The wrapper will not stop because there are some threads that aren't...

t: bug
s: needs triage

### Stacktrace _No response_ ### Actions to reproduce Try to use TemplateStorage#pull in the Wrapper with a relative path as argument ### CloudNet version [31.08 10:46:54.357] INFO: [31.08 10:46:54.357] INFO:...

t: bug
s: needs triage

### Motivation #1301 Also there is no cyclic dependency detection (not included in issue) ### Modification Rewrote `DefaultModuleProvider#loadAll()` to respect dependencies Changed methods in `ModuleDependencyUtil` to use `ModuleConfiguration` rather than...

### Stacktrace ``` [26.08 23:33:42.885] SEVERE: Exception in thread "main" [26.08 23:33:42.886] SEVERE: dev.derklaro.aerogel.AerogelException: Unable to invoke method private void eu.cloudnetservice.node.Node.updateAndLoadModules(eu.cloudnetservice.node.module.ModulesHolder,eu.cloudnetservice.driver.module.ModuleProvider,eu.cloudnetservice.node.module.updater.ModuleUpdater,eu.cloudnetservice.node.module.updater.ModuleUpdaterRegistry) throws java.lang.Exception [26.08 23:33:42.886] SEVERE: Caused by: java.lang.NoClassDefFoundError: de/dasbabypixel/dependencymodule/TestApiClass...

t: bug
s: needs triage

### Motivation Sending huge files (Hundreds of MBs) over the network causes an OOME Receiving a lot of packets also makes the packetqueue longer and longer if the PacketDispatchers can't...

### Motivation Creating a zip for a directory that should be sent over the network takes very long. Disabling compression makes quite a noticeable improvement in the time it takes...

### Motivation Downloading files from the Wrapper via the TemplateStorage has a synchronization bug More information in #1294 ### Modification Most important change: Moved the RemoteTemplateStorage from the driver to...

### Stacktrace ``` [19.08 22:16:09.618] INFO: [woolbattletest-1] [22:16:08 WARN]: java.nio.file.NoSuchFileException: temp/36a3d5b9-1500-47b6-b388-f7f17912c9fa [19.08 22:16:09.619] INFO: [woolbattletest-1] [22:16:08 WARN]: at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) [19.08 22:16:09.620] INFO: [woolbattletest-1] [22:16:08 WARN]: at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) [19.08 22:16:09.620] INFO:...

t: bug
v: 4.X
s: confirmed