SyncBoost is not just another "lag clear" plugin; it is a comprehensive, professional-grade performance engine. Re-engineered for maximum efficiency, SyncBoost targets the root causes of server degradation—identifying CPU bottlenecks, memory leaks, and excessive entity overhead—allowing your server to sustain high player counts without compromising gameplay quality.
- ✨ Premium Experience: A stunning, modern GUI that brings visual elegance to server management.
- 🔧 Intelligent Automation: Dynamic algorithms that sense lag spikes and proactively adjust server load.
- 🗑️ Surgical Optimization: Reduce AI overhead, optimize redstone, and limit entities with pinpoint accuracy.
- 📊 Deep Monitoring: Real-time MSPT charts via interactive maps and detailed hardware benchmarks.
- ⚡ Asynchronous Core: Built to be ultra-lightweight, ensuring the optimization process never burdens your server.
Important
SyncBoost is optimized for modern Minecraft infrastructure (1.20.5 - 1.21.x) but also fully supports legacy versions (1.17.1 - 1.20.4). Recommended Java 21, minimum Java 17.
| Requirement | Version |
|---|---|
| Java | 17 or newer (Required) |
| Minecraft | 1.17.1 - 1.21.4+ |
| Server Software | Spigot, Paper, Purpur, Pufferfish, Folia, or compatible forks |
SyncBoost is modular by design. Enable or disable features as needed via the in-game GUI or modules/ config files.
| Module | Impact | Description |
|---|---|---|
| MobAiReducer | 🔴 Very High | Optimizes creature pathfinding and AI behavior. Essential for farm-heavy survival servers. |
| EntityLimiter | 🔴 High | Enforces limits on entity counts. Features Smart Mob Cap effectively balancing mob density based on server TPS. |
| LagShield | 🔴 High | Active monitoring that triggers safety measures (e.g., pausing spawners) when TPS drops critically. |
| ExplosionOptimizer | 🔴 High | Efficiently handles TNT and crystal explosions to prevent physics ticks from stalling the main thread. |
| ChunkAnalyzer | 🔴 High | Scans and identifies problematic chunks with high entity/tile entity counts. Features interactive GUI with teleportation. |
| WorldCleaner | 🟡 Medium | Periodically removes ground items. Features an "Abyss" system for item recovery via /abyss. |
| RedstoneLimiter | 🟡 Medium | Detects and suppresses rapid-pulsing redstone clocks that cause TPS drops. |
| VehicleMotionReducer | 🟡 Medium | Optimizes boat and minecart collisions, movement logic, and removes mineshaft clutter. |
| AbilityLimiter | 🟡 Medium | Limits rapid Trident/Elytra usage to prevent excessive chunk loading. |
| HopperOptimizer | 🟡 Medium | Reduces hopper tick rates and optimizes item transfer logic to minimize lag. |
| InstantLeafDecay | 🔵 Low | Makes leaves decay instantly when trees are cut, reducing entity processing. |
| ConsoleFilter | 🔵 Visual | Regex-based filtering to keep your server console clean and readable. |
All commands use the /syncboost (or alias /sb) prefix.
| Command | Description |
|---|---|
/syncboost |
Open the main configuration GUI. |
/syncboost menu |
Open the main configuration GUI. |
/syncboost help |
Display the full list of available commands. |
/syncboost monitor |
View real-time server statistics (TPS, MSPT, RAM, CPU). |
/syncboost map |
Get a map item that displays a live performance graph. |
/syncboost benchmark |
Run a CPU/RAM stress test to measure server hardware performance. |
/syncboost chunks [world] |
Analyze chunks for performance issues. Opens GUI or shows results for a specific world. |
/syncboost memory [gc/gui/listeners] |
Analyze memory usage, detect leaks, and view GC metrics. |
/syncboost free |
Force run the Java Garbage Collector (GC). |
/syncboost clear <type> |
Manually clear entities: items, creatures, or projectiles. |
/syncboost ping [player] |
Check average player latency or a specific player's ping. |
/syncboost smartcap |
Toggle Smart Mob Cap feature on/off. |
/syncboost reload |
Reload all configuration files and modules. |
Default Permission: syncboost.admin
SyncBoost works seamlessly with popular plugins:
- PlaceholderAPI - Placeholders for TPS, MSPT, CPU usage, and cleaner countdown.
- Spark - Performance profiling compatibility.
- Stacker Plugins: WildStacker, RoseStacker, UltimateStacker
| Placeholder | Description |
|---|---|
%syncboost_tps% |
Current TPS (formatted) |
%syncboost_tps_raw% |
Current TPS (raw double) |
%syncboost_tps_color% |
TPS with color code (green/yellow/red) |
%syncboost_mspt% |
Current MSPT (formatted) |
%syncboost_mspt_raw% |
Current MSPT (raw double) |
%syncboost_mspt_color% |
MSPT with color code |
%syncboost_cpu% / %syncboost_cpuprocess% |
Process CPU usage |
%syncboost_cpuprocess_raw% |
Process CPU usage (raw) |
%syncboost_cpusystem% |
System CPU usage |
%syncboost_cpusystem_raw% |
System CPU usage (raw) |
| Placeholder | Description |
|---|---|
%syncboost_entities% / %syncboost_entities_total% |
Total entity count |
%syncboost_entities_mobs% / %syncboost_mobs% |
Living creature count |
%syncboost_entities_items% / %syncboost_items% |
Ground item count |
%syncboost_entities_projectiles% / %syncboost_projectiles% |
Projectile count |
%syncboost_entities_vehicles% / %syncboost_vehicles% |
Vehicle count |
| Placeholder | Description |
|---|---|
%syncboost_memory_used% / %syncboost_ram_used% |
Used memory (MB) |
%syncboost_memory_used_raw% |
Used memory (raw MB) |
%syncboost_memory_used_gb% |
Used memory (GB formatted) |
%syncboost_memory_max% / %syncboost_ram_max% |
Max memory (MB) |
%syncboost_memory_max_raw% |
Max memory (raw MB) |
%syncboost_memory_max_gb% |
Max memory (GB formatted) |
%syncboost_memory_free% / %syncboost_ram_free% |
Free memory (MB) |
%syncboost_memory_free_raw% |
Free memory (raw MB) |
%syncboost_memory_percent% / %syncboost_ram_percent% |
Memory usage percent |
%syncboost_memory_percent_raw% |
Memory usage percent (raw) |
%syncboost_memory_bar% |
Visual memory bar [■■■■■■■■■■] |
| Placeholder | Description |
|---|---|
%syncboost_players% / %syncboost_online% |
Online player count |
%syncboost_players_max% / %syncboost_max_players% |
Max player slots |
%syncboost_worlds% |
Number of loaded worlds |
%syncboost_chunks% / %syncboost_loaded_chunks% |
Total loaded chunks |
%syncboost_uptime% |
Server uptime (HH:MM:SS) |
%syncboost_uptime_hours% |
Uptime in hours |
%syncboost_uptime_minutes% |
Uptime in minutes |
%syncboost_uptime_seconds% |
Uptime in seconds |
| Placeholder | Description |
|---|---|
%syncboost_clearlag_timer% / %syncboost_worldcleaner% |
Time until next clear |
%syncboost_clearlag_seconds% |
Seconds until next clear |
%syncboost_clearlag_formatted% |
Formatted time (MM:SS) |
%syncboost_clearlag_interval% |
Clear interval setting |
%syncboost_clearlag_enabled% |
Whether cleaner is enabled |
%syncboost_clearlag_progress% |
Progress percentage |
%syncboost_clearlag_bar% |
Visual progress bar |
SyncBoost anonymously collects data via bStats to help us improve performance.
You can disable this in plugins/bStats/config.yml.
Configuration is split into:
config.yml- Main plugin settings (prefix, permissions, updater).lang.yml- All user-facing messages.modules/*.yml- Individual module settings.
You can edit configurations directly in-game using the GUI:
/syncboost
- Download the latest
SyncBoost.jarfrom Modrinth. - Stop your Minecraft server.
- Place the jar into your
plugins/folder. - Start the server.
- Configure via
/syncboostor edit files inplugins/SyncBoost/.
Cari host stabil di wilayah Indonesia? Syncara Host jawabannya!~
Mulai dari Rp 50.000, kalian dapat server premium yang:
- ✅ No Oversell (Shared performa? Gak jaman).
- ✅ Aikar Flags Optimized (Settingan Java tuning terbaik).
- ✅ Lokasi Indonesia (Ping rendah, koneksi stabil).
Visit: https://syncara.host
SyncBoost is built upon the strong foundation of LagFixer. We explicitly acknowledge and thank Jenya705 for their original work and contributions to the optimization community.
SyncBoost is a forked and modernized continuation, designed to support the latest Minecraft infrastructure while respecting the legacy of the original project.
What Java version does SyncBoost require?
SyncBoost requires minimum Java 17 and recommends Java 21 for optimal performance. Java 21 offers significant performance improvements for modern servers.
Which Minecraft versions are supported?
SyncBoost supports Minecraft 1.17.1 - 1.21.4+. Legacy versions (1.17.1 - 1.20.4) are fully supported, and 1.16.5 is available via manual build configuration.
Is SyncBoost compatible with Folia?
Yes! SyncBoost fully supports Folia's regionized multithreading. All optimization modules are compatible with Folia's architecture and use proper thread-safe operations.
What server platforms are supported?
SyncBoost works with Spigot, Paper, Purpur, Pufferfish, Folia, and any compatible fork. Paper or higher is recommended for best performance.
Will SyncBoost conflict with other optimization plugins?
SyncBoost is designed to work alongside other plugins. It integrates seamlessly with Spark for profiling and stacker plugins like WildStacker, RoseStacker, and UltimateStacker.
How do I recover accidentally cleared items?
Use the Abyss feature! Items cleared by WorldCleaner are temporarily stored and can be recovered using /abyss command within a configurable time window.
Made with <3 by Syncara Host
© 2026 Syncara Host. All rights reserved.
