Skip to main content

Quickstart

Get SigmaClearLag running in 3 steps.

Prerequisitesโ€‹

  • Paper or Spigot 1.21+ server
  • Java 21+
  • (Optional) PlaceholderAPI for countdown placeholder

Step 1 โ€” Installโ€‹

  1. Drop SigmaClearLag.jar into your plugins/ folder
  2. Restart your server

Console output:

[SigmaClearLag] Plugin enabled successfully!

The default config is generated at plugins/SigmaClearLag/config.yml.

Step 2 โ€” Review Default Settingsโ€‹

The defaults are sensible for most servers. Review these key values:

schedule-interval: 300        # 5-minute cleanup cycle
warning-times: [60, 30, 10, 5] # warnings in seconds before clear

sweep:
items: true
xp-orbs: true
mobs: true
vehicles: true

If you have item drops you want to protect, add them to the item whitelist:

item-whitelist:
- DIAMOND
- NETHERITE_INGOT
- ELYTRA
- TOTEM_OF_UNDYING

Step 3 โ€” Testโ€‹

Run a manual clear to confirm everything works:

/lag clear

Check chat โ€” players should see the cleanup message and a report of what was removed.

Quick Config Referenceโ€‹

SettingDefaultPurpose
schedule-interval300Seconds between auto-clears
warning-times60, 30, 10, 5Warning countdown points
item-whitelistSeveralItems never cleared
chunks-per-tick20Scan throughput (Paper only)

Next Stepsโ€‹