-
Notifications
You must be signed in to change notification settings - Fork 2
3. Commands
This guide covers all available commands and permissions for ServerPulse across all supported platforms: Bukkit/Paper, Velocity, and Fabric.
Command | Description | Permission |
---|---|---|
/serverpulse status | Check connection status with InfluxDB | serverpulse.status |
/serverpulse reload | Reload plugin configuration | serverpulse.reload |
Permissions work with any permission plugin compatible with Bukkit/Paper, including:
- LuckPerms
- PermissionsEx
- GroupManager
Operators (players with op status) automatically have all permissions.
Permissions work with Velocity's built-in permission system or any compatible permission plugin like:
- LuckPerms for Velocity
Fabric uses the Fabric Permissions API (included with ServerPulse). This is compatible with:
- LuckPerms (when used with the Fabric Permissions API adapter)
- Default server operator system (level 2+)
To give a group access to check status:
/lp group admin permission set serverpulse.status true
To give a specific player reload permission:
/lp user username permission set serverpulse.reload true
Bukkit/Paper and Fabric:
/serverpulse status
Response:
[ServerPulse] Connected to InfluxDB.
Velocity:
/spv status
Response:
[ServerPulse] Connected to InfluxDB.
Bukkit/Paper and Fabric:
/serverpulse reload
Response:
[ServerPulse] Configuration reloaded.
Velocity:
/spv reload
Response:
[ServerPulse] Configuration reloaded.
All commands can be run from the server console without permission restrictions.
- In Velocity, you can use
/spv
as a short form of/serverpulsevelocity
- Bukkit/Paper and Fabric do not have command aliases by default
If you experience permission issues:
- Ensure the user has the correct permission node
- For Fabric servers, make sure Fabric Permissions API is properly loaded
- Check if your permission plugin is loading correctly
- Verify the user has the correct permission group assignments
- For Bukkit/Paper, ensure the plugin is correctly registered in the permission system
Future releases may include additional commands such as:
- Real-time metrics display in chat
- On-demand metric collection
- Dashboard access links