Token SMP — Permissions
All permission nodes for players and admins.
Player Permissions
| Permission |
Description |
Default |
token.use |
Basic token usage (equip, withdraw, trust, status) |
true |
token.equip |
Allows equipping tokens |
true |
token.withdraw |
Allows withdrawing equipped tokens as items |
true |
token.trust |
Allows trusting/untrusting other players |
true |
token.status |
Allows viewing SMP and token status |
true |
Admin Permissions
| Permission |
Description |
Default |
token.* |
All Token SMP permissions |
op |
token.admin |
Full administrative access (includes all admin children) |
op |
token.start |
Allows starting the SMP sequence |
op |
token.reset |
Allows resetting SMP state |
op |
token.reload |
Allows reloading plugin configuration |
op |
token.give |
Allows giving tokens to players |
op |
token.worldborder.admin |
Allows managing world border settings |
op |
token.graceperiod.admin |
Allows managing grace period (skip, reload) |
op |
Permission Hierarchy
token.*
├── token.admin
│ ├── token.start
│ ├── token.reset
│ ├── token.reload
│ ├── token.give
│ ├── token.worldborder.admin
│ └── token.graceperiod.admin
└── token.use
├── token.equip
├── token.withdraw
├── token.trust
└── token.status