Custom Spigot Forks

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

omarhachach

Your Friendly Neighbourhood Snorlax
Supreme
Feedback score
14
Posts
627
Reactions
359
Resources
0
Looking for people who have decent custom spigot forks like all decent pvp servers have, drop the info on this thread ty.
Well a Good fork is: PaperSpigot (https://ci.destroystokyo.com/job/PaperSpigot/) and then you can optimize it to the max using this guide: https://aquifermc.org/threads/optimizing-paper-»-remove-lag-spikes-fix-tps-improve-performance.101/

And I would use these startup tags
Code:
java -Xmx<amount>G -Xms<same-amount>G -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=45 -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -jar paperclip.jar
The amount of memory used hopping around is normal with this config, but it should never lag. (If your server is powerful enough for the amount of players)
 
Status
This thread has been locked.
Top