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: 15Status Indicators
| Icon | Status | Meaning |
|---|---|---|
| 🟢 | Connected | Polled within 30 seconds |
| 🟡 | Intermittent | Polled within 5 minutes |
| 🔴 | Disconnected | No poll in 5+ minutes |
| ⚪ | Never | Token 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 test
Sends a test poll to verify connectivity with VotePipe servers.
/votepipe test
Output (success):
✓ Connection test successful
Response time: 45ms
Unclaimed votes: 0
Output (failure):
✗ Connection test failed
Error: Invalid plugin tokenPermissions
| Permission | Commands | Default |
|---|---|---|
| votepipe.admin | All commands | op |
| votepipe.status | /votepipe status | op |
| votepipe.reload | /votepipe reload | op |
| votepipe.test | /votepipe test | op |