All Permissions
Below is a comprehensive list of all permissions available in SPxTeam Duels.
| Permission | Description | Default |
|---|---|---|
teamduels.use |
Allows using basic team duel commands (create, invite, join, leave, duel, accept) | true |
teamduels.admin |
Allows access to all admin commands (resetwand, savearena) | op |
teamduels.wand |
Allows getting and using the arena spawn wand | op |
teamduels.createarena |
Allows creating new arenas | op |
teamduels.deletearena |
Allows deleting existing arenas | op |
teamduels.arenalist |
Allows viewing the arena list | op |
teamduels.testgui |
Allows using the /teamduels testgui command for debugging | op |
Recommended Permission Groups
Here are some recommended permission setups for different player ranks:
Default Players
# LuckPerms example
/lp group default permission set teamduels.use true
This gives all players access to basic team duel features.
Moderators
# LuckPerms example
/lp group moderator permission set teamduels.use true
/lp group moderator permission set teamduels.arenalist true
Moderators can use duels and view arena status.
Administrators
# LuckPerms example
/lp group admin permission set teamduels.admin true
Or grant all permissions individually:
/lp group admin permission set teamduels.use true /lp group admin permission set teamduels.wand true /lp group admin permission set teamduels.createarena true /lp group admin permission set teamduels.deletearena true /lp group admin permission set teamduels.arenalist true
Compatible Permission Plugins
SPxTeam Duels works with all major permission plugins:
- LuckPerms - Recommended, most feature-rich
- PermissionsEx - Classic choice
- GroupManager - Simple and effective
- UltraPermissions - GUI-based management
- Vault - Works with any Vault-compatible plugin
Tip: If you're not using a permission plugin, only OPs will have admin permissions by default.
Wildcard Permissions
You can use wildcard permissions to grant all SPxTeam Duels permissions at once:
# Grant all permissions
/lp user PlayerName permission set teamduels.* true
Warning: Be careful with wildcard permissions! Only grant teamduels.* to trusted administrators.