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_jump

Spawn Area Mode

# auto: Uses the world spawn point
# advanced: Uses custom coordinates
mode: auto

World and Radius

# The world where the feature is enabled
world: world

# Radius around spawn (only used in auto mode)
radius: 100

Height 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_BLAST

  • ITEM_ELYTRA_FLYING

  • ENTITY_ENDER_DRAGON_FLAP

Particle Effects

Available particles: Bukkit Particle Types

Language Settings

Creative Mode

Messages Configuration

Complete Example Configuration

Configuration Tips

  1. Performance: Larger areas and more particles can impact performance

  2. Balancing: Adjust boost strength based on your server's needs

  3. Testing: Use /spawnelytra reload to test changes without restarting

  4. Backups: The plugin automatically backs up config during updates

Color Codes

Messages support color codes:

Source

Troubleshooting Config Issues

  • Changes not applying: Use /se reload or restart the server

  • Invalid values: Check console for error messages

  • Missing options: Delete config.yml to regenerate with defaults

  • Syntax errors: Use a YAML validator online

See Also

Last updated