Stop the lag machine, not the server. CircuitBreaker isolates specific chunks overflowing event checks and freezes them instantly, preserving main thread ticks.
Toggle the mock lag machine to witness CircuitBreaker's chunk-freezing mechanism in real time.
Resuming event loop in seconds
Comprehensive setup guides, command permissions, and configuration options. Click on a command row to review mechanics.
/plugins directory of your Paper server.config.yml and adjust thresholds matching your hardware specs.# CircuitBreaker Configuration File
# Core switches and monitoring parameters
# Master toggle for the anti-lag system
enabled: true
# --- Lag Detection Thresholds ---
# Number of block physics updates in 1 second (20 ticks) to register a strike
lag-threshold: 5000
# Number of strikes a chunk accumulates before being frozen
strike-limit: 3
# Minutes of clean performance before strikes are reset
strike-reset-minutes: 15
# --- Action Settings ---
# Duration (in ticks) to apply a soft reset to the chunk (200 ticks = 10s)
soft-reset-duration-ticks: 200
# Duration (in ticks) to hard freeze the chunk (6000 ticks = 5m)
# Set to -1 to freeze permanently until unfrozen by an administrator
freeze-duration-ticks: 6000
| Command | Permission | Short Description |
|---|---|---|
|
|
||
Operation MechanicsThread Execution ContextConcurrency Safety & Optimization Invariants
Time Complexity
Heap Allocations
Usage SyntaxRequired Permission Node
Interactive Console Simulator
Java Runtime
|
||
| No commands matched your query. | ||