Описание
# Disable Elytra Outside The End
The mod does what it says in the name
## PORTING
Before asking for port to newer versions, check is it not working already. Mojang removed deobfuscation in >26.1, so 26.1.1 build should work on newer versions.
## Features
- Disable elytra flight or firework boosting outside selected dimensions
- Configure everything via config file or the `/deote` command (GUI available in singleplayer/LAN)
- Customize allowed dimensions and whitelist flight items (Curios supported)
- Customize warning messages
- Prevent players without the mod from joining the server
## Configuration
List of all available configuration entries:
| Option | Description |
|--------|-------------|
| `workingMode` | `FLYING`, `FIREWORKS`, or `NONE` |
| `dimensionList` | Dimensions where restrictions are disabled |
| `itemList` | Items that allow unrestricted flight when present in the player's inventory |
| `warningMessageEnabled` | Enables warning messages |
| `flightDisabledMessage` | Message shown when gliding is blocked |
| `fireworksDisabledMessage` | Message shown when firework boosting is blocked |
| `modRequired` | Prevent players without this mod from joining the server |
| `modRequiredMessage` | Server kick message shown to players without the mod |
TODO:
- [ ] Spigot/Paper plugin (why not)
> I'm not planning to backport mod to