Denis Shevchenko

Results 43 comments of Denis Shevchenko

Then try with every client version supported and report affected versions there.

1.13.2+ no longer contains a method that actually drops the cache and flushes it to disk. Making it all work is still possible tho, just way harder now.

That's not enough enabling-disabling bukkit built-in autosave should also set/reset bukkit built-in autosave.

Yes. Tho most parts of this plugin needs a big rewrite (for example using a single scheduler instead of tons of threads, dynamic load of modules for plugin support, etc)....

No. Thats literally a part of the readme about channel per remote address and using channel remote address for that. If you dont plan on making a stateful udp connection,...

The user channel remote address is literally the datagram sender address. So they will always the the same. That's literally the whole point of this library, every new sender address...

I will see what i can do.

No. First of all, windows doesnt have syscalls for zip. Second, java has built in support for creating zip files. If the config option gets set to false, it means...

The first thing you should probably try is using 8+8 threads for approach 2 for thread pool configuration instead of 16+16, maybe 32 threads is way too much. Also using...