Configuration
This page details all configuration options available in the Spawn Elytra plugin.
Configuration File
The main configuration file is located at plugins/CraftAttackSpawnElytra/config.yml.
Basic Settings
Activation Mode
# double_jump: Player needs to double-press space
# auto: Automatically activates when conditions are met
activation_mode: double_jumpSpawn Area Mode
# auto: Uses the world spawn point
# advanced: Uses custom coordinates
mode: autoWorld and Radius
# The world where the feature is enabled
world: world
# Radius around spawn (only used in auto mode)
radius: 100Height Restriction
Advanced Spawn Configuration
When using mode: advanced, you can define a custom rectangular area:
If all x2, y2, z2 are set to 0, the plugin uses radius-based area instead.
Boost Configuration
Boost Modes Explained
forward: Boosts in the direction player is looking
upward: Boosts straight up
combined: Combines forward and upward boost
Sound Effects
Popular alternatives:
ENTITY_FIREWORK_ROCKET_BLASTITEM_ELYTRA_FLYINGENTITY_ENDER_DRAGON_FLAP
Particle Effects
Available particles: Bukkit Particle Types
Language Settings
Creative Mode
Messages Configuration
Complete Example Configuration
Configuration Tips
Performance: Larger areas and more particles can impact performance
Balancing: Adjust boost strength based on your server's needs
Testing: Use
/spawnelytra reloadto test changes without restartingBackups: The plugin automatically backs up config during updates
Color Codes
Messages support color codes:

Troubleshooting Config Issues
Changes not applying: Use
/se reloador restart the serverInvalid values: Check console for error messages
Missing options: Delete config.yml to regenerate with defaults
Syntax errors: Use a YAML validator online
See Also
Commands - Command reference
Permissions - Permission nodes
Language Support - Localization options
Last updated