Pierre Maurice Schwang
Pierre Maurice Schwang
Sounds like a great idea, imo time-based expiration should be the default behaviour - that all consumers expire after like 3 or 4 minutes, which is more than enough to...
The generated dump for latest change: https://dump.viaversion.com/a54a66d0ab0d4a8c64446852e540f7ebc971d3ecfdf3fee78bfc56b713433d56 Relevant parts are: ```json "runtimeInfo":{ "maxMemory": 7456.948224, "freeMemory": 294.53928, "totalMemory": 524.288, "memoryInfo": "229.7487MB / 524.2880MB (7456.9482MB Max)" } ``` The raw memory values...
@Kichura I have mergedthe changes since the creation of the PR because you approved
I guess this is kind of dead? :/
@solonovamax nice to hear that, i started on a basic implementation which does work indeed, but subcommands and subcommand groups are still pain
Why is > I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists. checked if you haven't installed the latest builds?
Validated the functionality of this change using a simple addon plugin: ```java public class TestAddonPlugin extends JavaPlugin { @Override public void onEnable() { new PlotAPI().registerListener(new Object() { @Subscribe public void...
I'd say you can add the required changes into the Forge PR - As long as the required memory usage isn't that bad. Based on the size, that's roughly 65k...
> [10:28:10] [ForkJoinPool-8-worker-592/INFO]: Second position set to (44, 71, 36) (1995). [10:28:10] [ForkJoinPool-8-worker-594/INFO]: Second position set to (44, 71, 36) (1995). I'd think this is rather a synchronisation issue with...
Either way, I'd prefer the usage of `EntityType#getKey`, which seems to be available at 1.15 (not sure if even earlier). That method is annotated as NotNull and is not deprecated...