LagBuster Plugin — Setup & Guide

A minimal, lightweight Minecraft Spigot/Bukkit plugin to help reduce lag by auto-cleaning dropped items and providing TPS checks.

1. What LagBuster Does

2. Installation

  1. Build the plugin with Maven: mvn package.
  2. Copy the generated JAR from target/novaannouncer-1.0.0.jar to your server's plugins/ folder.
  3. Start or restart your server.
  4. On first run, LagBuster will create a config file at plugins/LagBuster/config.yml.

3. Configuration

The config file is located at:

plugins/LagBuster/config.yml

By default, it contains:

# LagBuster configuration
# All times are in server ticks (20 ticks = 1 second).

# How often the plugin will auto-clear dropped items (in ticks).
# Set to 0 to disable auto-clearing.
clearIntervalTicks: 6000

# Maximum number of dropped item entities allowed before clear is triggered.
# If the number of dropped items is above this threshold, they will be cleared.
maxDroppedItems: 120

# Whether to also clear passive mobs (e.g., animals) when /lagclear all is used.
# This does not run automatically.
clearMobsWithAll: true

# Log extra debug info to the server log.
debug: false

4. Commands

Permissions:

5. Notes

6. Extending LagBuster

Want extra features? Some ideas that pair well with LagBuster: