Skip to content

Server Optimizations

github-actions[bot] edited this page Aug 23, 2026 · 2 revisions

Optimizing your Slimefun Legacy Server

Modern Slimefun performance work should be evidence-driven. Avoid blindly lowering global settings before identifying what is actually consuming tick time.

Start with the maintained Legacy guide:

➡️ Server Performance

Pay particular attention to dense machine areas, Cargo networks, addon tickers, chunk loading, entity-heavy builds and cross-plugin automation. Slimefun Legacy includes runtime isolation and diagnostic tooling that can help distinguish a failing machine callback from general server load.

Clone this wiki locally