Configuration
All settings live in plugins/SigmaClearLag/config.yml. Apply changes with /lag reload.
Full Config Referenceโ
Scheduleโ
schedule-interval: 300 # seconds between automatic clears (default: 5 minutes)
warning-times: [60, 30, 10, 5] # seconds before clear to broadcast warnings
chunks-per-tick: 20 # chunk scan throughput per scheduler tick (Paper only)
| Key | Default | Description |
|---|---|---|
schedule-interval | 300 | Seconds between auto-clears |
warning-times | [60, 30, 10, 5] | Warning broadcast thresholds |
chunks-per-tick | 20 | Chunk scan rate โ ignored on Folia |
Sweep Actionsโ
sweep:
items: true # Remove dropped item entities
xp-orbs: true # Remove experience orbs
projectiles: true # Remove most projectiles (Tridents excluded by default)
mobs: true # Enforce per-chunk and global mob limits
vehicles: true # Remove excess minecarts
Item Whitelistโ
Items listed here are never cleared, even when sweep.items: true.
item-whitelist:
- DIAMOND
- NETHERITE_INGOT
- ELYTRA
- TOTEM_OF_UNDYING
- NETHERITE_SCRAP
- DIAMOND_SWORD
Add any material name in uppercase MATERIAL_NAME format.
Entity Protectionโ
protection:
named-entities: true # Entities with a custom name tag are protected
tamed-mobs: true # Tamed wolves, cats, horses, etc.
villagers: true # All villager variants (including wandering traders)
armor-stands: true # Armor stands
leashed-entities: true # Any entity currently on a leash
ridden-entities: true # Any entity a player is currently riding
Per-Chunk Mob Limitsโ
Applied during sweeps โ excess mobs are removed until within limits.
per-chunk-limits:
default-mob-max: 30
specific:
ZOMBIE: 10
SPIDER: 8
CREEPER: 5
PHANTOM: 4
Global Mob Capsโ
Server-wide caps regardless of chunk distribution.
global-limits:
ZOMBIE: 300
SKELETON: 200
SPIDER: 150
CREEPER: 100
PHANTOM: 50
SLIME: 100
ENDERMAN: 100
Vehicle Limits (Per-Chunk)โ
vehicle-limits:
MINECART: 10
CHEST_MINECART: 5
HOPPER_MINECART: 5
Messagesโ
messages:
warning: "&c[ClearLag] &eClearing entities in &a{time} &eseconds!"
cleared: "&c[ClearLag] &eCleared &a{count} &eentities!"
info: "&6Next clear in: &a{time} seconds"
Placeholders: {time} โ seconds remaining / until next clear, {count} โ entities removed.
PlaceholderAPIโ
| Placeholder | Returns |
|---|---|
%sigmaclearlag_countdown% | Seconds until next auto-clear |