Skip to content
VotePipe

Plugin Commands

Admin commands for managing the VotePipe plugin

/votepipe status

Shows the current connection status and statistics.

/votepipe status Output: VotePipe Status ─────────────────── Connection: 🟢 Connected Last poll: 3 seconds ago Unclaimed votes: 2 Claimed today: 15

Status Indicators

IconStatusMeaning
🟢ConnectedPolled within 30 seconds
🟡IntermittentPolled within 5 minutes
🔴DisconnectedNo poll in 5+ minutes
NeverToken never used

/votepipe reload

Reloads the plugin configuration from disk. Use this after changing config.json.

/votepipe reload Output: ✓ Configuration reloaded ✓ Reconnecting with new settings...

/votepipe token <token>

Sets the plugin token without restarting the server. The token must start with vpt_.

/votepipe token vpt_abc123... Output (success): Setting token... Testing connection... ✓ Token saved and verified Output (failure): Setting token... Testing connection... Token saved but connection failed Check that your token is valid

Permissions

PermissionCommandsDefault
votepipe.adminAll commandsop
votepipe.status/votepipe statusop
votepipe.reload/votepipe reloadop
votepipe.token/votepipe tokenop

Next Steps