Overview:
Let's face it, elytras are annoying to get. Well, with this plugin, you can just craft items to glide. Simply press rightclick with it and you'll start gliding!
Pro Tip: Hold a firework rocket in your offhand and you will be boosted instantly!
Recipe:
Really simple default recipe, but you can customize it in the config file
Config:
Code (YAML):
# ----------------------------------------------------------------------------------
# If you mess anything up in here, just delete the file, it will recover on its own!
# ----------------------------------------------------------------------------------
itemName
:
"OneTimeElytra"
# If you update this number, your old items won't work anymore!
itemModelData
: 423199
# Insert the minecraft item names here!
items:
upperLeft
:
"AIR"
upperMiddle
:
"AIR"
upperRight
:
"AIR"
middleLeft
:
"IRON_INGOT"
middle
:
"FEATHER"
middleRight
:
"IRON_INGOT"
lowerLeft
:
"AIR"
lowerMiddle
:
"AIR"
lowerRight
:
"AIR"