Shane Freeder

Results 439 comments of Shane Freeder
trafficstars

ItemMeta has pretty much never properly dealt with upgrades; this is one of many reasons as to we switched format. We also no longer support serialising ItemMeta. If you have...

Issue is that brigadier doesn’t have Java docs, there is a pr to change that, but, nothing has been said from mojang regarding this On Sun, 5 Jan 2025 at...

I did bring merging and pushing that pr ourselves internally a short while back I think, so we’d have JDs for that; it is a pain that there is currently...

enable debug in server.properties, but, nothing really changed that would impact this sorta thing, that would likely scream that it was just a matter of bad timing and somebody did...

The log doesn't show the reported error, but, I think that due to the codec usage we don't really get told what packet is anymore, need to look into injecting...

replacing the output of the tps command was a concern due to various things reading the output of that, I've long also generally considered tps to be a useless metric...

I'd imagine this is just spigots race condition relating to how profile fetches on skulls are done, reloading twice gives enough time for the profile to be fetched and in...

The size of a cookie is fairly limited, if we want to store additional info it would make more sense to send additional cookies, IMHO; I guess you could make...

configuration files are loaded and their passed through a transformer to deal with populating missing things and applying transformations to the files, we don't know if any such transformations or...