A simple, open-source Minecraft plugin, known from Craft Attack. With the Spawn Elytra plugin, you can fly away from the spawn area by pressing a single key (F)! Easily configure the spawn location, radius, and other settings through the config file. Unlike many other plugins, this one is fully anti-cheat safe, meaning players will not get flagged by anti-cheat systems while using the flight feature.
 
 Join my Discord for quick support: 
Discord Server
 
 
Features:
 
 
 
 - Flight from Spawn Area: Press F to instantly fly away from the spawn area.
- Customizable Radius: Set the radius where the Spawn Elytra will be effective.
- Anti-Cheat Safe: Fully compatible with anti-cheat systems. Players will not get flagged for using the flight feature.
- Easy Configuration: Define spawn position and radius directly in the YAML configuration.
 
 - Download the plugin file.
- Place the .jar file into your server's plugin folder.
- Restart your server or reload the plugin using /restart.
 
 
  Code (YAML):
 
 
 
  #The Location of your Spawn
  
 spawnx
  : 0
  
 spawny
  : 100
  
 spawnz
  : 0
  
 
  #The Radius this SpawnElytra will be effective
  
 radius
  : 50
  
 
  #The World it will be effective
  
 world
  : 'world'
  
 
  #If the y coord will be ignored when checking if the player is in the spawn radius
  
 ignoreYLevel
  : false
  
 
  #Toggle the Chat Messages from the Plugin
  
 messages:
  
   enabled
  : true
  
   tooltip
  : true