Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Elytra Disabled
PluginMIT

Elytra Disabled

Disable Elytra in worlds and configure it however you like.

184
Downloads
3
Followers
4 months ago
Updated
📦
3
Versions
game-mechanicsmanagementutilitypaperspigot
Download Latestv1.1.1View on Modrinth

📖About Elytra Disabled

Elytra Disabled

elytra-disabled

ElytraDisabled - A comprehensive solution for controlling elytra usage on your server. The plugin completely disables elytra in specified worlds, providing maximum protection against bypasses.

Features:

  • Complete blocking of equipping and flying with elytra
  • Auto-removal when entering restricted worlds
  • Advanced anti-bypass protection with tick-by-tick monitoring
  • Smart cooldown-based notifications to prevent spam
  • Multi-language support (English, Russian, Ukrainian)
  • Configurable sound effects for blocked actions
  • Protection against dispenser armor equip exploits
  • Optimized performance with efficient cooldown management

Perfect for servers that value fair gameplay, stability, and absolute control over elytra mechanics. ElytraDisabled ensures predictable player behavior and eliminates any possibility of unwanted flight exploits.

Main config

config.yml
# ===================================================
# ElytraDisabled - Основные настройки / Main Settings
# ===================================================

settings:
  # Включить плагин? / Enable plugin?
  enable_plugin: true

  # Проверять наличие обновлений плагина при запуске
  # Check for plugin updates on startup
  check_updates: true

  # Язык плагина (ru, en, ua) / Plugin language (ru, en, ua)
  # ru - русский, en - english, ua - українська
  language: en

  # Кулдаун между сообщениями игроку (в миллисекундах)
  # 3000 = 3 секунды, чтобы не спамить при повторных попытках
  # Cooldown between messages to player (in milliseconds)
  # 3000 = 3 seconds, to avoid spam on repeated attempts
  message_cooldown: 3000

  # Список миров, где запрещены элитры
  # List of worlds where elytra is disabled
  disable_in_worlds:
    - world_the_end

  # Запретить надевание элитр в запрещённых мирах
  # Если false - игроки смогут носить элитры, но не смогут летать
  # ВАЖНО: Для работы при false необходимо также установить force_unequip_on_enter: false
  #
  # Prevent equipping elytra in disabled worlds
  # If false - players can wear elytra but cannot glide
  # IMPORTANT: For this to work when false, you must also set force_unequip_on_enter: false
  prevent_equip: true

  # Автоматически снимать элитры при входе в запрещённый мир
  # Automatically remove elytra when entering disabled world
  force_unequip_on_enter: true

  # Останавливать активный полёт на элитрах в запрещённых мирах
  # Stop active elytra flight in disabled worlds
  stop_existing_glide: true

  # Грубый анти-байпас: проверять каждый тик (может нагружать сервер)
  # true - максимальная защита (проверка каждый тик), false - экономия производительности
  # Rough anti-bypass: check every tick (may affect server performance)
  # true - maximum protection (check every tick), false - performance saving
  check_every_tick: true

  # Воспроизводить звук при блокировке элитр
  # Play sound when elytra is blocked
  play_sound: true

  # Тип звука (список звуков: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
  # Sound type (sound list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
  # Популярные варианты / Popular options:
  # - ENTITY_VILLAGER_NO
  # - BLOCK_ANVIL_LAND
  # - ENTITY_ENDERMAN_TELEPORT
  # - BLOCK_NOTE_BLOCK_BASS
  sound_type: "ENTITY_VILLAGER_NO"

permissions:
  # Игроки с этим пермишеном могут использовать элитры в любых мирах
  # Players with this permission can use elytra in any worlds
  bypass: "elytradisabled.bypass"

Other config

en.yml
# Message when trying to equip elytra
equip_blocked: '&cYou cannot equip elytra in this world!'

# Message when trying to glide
glide_blocked: '&cElytra flying is disabled in this world!'

# Message when elytra is automatically removed
removed_on_enter: '&eYour elytra has been removed upon entering this world.'

# Messages when reloading plugin
reload_success: '&a&l[ElytraDisabled]&r &aConfiguration successfully reloaded!'
reload_error: '&c&l[ElytraDisabled]&r &cError reloading configuration!'

# Command help message
help_reload: '&e/elytra-disabled reload &8- &7Reload configuration'

# No permission message
no_permission: '&cYou don''t have permission to use this command!'

Video

👥 Team & Contributors

Krint
KrintOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.181.18.11.18.21.191.19.11.19.21.19.31.19.4+18 more

🔗 Links

Modrinth Page