Permissions
This page details all permission nodes available in the Spawn Elytra plugin.
Permission Nodes
spawnelytra.admin
Access to admin commands
OP
spawnelytra.use
Allows using elytra in spawn
true
spawnelytra.useboost
Allows using the boost feature
true
Detailed Permission Information
spawnelytra.admin
Description: Grants access to administrative commands
Commands Affected:
/spawnelytra reload
Default: Operators only
Usage Example:
permissions:
spawnelytra.admin:
description: Allows access to admin commands
default: opspawnelytra.use
Description: Allows players to activate and use the invisible elytra
Features Affected:
Double-jump activation
Automatic activation
Basic flight capability
Default: All players
Usage Example:
spawnelytra.useboost
Description: Allows players to use the boost feature while flying
Features Affected:
Pressing F key to boost
All boost modes (forward, upward, combined)
Default: All players
Usage Example:
Permission Setup Examples
Basic Setup (Default)
Most servers can use the default permissions:
Restricted Access
For VIP-only elytra access:
Boost-Only Restriction
Allow everyone to fly, but only VIPs can boost:
Staff Configuration
Full access for staff members:
Integration with Permission Plugins
LuckPerms
PermissionsEx
GroupManager
Permission Checking
The plugin checks permissions at these points:
On Activation Attempt
Checks
spawnelytra.usebefore allowing flight
On Boost Attempt
Checks
spawnelytra.useboostwhen player presses F
On Command Execution
Checks
spawnelytra.adminfor reload command
Wildcard Permissions
Some permission plugins support wildcards:
Note: This grants all current and future permissions from the plugin.
Permission Inheritance
Most permission plugins support inheritance:
Troubleshooting Permissions
Common Issues
Players can't use elytra
Check if they have
spawnelytra.useVerify they're in the spawn area
Ensure they're not in creative mode
Boost not working
Check
spawnelytra.useboostpermissionConfirm they're already flying
Check if boost is on cooldown
Commands not working
Verify
spawnelytra.adminpermissionCheck for typos in permission nodes
Ensure permission plugin is working
Debug Commands
Test permissions with your permission plugin:
Best Practices
Start Simple: Use default permissions initially
Test Thoroughly: Check permissions with test accounts
Document Changes: Keep track of custom permission setups
Use Groups: Manage permissions through groups, not individual players
Regular Reviews: Periodically review permission configurations
See Also
Commands - Commands affected by permissions
Configuration - Plugin configuration options
Getting Started - Basic usage guide
Last updated