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 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 validPermissions
| Permission | Commands | Default |
|---|---|---|
| votepipe.admin | All commands | op |
| votepipe.status | /votepipe status | op |
| votepipe.reload | /votepipe reload | op |
| votepipe.token | /votepipe token | op |