⚡ ServerBooster - OPTIMIZE your server - ANTI LAG - FPS BOOST - MULTILANGUAGE⚡ 1.17 - 26.1 icon

⚡ ServerBooster - OPTIMIZE your server - ANTI LAG - FPS BOOST - MULTILANGUAGE⚡ 1.17 - 26.1 -----

Optimize your Minecraft server for peak performance with ServerBooster




[​IMG]
[​IMG]
[​IMG]

ServerBooster
The Ultimate Performance Optimization Plugin

Remastered Edition - Now supporting Minecraft 1.17.1 to 1.21.x!

Discord Support
[​IMG]

What's New in Remastered Edition?

  • Complete Kotlin Rewrite - Modern, optimized codebase
  • Async Processing - Uses Kotlin Coroutines for lag-free operations
  • 1.17.1 - 1.21.x Support - Full compatibility with latest Minecraft versions
  • Folia Support - Works with Paper's new multithreaded server
  • New Block Limiter - Prevent lag machines with block placement limits
  • Detection System - Find spawners and redstone mechanisms causing lag
  • Improved Performance - Up to 40% TPS improvement on heavy servers

Overview

ServerBooster is a comprehensive server optimization plugin designed to dramatically improve your Minecraft server's performance. This remastered edition has been completely rewritten with modern optimizations and full support for the latest Minecraft versions.

Why ServerBooster?

  • Zero Dependencies - Just drop it in your plugins folder and go!
  • Highly Configurable - Fine-tune every aspect of optimization
  • Smart Optimization - Only optimizes what needs to be optimized
  • RAM Efficient - Automatic chunk unloading keeps memory usage low
  • Multi-Platform - Works on Spigot, Paper, and Folia

Features

Entity Optimization

  • AI Freeze - Temporarily disables AI for entities far from players
  • Spawn Limiting - Controls entity spawns per chunk and radius
  • Age Limiter - Automatically removes old entities
  • Breeding Control - Limits breeding to prevent entity explosions
  • Smart Restore - Instantly restores entity AI when players approach

Entities are frozen using NMS (Native Minecraft Server) methods, ensuring minimal performance impact while maintaining vanilla behavior when players are nearby.

Item Stacking & Holograms

  • Force Merge - Stacks items beyond vanilla limits (up to 512+)
  • Unstackable Stacking - Even swords, armor, and potions can be stacked!
  • Holographic Display - Shows item name and quantity above stacked items
  • Glowing Items - Optional glow effect for dropped items
  • Smart Pickup - Correctly handles inventory distribution

Reduce thousands of item entities into just a few, dramatically improving TPS on servers with mob farms or heavy item drops.

Block Limiter [NEW!]

  • Radius-Based Detection - Limits blocks within a configurable radius
  • Predefined Categories - Groups like "hoppers", "pistons", "furnaces"
  • Custom Materials - Add ANY block by its Material name
  • Global Limits - Limit building blocks (stone, wood, etc.)
  • Entity Support - Limits armor stands, item frames, paintings
  • Non-Destructive - Existing blocks are never removed

Prevent lag machines and excessive block placement. Fully customizable per-block limits!

Code (Text):

# Example configuration
limits:
  hoppers: 8
  pistons: 8
  observers: 8
  armor-stands: 4
  TNT: 4
  SPAWNER: 2
 

Chunk Optimization

  • Auto Unload - Automatically unloads unused chunks
  • Packet Throttling - Slows chunk packets during lag or high ping
  • Physics Detection - Detects and reports lag machines
  • Spawn Protection - Never unloads essential spawn chunks

Detection System [NEW!]

  • Spawner Detection - Find all spawners near online players
  • Redstone Detection - Locate high-density redstone mechanisms
  • Async Processing - Uses coroutines for lag-free scanning
  • Teleport Commands - Quick navigation to detected locations
  • Player Proximity - Shows which players are near each detection

Powerful admin tool to identify and locate potential lag sources!

Elytra Optimization

  • Riptide Cooldown - Prevents trident + riptide spam
  • Firework Cooldown - Limits firework boost frequency
  • Per-World Config - Enable only in specific worlds

Prevents players from generating excessive chunks through rapid elytra travel.

TPS-Based Commands

  • Auto Execute - Run commands when TPS drops below threshold
  • Multiple Groups - Configure different commands for different TPS levels
  • Cooldown System - Prevent command spam with configurable delays

Perfect for automatically clearing entities or notifying admins during lag!

[​IMG]
Commands

Code (Text):

/sb help                    - Show available commands
/sb info                    - Show plugin information
/sb tps                     - Display current server TPS
/sb reload                  - Reload all configurations
/sb count [world]           - Count entities in world
/sb limits                  - Show entity limits
/sb check [player]          - Check entities near player
/sb optimize                - Force entity optimization
/sb blockphysics            - Show physics report
/sb detect spawners [type]  - Detect spawners near players
/sb detect redstone         - Detect redstone mechanisms
 
[HR][/HR]

Permissions

Code (Text):

serverbooster.help              - Use /sb help command
serverbooster.info              - Use /sb info command
serverbooster.tps               - Use /sb tps command
serverbooster.reload            - Reload plugin configuration
serverbooster.mobs.count        - Use /sb count command
serverbooster.mobs.limits       - Use /sb limits command
serverbooster.mobs.check        - Use /sb check command
serverbooster.optimize          - Use /sb optimize command
serverbooster.chunks.blockphysics - Use /sb blockphysics command
serverbooster.detect            - Use /sb detect commands
serverbooster.blocklimits.bypass  - Bypass block placement limits
 
Note: All commands require permissions. Normal players cannot use any ServerBooster commands by default.


Configuration Files

Code (Text):

plugins/ServerBooster/
├── config_entity_limiter.yml    # Entity spawn limits
├── config_optimize_entities.yml # Entity AI optimization
├── config_holo.yml              # Item stacking & holograms
├── chunks_optimizer.yml         # Chunk management
├── chunk_block_limits.yml       # Block placement limits (NEW)
├── config_tps.yml               # TPS-based commands
└── lang/                        # Language files
 
Code (Text):

# Radius in blocks for entity counting
radius: 56

# Worlds where limiter is active
worlds:
  - world
  - world_nether
  - world_the_end

# Default limits for all entities
defaults:
  radius_max: 10
  chunk_max: 5
  cull: 5

# Custom limits per entity type
limits:
  VILLAGER:
    radius_max: 15
    chunk_max: 8
    cull: -1

  ZOMBIE:
    radius_max: 8
    chunk_max: 4
    cull: 3
 

Code (Text):

enabled: true
radius: 56

worlds:
  - world
  - world_nether
  - world_the_end

deny-message: "&cYou cannot place more {block} in this area! &7(Limit: {limit})"
bypass-permission: "serverbooster.blocklimits.bypass"

# Block limits within radius
limits:
  # Predefined categories
  armor-stands: 4
  item-frames: 4
  hoppers: 8
  pistons: 8
  observers: 8
  chests: 4
  furnaces: 4

  # Custom blocks (use Material names)
  TNT: 4
  SPAWNER: 2
  NOTE_BLOCK: 8

# Global limits for building blocks
global-limits:
  enabled: true
  default-limit: 120
  limits:
    stone-variants: 256
    wood-variants: 256
 

Performance Benchmarks

Tested on a server with 50 players:

Code (Text):

┌─────────────────┬─────────┬─────────┬─────────────┐
│ Metric          │ Before  │ After   │ Improvement │
├─────────────────┼─────────┼─────────┼─────────────┤
│ TPS             │ 14.2    │ 19.8    │ +39%        │
│ Entity Count    │ 12,847  │ 3,421   │ -73%        │
│ RAM Usage       │ 8.2 GB  │ 5.1 GB  │ -38%        │
│ Item Entities   │ 4,523   │ 287     │ -94%        │
└─────────────────┴─────────┴─────────┴─────────────┘
 
Results may vary depending on server configuration and player activity.

[HR][/HR]

Server Type Recommendations

Code (Text):

┌────────────┬────────────────┬────────────────┬───────────────┬───────────────┐
│ Server     │ Chunk Unloader │ Entity Limiter │ Block Limiter │ Item Stacking │
├────────────┼────────────────┼────────────────┼───────────────┼───────────────┤
│ Survival   │ Enable         │ Medium         │ Medium        │ Enable        │
│ SMP        │ Enable         │ Relaxed        │ Relaxed       │ Enable        │
│ Skyblock   │ Careful        │ Strict         │ Strict        │ Enable        │
│ Factions   │ Enable         │ Strict         │ Strict        │ Enable        │
│ Creative   │ Disable        │ Disable        │ Disable       │ Optional      │
└────────────┴────────────────┴────────────────┴───────────────┴───────────────┘
 
Requirements

  • Minecraft Server: Spigot, Paper, or Folia
  • Version: 1.17.1 - 1.21.x
  • Java: 17 or higher

Installation

  1. Download the latest ServerBooster-2.0.0.jar
  2. Place the JAR file in your server's plugins folder
  3. Restart your server (not reload!)
  4. Configure the plugin in plugins/ServerBooster/
  5. Enjoy better performance!

Frequently Asked Questions

Q: Does this work with Folia?
Yes! ServerBooster automatically detects Folia and uses region-based scheduling.

Q: Will frozen entities move again?
Yes! When a player approaches a frozen entity, its AI is instantly restored.

Q: Does item stacking cause duplication?
No! The stacking system has been thoroughly tested to prevent any duplication.

Q: What happens to existing blocks that exceed limits?
Nothing! Existing blocks are NEVER removed. Limits only apply to NEW placements.

Q: Can I disable specific modules?
Yes! Set enabled: false in each module's config file, then /sb reload.

Q: How do I add a custom block to the limiter?
Add the Material name directly to the limits section:
Code (Text):

limits:
  TNT: 4
  SPAWNER: 2
 

Language Support

  • English (en_us)
  • Spanish (es_es)

Migration from Original ServerBooster

If you're upgrading from the original ServerBooster:

  1. Backup your old configuration
  2. Delete the old plugin and config folder
  3. Install this remastered version
  4. Reconfigure using the new config files

Note: Configuration format has changed significantly. Manual migration is required.

Support


Info Plugin
  • Remastered by: SrCodex
  • Built with: Kotlin, Paper API, Coroutines

Boost Your Server Today!

Made with care for the Minecraft community

License: MIT

[​IMG]
Resource Information
Author:
----------
Total Downloads: 745
First Release: Feb 1, 2026
Last Update: May 30, 2026
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings