PLATFORM GUIDE / SPIGOT
THE FAMILIAR BASELINE
Running Sculk on Spigot.
Spigot is the established Bukkit-compatible server runtime. It is a practical choice for servers that value a conventional plugin environment and broad compatibility with older plugins.
RUNTIME PROFILE
What changes when this is your server runtime.
- PLUGIN MODEL
- Most Bukkit and Spigot plugins target this API shape, so it is the compatibility baseline many server owners recognise.
- THREADING MODEL
- Gameplay logic normally assumes the main server thread. Plugins should avoid expensive work in event handlers.
- CHOOSE IT WHEN
- You want the conventional setup and your priority is running an established collection of plugins together.
BEFORE GOING LIVE
Validate the stack, then enforce.
- 01Use the server build that matches your Minecraft version.
- 02Start Sculk on a staging server when adding movement, combat, or packet-altering plugins.
- 03Review alerts before enabling automated punishments on an existing player base.