promotional bannermobile promotional banner

Elytra not an Armor

a simple addons that make elytra be able to put on back accessories slot with novelty API

Elytra not an Armor is a simple addon that allows players to use elytra in the back accessories slot using Novelty addon.

Note

Please note that this addon does not use Minecraft flight mechanics; it only simulates the flight physics to make it look like using elytra. It doesn't same with the basic flight mechanic, but it's similar with some differences.

 

For Developer

Using this addon as dependencies for your addons can make developers create custom elytra by defining custom tags in the item tags component called "flight:enable_flight" or using a custom scriptevent command to add a player custom tag to trigger flight, or registeringa  custom chestplate item to the world but it only registered on the memory so you should registering at the first world loaded or using tick function commands but I doesn't recommended it

Example code: 
using item tags component

so the tags you should add is "flight:enable_flight" to make it like elytra

Example:

{
    "format_version": "1.21.30",
    "minecraft:item": {
        "description": {
            "identifier": "test:elytra",
            "menu_category": {
                "category": "equipment"
            }
        },
        "components": {
            "minecraft:icon": "elytra",
            "minecraft:wearable": {
                "protection": 0,
                "slot": "slot.armor.chest"
            },
            "minecraft:durability": {
                "damage_chance": {
                  "min": 20,
                  "max": 100
                },
                "max_durability": 15
            },
            "minecraft:max_stack_size":  1,
            "minecraft:tags": {
                "tags": [
                    "flight:enable_flight"
                ]
            }
        }
    }
}
using commands
command list
/scriptevents ena:register_chestplate <item identifier : string>
this command is to registering item to script

/scriptevents ena:remove_chestplate <item identifier : string>
this command is to remove registered item to script

/scriptevents ena:register_tagchestplate <string>
this command is to registering custom player tag to script

/scriptevents ena:remove_tag <string>
this command is to remove registered custom tag to script

Example:

/scriptevents ena:register_chestplate test:elytra
/scriptevents ena:register_tag flight_tag_test

The Elytra not an Armor Team

profile avatar
Owner
  • 568
    Followers
  • 14
    Projects
  • 4.6M
    Downloads

More from qduoubpView all

  • UI Queue project image

    UI Queue

    • 420.4K
    • Scripts

    UI queue is a script that transforms the title command into a custom UI prompt. This script is created for preventing overlapping displayed titles that can break custom UI .

    • 420.4K
    • March 19, 2026
    • Scripts
  • Novelty API project image

    Novelty API

    • 360.4K
    • Addons

    Novelty is a small addons that add 24 additional equipment slot to player.

    • 360.4K
    • March 19, 2026
    • Addons
  • Magnificent Minimap project image

    Magnificent Minimap

    • 725.2K
    • Addons

    Magnificent Minimap is a realtime, responsive, and configurable minimap addon.

    • 725.2K
    • February 5, 2026
    • Addons
    • +4
  • Coldbar Indicator project image

    Coldbar Indicator

    • 106.4K
    • Addons

    Make your gameplay more immersive by add more bars such as armor toughness, extra overloaded armor, saturation and exhaustion hunger.

    • 106.4K
    • November 2, 2025
    • Addons
    • +3
  • UI Queue project image

    UI Queue

    • 420.4K
    • Scripts

    UI queue is a script that transforms the title command into a custom UI prompt. This script is created for preventing overlapping displayed titles that can break custom UI .

    • 420.4K
    • March 19, 2026
    • Scripts
  • Novelty API project image

    Novelty API

    • 360.4K
    • Addons

    Novelty is a small addons that add 24 additional equipment slot to player.

    • 360.4K
    • March 19, 2026
    • Addons
  • Magnificent Minimap project image

    Magnificent Minimap

    • 725.2K
    • Addons

    Magnificent Minimap is a realtime, responsive, and configurable minimap addon.

    • 725.2K
    • February 5, 2026
    • Addons
    • +4
  • Coldbar Indicator project image

    Coldbar Indicator

    • 106.4K
    • Addons

    Make your gameplay more immersive by add more bars such as armor toughness, extra overloaded armor, saturation and exhaustion hunger.

    • 106.4K
    • November 2, 2025
    • Addons
    • +3