
Spurks
A plugin for monitoring server load, plugins, and datapacks with results displayed either in logs or on a webpage.
266
5
📊 Spurks — Plugin and Datapack Load Profiler
A lightweight and user-friendly tool for real-time server performance analysis. Similar to Spark, but focused on plugins and datapacks, with detailed tick-based load insights.
⚙️ Features:
-
🎛 Per-tick load analysis for plugins and datapacks
-
📁 Two result saving modes:
- Log — saves data as plain text (
.txt) - Site — generates a full interactive website with charts and navigation
- Log — saves data as plain text (
📌 Commands:
| Command | Description |
|---|---|
/spurks start none | Starts analysis with no time limit |
/spurks start time | Starts analysis with a time limit |
/spurks stop | Stops analysis and saves the result |
/spurks paste | Opens the site or outputs the log |
/spurks reload | Reloads the plugin configuration |
🔐 Permissions:
spurks.spurks— access to all commands (default: operators only)
🔍 Save Format Comparison:
🌐 Site (Web Report):
Pros:
- Search and sort capabilities
- Multiple chart types
- Easy navigation
- Clean user interface
Cons:
- May not work on some hosts
(but you can open the
.htmlfile manually)
📄 Log (Text Report):
Pros:
- Small file size
- Immediate access to raw data
- Works everywhere
Cons:
- No visual formatting
- Harder to read in large files
🔧 This plugin is perfect for performance testing, identifying lag caused by plugins or datapacks, and debugging custom mechanics.