SpawnElytraCraftattack
No reviews yet
SpawnElytraCraftattack is a tool that allows you to easily define areas using commands. Within these areas, it's possible to fly elytra without owning one.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Enhances or modifies player movement, including new actions or animations.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Enhances game performance and optimizes resource usage.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Install on the client or the server — either alone gives full functionality.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description



# SpawnElytraCraftattack English Description
SpawnElytraCraftattack is a tool that allows you to easily define areas using commands. In these areas, players can fly with an Elytra without actually owning one. This allows for "Start Island"-style gameplay similar to CraftAttack, a German Minecraft streamer/Youtuber project.
The Fabric mod works on both client and server side.
Features
- Automatic Elytra Flight: Players automatically start flying with Elytra when in the air.
- Boost System: Players can trigger a boost using Sneak-Tap (default Shift), similar to a firework rocket.
- Flexible Flight Areas: Define custom flight zones – radius, box, or around the world spawn.
- Max Boosts per Area: Each Elytra area can have its own boost limit.
- Dynamic Reset: Landing, water, or riding resets boosts automatically.
- Persistent Configuration: All areas are saved in
config/elytra_areas.json. - Compatible: Supports Survival, Adventure, and Creative (Creative/Spectator is ignored).
Elytra Areas
There are three types of areas:
| Type | Description |
|---|---|
| Worldspawn | Circle around the world spawn with a configurable radius. |
| Radius | Circular area at any chosen position. |
| Box | Rectangular area defined by two corner points. |
Each area can have individual MaxBoosts to limit the number of boosts per player.
Commands
All commands require admin permissions.
Area Management
# Add an area around worldspawn
/selytra addarea <name> worldspawn <radius>
# Add a radius-based area
/selytra addarea <name> radius <x> <y> <z> <radius>
# Add a box area
/selytra addarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Edit an existing area
/selytra editarea <name> worldspawn <radius>
/selytra editarea <name> radius <x> <y> <z> <radius>
/selytra editarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Set the maximum number of boosts for an area
/selytra editmaxboosts <name> <value>
# Remove an existing area
/selytra removearea <name>
# List all defined areas
/selytra listarea
SpawnElytraCraftattack Deutsche Beschreibung
SpawnElytraCraftattack ist ein tool mitdem man einfach per Command Areas festlegen kann. In diesen Areas ist es möglich Elytra zu fliegen ohne eine zu besitzen. (es ermöglicht so eine Start Island wie bei CraftAttack ein Deutsches Streamer/Youtuber Projekt in Minecraft)
Die Fabric Mod Funktioniert Client seitig und Server seitig.
Funktionen
- Automatisches Elytra-Fliegen: Spieler starten automatisch mit Elytra, sobald sie in der Luft sind.
- Boost-System: Spieler können mit Sneak-Tap (Standard Shift) einen Boost auslösen, ähnlich einer Feuerwerksrakete.
- Flexible Flugbereiche: Definiere beliebige Flugzonen – Radius, Box oder um den Worldspawn herum.
- Maximale Boosts pro Area: Jede Elytra-Area kann eigene Boost-Limits haben.
- Dynamische Rücksetzung: Landung, Wasser oder Reiten setzt Boosts automatisch zurück.
- Persistente Konfiguration: Alle Areas werden in
config/elytra_areas.jsongespeichert. - Kompatibel: Unterstützt Survival, Adventure und Creative (Creative/Spectator wird ignoriert).
Elytra-Areas
Es gibt drei Arten von Areas:
| Typ | Beschreibung |
|---|---|
| Worldspawn | Kreis um den Weltspawn mit definierbarem Radius. |
| Radius | Kreisförmige Area an beliebiger Position. |
| Box | Rechteckige Area durch zwei Eckpunkte definiert. |
Jede Area kann individuelle MaxBoosts haben, um die Anzahl der Boosts pro Spieler zu limitieren.
Befehle
Alle Befehle erfordern Admin-Rechte.
Area Management
# Fügt eine Area um den Worldspawn hinzu
/selytra addarea <name> worldspawn <radius>
# Fügt eine radiusbasierte Area hinzu
/selytra addarea <name> radius <x> <y> <z> <radius>
# Fügt eine Box-Area hinzu
/selytra addarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Bearbeitet eine bestehende Area
/selytra editarea <name> worldspawn <radius>
/selytra editarea <name> radius <x> <y> <z> <radius>
/selytra editarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Legt die maximale Anzahl an Boosts für eine Area fest
/selytra editmaxboosts <name> <value>
# Löscht eine bestehende Area
/selytra removearea <name>
# Listet alle definierten Areas
/selytra listarea



SpawnElytraCraftattack English Description
SpawnElytraCraftattack is a tool that allows you to easily define areas using commands. In these areas, players can fly with an Elytra without actually owning one. This allows for "Start Island"-style gameplay similar to CraftAttack, a German Minecraft streamer/Youtuber project.
The Fabric mod works on both client and server side.
Features
- Automatic Elytra Flight: Players automatically start flying with Elytra when in the air.
- Boost System: Players can trigger a boost using Sneak-Tap (default Shift), similar to a firework rocket.
- Flexible Flight Areas: Define custom flight zones – radius, box, or around the world spawn.
- Max Boosts per Area: Each Elytra area can have its own boost limit.
- Dynamic Reset: Landing, water, or riding resets boosts automatically.
- Persistent Configuration: All areas are saved in
config/elytra_areas.json. - Compatible: Supports Survival, Adventure, and Creative (Creative/Spectator is ignored).
Elytra Areas
There are three types of areas:
| Type | Description |
|---|---|
| Worldspawn | Circle around the world spawn with a configurable radius. |
| Radius | Circular area at any chosen position. |
| Box | Rectangular area defined by two corner points. |
Each area can have individual MaxBoosts to limit the number of boosts per player.
Commands
All commands require admin permissions.
Area Management
# Add an area around worldspawn
/selytra addarea <name> worldspawn <radius>
# Add a radius-based area
/selytra addarea <name> radius <x> <y> <z> <radius>
# Add a box area
/selytra addarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Edit an existing area
/selytra editarea <name> worldspawn <radius>
/selytra editarea <name> radius <x> <y> <z> <radius>
/selytra editarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Set the maximum number of boosts for an area
/selytra editmaxboosts <name> <value>
# Remove an existing area
/selytra removearea <name>
# List all defined areas
/selytra listarea
SpawnElytraCraftattack Deutsche Beschreibung
SpawnElytraCraftattack ist ein tool mitdem man einfach per Command Areas festlegen kann. In diesen Areas ist es möglich Elytra zu fliegen ohne eine zu besitzen. (es ermöglicht so eine Start Island wie bei CraftAttack ein Deutsches Streamer/Youtuber Projekt in Minecraft)
Die Fabric Mod Funktioniert Client seitig und Server seitig.
Funktionen
- Automatisches Elytra-Fliegen: Spieler starten automatisch mit Elytra, sobald sie in der Luft sind.
- Boost-System: Spieler können mit Sneak-Tap (Standard Shift) einen Boost auslösen, ähnlich einer Feuerwerksrakete.
- Flexible Flugbereiche: Definiere beliebige Flugzonen – Radius, Box oder um den Worldspawn herum.
- Maximale Boosts pro Area: Jede Elytra-Area kann eigene Boost-Limits haben.
- Dynamische Rücksetzung: Landung, Wasser oder Reiten setzt Boosts automatisch zurück.
- Persistente Konfiguration: Alle Areas werden in
config/elytra_areas.jsongespeichert. - Kompatibel: Unterstützt Survival, Adventure und Creative (Creative/Spectator wird ignoriert).
Elytra-Areas
Es gibt drei Arten von Areas:
| Typ | Beschreibung |
|---|---|
| Worldspawn | Kreis um den Weltspawn mit definierbarem Radius. |
| Radius | Kreisförmige Area an beliebiger Position. |
| Box | Rechteckige Area durch zwei Eckpunkte definiert. |
Jede Area kann individuelle MaxBoosts haben, um die Anzahl der Boosts pro Spieler zu limitieren.
Befehle
Alle Befehle erfordern Admin-Rechte.
Area Management
# Fügt eine Area um den Worldspawn hinzu
/selytra addarea <name> worldspawn <radius>
# Fügt eine radiusbasierte Area hinzu
/selytra addarea <name> radius <x> <y> <z> <radius>
# Fügt eine Box-Area hinzu
/selytra addarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Bearbeitet eine bestehende Area
/selytra editarea <name> worldspawn <radius>
/selytra editarea <name> radius <x> <y> <z> <radius>
/selytra editarea <name> box <x1> <y1> <z1> <x2> <y2> <z2>
# Legt die maximale Anzahl an Boosts für eine Area fest
/selytra editmaxboosts <name> <value>
# Löscht eine bestehende Area
/selytra removearea <name>
# Listet alle definierten Areas
/selytra listarea
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources