hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
242 stars 67 forks source link

Remove new Paper configuration and workaround for SkinsRestorer #177

Closed uRyanxD closed 9 months ago

uRyanxD commented 9 months ago

Fixes #169

Basically this class was added for ViaVersion to automatically disable its packet limiter because we have a built-in limiter. However, SkinsRestorer and EssentialsX apparently use this class to check the server version, if they detect that the class exists, they try to enable features from newer versions (which PandaSpigot does not have), which results in errors. Since the class was removed, the workaround for SkinsRestorer became unnecessary. (I tested it and it worked perfectly)

WARNING: This is unlikely to cause issues with ViaVersion, however if it does you can disable the ViaVersion packet limiter in the plugin configuration.