Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 7 months ago
ElytraShahed
ElytraShahed is a Paper plugin that turns Elytra pilots into controllable âShahedâ kamikaze drones with configurable blast power, gives defenders an instantârecharging antiâair AAâGun, and adds a clean reactive boost for midâair thrust. Itâs perfect for events, minigames, raids, and chaotic PvP/PvE moments.
- GitHub (source, issues, releases): https://github.com/pon4ikisdonut/ElytraShahed
- Modrinth: https://modrinth.com/plugin/elytrashahed
Table of Contents
- Why Use
- Features
- Installation Guide
- Commands
- Permissions
- Configuration
- Compatibility
- Use Cases
- Reporting Issues
- Support Development
Why Use
- Make Elytra combat actually thrilling: touch anything â boom.
- Give the ground a fair answer: AAâGun with automatic recharge.
- Provide configurable ârocket thrustâ without extra entities or lag.
- Keep balance in check with strict permissions and config caps.
Features
-
Shahed Mode with Precise Collisions
/shahed [scale]arms a TNT âhelmetâ. Any contact with blocks, entities, or firework hits triggers an immediate explosion.- Accurate hitbox checks (BoundingBox/VoxelShape) â no ghosting, no missed hits.
- Explosion power = base Ă scale, clamped by
max-shahed-power. - Original helmet is restored on disable, death, or logout.
- Consumes TNT equal to
scale(Creative does not consume).
-
AAâGun (AntiâAir)
/aagungrants an unbreakable âAAâGunâ crossbow preloaded with a powerful red firework.- Automatically recharges after each shot â always ready for the next target.
- Great for shooting down flying Shaheds.
-
Reactive Boost
- Rightâclick the configured item (default
NETHERITE_SCRAP) while gliding to gain sustained forward thrust. - No extra entities â just pure velocity; strength is configurable.
- Requires
elytrashahed.reactive; consumes the item (not in Creative).
- Rightâclick the configured item (default
-
Localization and Rich Logging
- Languages:
ru,en,uk,pl,de,kk,es(switch in config). - Logs key actions: activations, explosions, AAâGun deliveries, boosts, config reloads â handy for moderation.
- Languages:
Installation Guide
- Download the latest JAR from Modrinth or GitHub Releases.
- Drop it into your serverâs
plugins/folder. - Start the server. A default
config.ymlwill be generated and startup info (language, max power, boost item/power) will be logged. - Quick test: run
/shahed 3, start gliding, clip a block â you should explode and get your original helmet back.
Commands
| Command | Description | Permission | Default |
|---|---|---|---|
/shahed [scale] |
Toggle Shahed mode or set explosion power | elytrashahed.shahed |
OP |
/aagun |
Receive the instantârecharging AAâGun | elytrashahed.aagun |
OP |
/elytrareload |
Reload the plugin configuration | elytrashahed.reload |
OP |
Permissions
elytrashahed.shahedâ Control Shahed mode (activate/change scale).elytrashahed.aagunâ Receive AAâGun crossbow.elytrashahed.reactiveâ Use reactive boost item.elytrashahed.reloadâ Reload configuration.
Grant to players via your permissions plugin to open access beyond OPs.
Configuration
Generated at plugins/ElytraShahed/config.yml:
language: ru # ru, en, uk, pl, de, kk, es
max-shahed-power: 16 # clamps explosion scale for /shahed
reactive-boost-item: NETHERITE_SCRAP
reactive-boost-power: 3
- Apply config changes live with
/elytrareload.
Compatibility
- Server: Paper 1.21.x
- Folia: supported
- Java: 21+
- Dependencies: none (single JAR)
- Bukkit/Spigot are untested. Older Paper not officially supported.
Use Cases
- âRaid Nightâ: allow a few pilots to use
elytrashahed.shahed(capmax-shahed-power), arm defenders with AAâGun for intense air battles. - Minigame âShahed vs. AAâ: attackers fly with limited TNT; defenders hold AAâGun.
- PvP servers: keep only the mobility boost behind
elytrashahed.reactive, enable Shahed during special events.
Reporting Issues
- GitHub Issues: https://github.com/pon4ikisdonut/ElytraShahed/issues
- Please include:
- Server type/version (Paper/Folia), Java version
- Your plugin list (if you suspect conflicts)
config.ymland relevant logs (activations/explosions/reloads)
Support Development
If you enjoy ElytraShahed and want to help keep updates coming:


