Minecraft Server Optimization Guide
How to optimize your Minecraft server for better performance
Introduction to Minecraft Server Optimization
Running a smooth, lag-free Minecraft server requires proper optimization. This guide covers various techniques to improve your server’s performance on Wasabi Hosting’s Gamepanel platform.
Java Flags Optimization
Java flags significantly impact your server’s performance. At Wasabi Hosting, RAM allocation is fixed based on your selected plan - if you need more resources, you’ll need to upgrade your hosting package.
For optimal performance, we recommend using Aikar’s Flags which are available directly in the Wasabi Hosting Gamepanel under the Startup tab:
Simply select “Aikar’s Flags” from the ADDITIONAL FLAGS dropdown in the Wasabi Hosting Gamepanel. These flags are optimized for maximum performance and garbage collection efficiency.
Aikar’s Flags are carefully tuned Java arguments that significantly improve server performance by optimizing garbage collection and memory allocation.
Server.properties Optimization
The server.properties
file contains essential settings that affect server performance:
Recommended Settings
Lowering view-distance too much can affect gameplay experience. Find a balance between performance and player experience.
Spigot/Paper Configuration
If you’re using Spigot or Paper (recommended for better performance), optimize these additional configuration files:
spigot.yml
paper.yml (Paper servers only)
World Pre-Generation
Pre-generating your world reduces lag caused by chunk generation during gameplay:
- Install a world pre-generation plugin like Chunky
- Set world borders to define generation limits
- Run pre-generation commands:
Plugin Selection
Choose plugins wisely as they can impact server performance:
Recommended Performance Plugins
- PaperMC - Highly optimized server software
- Lithium (for Fabric) - Game logic/server optimization
- Spark - Performance profiling and monitoring
- ClearLagg - Entity and item cleaning
- EntityCulling - Reduces entity rendering
Plugin Management Tips
- Use fewer, well-maintained plugins
- Avoid redundant plugins with overlapping features
- Update plugins regularly for bug fixes and optimizations
- Monitor plugin impact with timings reports
Timings Analysis
Regularly check timings data to identify performance bottlenecks.
- Run
/timings report
in-game or via console - Wait for the link to generate
- Look for:
- Red areas indicating high tick usage
- Plugins consuming excessive resources
- World regions causing lag
- Address the specific issues identified
Redstone & Automation Limitations
Redstone contraptions are known performance killers:
- Set max redstone per chunk limits using plugins
- Encourage players to use more efficient designs
- Limit automated farms in one area
- Use hoppers sparingly or replace with droppers
- Disable or optimize TNT explosions
Regular Maintenance
Implement these maintenance practices:
- Schedule automatic restarts every 6-12 hours
- Clear entities periodically using plugins like ClearLagg
- Backup and trim worlds regularly to keep file sizes manageable
- Update server software to benefit from performance improvements
- Monitor RAM usage and adjust allocation as needed
Hardware Considerations
If you’re still experiencing performance issues, consider:
- Upgrading your Wasabi Hosting plan for more RAM/CPU
- Using SSD storage for faster world loading/saving
- Dedicating more CPU threads to your server
RAM is fixed per hosting plan and cannot be manually adjusted. If you’re experiencing memory-related issues, you’ll need to upgrade to a higher-tier plan with more allocated RAM.
Advanced Techniques
For experienced administrators:
- Use a profiling tool like Spark or VisualVM
- Implement server-side resource packs to reduce client-side lag
- Set up proxy networks with Velocity/BungeeCord for large player bases
- Use world border plugins to limit exploration
Following these optimization techniques will help ensure your Minecraft server runs smoothly even under heavy load on Wasabi Hosting. If you continue to experience performance issues, contact our support team for assistance.