You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,19 @@ ServerPulse is an **open-source**, real-time performance monitoring tool for Min
22
22
23
23
-**Goal:** Provide an extensible, lightweight plugin to gather server metrics and store them in InfluxDB for visualization with Grafana.
24
24
-**Tech stack:**
25
-
- Java (plugin) → InfluxDB
25
+
- Java (plugin/mod) → InfluxDB
26
26
- Grafana dashboard (preconfigured via provisioning)
27
27
- Discord alerts for key server metrics
28
28
- Docker Compose (for InfluxDB & Grafana setup)
29
29
30
30
## 🌟 Platform Support
31
31
32
-
ServerPulse now supports **all Minecraft server platforms** in the Bukkit/Paper ecosystem:
32
+
ServerPulse now supports **all Minecraft server platforms** in the ecosystem:
33
33
34
34
-**Bukkit/Spigot**: Full support with custom TPS monitoring implementation
35
35
-**Paper and its forks** (Purpur, Pufferfish, etc.): Enhanced support with native TPS monitoring
36
36
-**Velocity**: Support for Velocity proxy servers (ofc TPS and world metrics are not available)
37
+
-**Fabric**: Support for Fabric servers (latest versions of Fabric API and Minecraft)
37
38
38
39
The plugin automatically detects your server platform and uses the most efficient implementation available for that environment.
39
40
@@ -42,7 +43,7 @@ The plugin automatically detects your server platform and uses the most efficien
42
43
ServerPulse isn't just another metrics exporter - it offers several unique advantages:
43
44
44
45
-**Complete Monitoring Stack** - Fully integrated solution with InfluxDB (optimized for time-series data) and pre-configured Grafana dashboards
45
-
-**Universal Platform Support** - Works with any Bukkit-basedand Velocity server while taking advantage of Paper-specific optimizations when available
46
+
-**Universal Platform Support** - Works with any Bukkit-based, Velocity and Fabric server while taking advantage of Paper-specific optimizations when available
46
47
-**Per-World Analytics** - Track entity counts, chunk loading, and performance metrics separately for each world
47
48
-**Flexible Tagging System** - Group and filter metrics by server, network, region, or any custom dimension through simple configuration
0 commit comments