▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SyncBoost
SyncBoost

SyncBoost

The simplest way to boost server performance and eliminate lag.

55
0

SyncBoost

The simplest way to boost server performance and eliminate lag.

Modrinth GitHub Discord


⚡ The Ultimate Performance Solution

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.

Why SyncBoost?

  • ✨ 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.


📋 Requirements

RequirementVersion
Java17 or newer (Required)
Minecraft1.17.1 - 1.21.4+
Server SoftwareSpigot, Paper, Purpur, Pufferfish, Folia, or compatible forks

🚀 Key Modules

SyncBoost is modular by design. Enable or disable features as needed via the in-game GUI or modules/ config files.

ModuleImpactDescription
MobAiReducer🔴 Very HighOptimizes creature pathfinding and AI behavior. Essential for farm-heavy survival servers.
EntityLimiter🔴 HighEnforces limits on entity counts. Features Smart Mob Cap effectively balancing mob density based on server TPS.
LagShield🔴 HighActive monitoring that triggers safety measures (e.g., pausing spawners) when TPS drops critically.
ExplosionOptimizer🔴 HighEfficiently handles TNT and crystal explosions to prevent physics ticks from stalling the main thread.
ChunkAnalyzer🔴 HighScans and identifies problematic chunks with high entity/tile entity counts. Features interactive GUI with teleportation.
WorldCleaner🟡 MediumPeriodically removes ground items. Features an "Abyss" system for item recovery via /abyss.
RedstoneLimiter🟡 MediumDetects and suppresses rapid-pulsing redstone clocks that cause TPS drops.
VehicleMotionReducer🟡 MediumOptimizes boat and minecart collisions, movement logic, and removes mineshaft clutter.
AbilityLimiter🟡 MediumLimits rapid Trident/Elytra usage to prevent excessive chunk loading.
HopperOptimizer🟡 MediumReduces hopper tick rates and optimizes item transfer logic to minimize lag.
InstantLeafDecay🔵 LowMakes leaves decay instantly when trees are cut, reducing entity processing.
ConsoleFilter🔵 VisualRegex-based filtering to keep your server console clean and readable.

🛠 Commands

All commands use the /syncboost (or alias /sb) prefix.

CommandDescription
/syncboostOpen the main configuration GUI.
/syncboost menuOpen the main configuration GUI.
/syncboost helpDisplay the full list of available commands.
/syncboost monitorView real-time server statistics (TPS, MSPT, RAM, CPU).
/syncboost mapGet a map item that displays a live performance graph.
/syncboost benchmarkRun 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 freeForce 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 smartcapToggle Smart Mob Cap feature on/off.
/syncboost reloadReload all configuration files and modules.

Default Permission: syncboost.admin


🔗 Integrations

SyncBoost works seamlessly with popular plugins:

PlaceholderAPI Placeholders

Performance Metrics

PlaceholderDescription
%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)

Entity Counts

PlaceholderDescription
%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

Memory Stats

PlaceholderDescription
%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 [■■■■■■■■■■]

Server Stats

PlaceholderDescription
%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

WorldCleaner Timer

PlaceholderDescription
%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

📊 Usage Statistics

SyncBoost anonymously collects data via bStats to help us improve performance. You can disable this in plugins/bStats/config.yml.

bStats


⚙️ Configuration

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

📦 Installation

  1. Download the latest SyncBoost.jar from Modrinth.
  2. Stop your Minecraft server.
  3. Place the jar into your plugins/ folder.
  4. Start the server.
  5. Configure via /syncboost or edit files in plugins/SyncBoost/.

💰 Sponsored: Syncara Host

Cari host stabil di wilayah Indonesia? 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:


⭐ Credits

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.


❓ FAQ

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.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x

Поддерживаемые окружения

Сервер

Детали

Лицензия:GPL-3.0-or-later
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная