Compatibility
Minecraft: Java Edition
1.21–1.21.5
Platforms
Creators
Details
Licensed Apache-2.0
Published 5 months ago
Updated 5 months ago
📊 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
.html
file 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.