ElytraBlocker
blocks elytra in specific worlds
ElytraBlocker
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 Join our — 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
```yaml
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 |