Wesley1808

Results 59 comments of Wesley1808

MCPitanLib is shadowing the snakeyaml library but not relocating it. This will cause a conflict with more mods than just servercore (which Jar-in-Jar's snakeyaml). This should be fixed on their...

Never seen this happen with plenty of poor connections before, so its probably a mod incompatibility. Do you have any crash reports of when this happened? You can find them...

You could try to disable these specific optimizations to see if that fixes it (though I doubt it) through the mixinconfig file in the servercore jar. 1. Close the server...

I don't think this config setting existed in 1.3.5 either (I believe it was added in 1.3.7?), so makes sense if its not there. 1.3.6 for 1.19.2 isn't really a...

Servercore includes version 2.2 of the snakeyaml library in the jar file through Jar-in-Jar. It looks like FreedomChat is shading the configurate-yaml library, which includes an old version of snakeyaml...

I always thought that wasn't nearly as much of a problem with JiJ libraries as it is with using shadow. Thanks for resolving the compatibility issue, I'll take another look...

I'm not entirely sure what you meant. Does it run auto saves every 1 second when `auto-save-interval: 300`? The actual calculated time until the next autosave is dependent on the...

All it really does is replace a single constant value of 300 in vanilla for computing the next gametick the game will autosave at. Keep in mind that there are...

The crash report suggests that the list of players currently in a dimension was modified off-thread, then the server thread loops through it and runs into a crash (if timed...

I can't seem to reproduce this at all. It also doesn't really make sense as all it does is teleport the player back a few blocks just before they enter...