SportPaper icon indicating copy to clipboard operation
SportPaper copied to clipboard

Performance-tuned Minecraft 1.8 server

Results 28 SportPaper issues
Sort by recently updated
recently updated
newest added

hi I would like to know how to install the .jar in the server since there is no link to download I await answers thanks

Apparently I have this problem when unloading the chunk. ```java [18:57:35] [Server thread/ERROR]: Encountered an unexpected exception net.minecraft.server.v1_8_R3.ReportedException: Exception ticking world at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:945) ~[Rankup.jar:git-SportPaper-8de3fda-P.178a2af-SP.28dc63d-CB.e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:365) ~[Rankup.jar:git-SportPaper-8de3fda-P.178a2af-SP.28dc63d-CB.e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:823) ~[Rankup.jar:git-SportPaper-8de3fda-P.178a2af-SP.28dc63d-CB.e1ebe52]...

Previously, a `BlockFormEvent` is dispatched whenever cobblestone, stone, obsidian, ice, or snow is formed. This patch dispatches a `BlockFormEvent` for the creation of water sources, through melting ice or infinite...

Explosion knockback currently does not apply to projectiles. This PR makes projectiles (arrows, snowballs, etc) take knockback from exploding TNT (see [upstream issue](https://hub.spigotmc.org/jira/browse/SPIGOT-6777), [fix](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/cc86ab1886c9d2d50495711288ffad33a0c7e554#nms-patches/net/minecraft/world/level/Explosion.patch)). Feel free to let me know...

[21:20:14 INFO]: Saving chunks for level 'world'/Overworld > at net.craftersland.consolefix.OldEngine$1.stop(OldEngine.java:28) at org.apache.logging.log4j.core.filter.CompositeFilter.stop(CompositeFilter.java:145) at org.apache.logging.log4j.core.filter.AbstractFilterable.stop(AbstractFilterable.java:163) at org.apache.logging.log4j.core.filter.AbstractFilterable.stop(AbstractFilterable.java:150) at org.apache.logging.log4j.core.config.AbstractConfiguration.stop(AbstractConfiguration.java:315) at org.apache.logging.log4j.core.LoggerContext.stop(LoggerContext.java:351) at org.apache.logging.log4j.core.LoggerContext$1.run(LoggerContext.java:279) at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry$RegisteredCancellable.run(DefaultShutdownCallbackRegistry.java:109) at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.run(DefaultShutdownCallbackRegistry.java:74) at java.lang.Thread.run(Thread.java:748)

What do you think about changing server's collections? Like player list or other collections, to the ones that have better performance? That would need heavy testing and benchmarks of course.

If you: - Are on Java >8. - Are on Linux. - Have `use-native-transport` set to `true` in `server.properties` which improves the performance on Linux. Then when you join the...

bug

Not sure if this is just me or if anyone else is having this too but i keep getting this build error https://pastebin.com/9egQQk5w Im sorry if its my issue and...

Hello, do you know how can I disable the mob AI pls? Like they won't move (and if possible don't take any knockback)

Hello guys, I am kinda new to compiling ( I'm used to just downloading the jar from the site ) and I would like to know how to actually compile...