Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 4 months ago
ElytraBlocker – World-Based Elytra & Firework Boost Control
ElytraBlocker lets server admins block Elytra usage and firework boosts in specific worlds, with immune permissions and hot-reload via /elytrablocker reload.
Join our Discord — discover other cool plugins, suggest new features, or get help with configurations.
Features ✨
-
Elytra Blocking
Disable Elytra flight in designated worlds. -
Firework Boost Blocking
Prevent firework-powered boosts where you don’t want them. -
Immune Permissions
Grant bypass permissions for trusted players (elytraBlocker.immune,fireworkBoostBlocker.immune). -
Per-World Configuration
Specify exactly which worlds block Elytra and/or firework boosts. -
Hot Reload
Reload the plugin config on-the-fly with/elytrablocker reload.
Main config (config.yml) ⚙️
config.yml
# Join our discord - https://discord.gg/YGzA4UxzFB you can find other cool plugins there.
# Permissions
# "elytraBlocker.reload" - permission required to use "/elytrablocker reload" command
elytra:
# enable/disable elytra blocking
doBlock: false
# if player has this permission, elytra will not be blocked, even if doBlock is true
immunePermission: "elytraBlocker.immune"
# worlds where elytra is blocked
blockedWorlds:
# - "world"
# - "world_nether"
# - "world_the_end"
fireworkBoost:
# enable/disable firework boost blocking
doBlock: false
# if player has this permission, firework boost will not be blocked, even if doBlock is true
immunePermission: "fireworkBoostBlocker.immune"
# worlds where firework boost is blocked
blockedWorlds:
# - "world"
# - "world_nether"
# - "world_the_end"
# supports MiniMessage
usage: "<red>✘ <white>Usage: /elytrablocker reload"
noPermissionToReload: "<red>✘ <white>You don't have permission to reload Config!"
configReloaded: "<green>✔ <white>Config reloaded!"
Permissions 🔐
| Permission Node | Description |
|---|---|
elytraBlocker.immune |
Bypass Elytra blocking |
fireworkBoostBlocker.immune |
Bypass firework boost blocking |
elytraBlocker.reload |
Allows reloading the plugin config |
Commands 📟
| Command | Description |
|---|---|
/elytrablocker reload |
Reload the plugin configuration |



