astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Spigot version? #38

Closed andreasdc closed 3 years ago

andreasdc commented 3 years ago

Is it possible to apply your improvements to spigot?

astei commented 3 years ago

Not without violating the GPL. Just use Tuinity instead, it has a good portion of the changes in Krypton already and it's the standard for high-performance Minecraft servers.

andreasdc commented 3 years ago

Not without violating the GPL. Just use Tuinity instead, it has a good portion of the changes in Krypton already and it's the standard for high-performance Minecraft servers.

What's gpl? How about 1.8 spigots? Also I didn't find System.setProperty("io.netty.allocator.maxOrder", "9"); in Velocity.

astei commented 3 years ago

I am not going to help you with ancient versions of Minecraft.

andreasdc commented 3 years ago

I am not going to help you with ancient versions of Minecraft.

Also I didn't find System.setProperty("io.netty.allocator.maxOrder", "9"); in Velocity. Is it safe to put that in spigot?

astei commented 3 years ago

It is not relevant. This issue’s main point has been solved.

andreasdc commented 3 years ago

It is not relevant. This issue’s main point has been solved.

Sure but you could answer

astei commented 3 years ago

No.