


# 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.
config/elytra_areas.json.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.
All commands require admin permissions.
# 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 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.
config/elytra_areas.json gespeichert.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.
Alle Befehle erfordern Admin-Rechte.
# 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