Elytra - OneWayElytra
The OneWayElytra
Overview
OneWayElytra is a plugin for receiving a one-way-elytra after you died!
I got inspired by the CraftAttack 4 project of some youtuber! If u want to play this for your own and you want this cool elytra feature, this plugin is perfect for you!
In the config.yml you can choose when you want to receive a one-way-elytra!
If you have got several ideas or improvements for me, do not hesitate! And I'm sorry for my english ...
Thanks and have fun ! :)
Features
With this plugin, you can spawn with an elytra and start gliding! This plugin is in an eary stage, so ill update it soon! :)
How to use?
You don't need anything to know about this! Edit the config and die!
Commands
Use /owe to open the main menu.
/owe give [Player] : Gives you or another player an OneWayElytra
/owe debug : Enables debug mode [every single step shown on console]
Setup / Install
How to install this plugin:
- Download this plugin
- Move this file to the plugins folder of your server
- Start the server, and you're done!
Setup / Configure this plugin
- Open the config.yml
# Enjoy this plugin! Please rate on forum general: #Enables the debug mode //Default: false debug: false # You need the onewayelytra.receive permission to get an elytra //Default: false need-permission: false # Decide wether you want to replace your current chestplate (if keepInventory turned on) ignore-current-chestplate: true spawning: # You will receive after every death an elytra (ignoring natural + bed spawn) //Default: false permanent-elytra: false # You will receive an elytra when you respawn without having a bed //Default: true natural-spawn-elytra: true # You will receive an elytra when you respawn at your bed //Default: false bed-spawn-elytra: false # You will loose the elytra when stop gliding //Default: true despawn-elytra: true
-
View User Profile
-
Send Message
Posted Mar 31, 2026How to use elytra?
its not in my inventory?
-
View User Profile
-
Send Message
Posted Nov 17, 2020Is there one way you will update this plugin?
-
View User Profile
-
Send Message
Posted May 16, 2021In reply to Cr4nkyBobby:
Hey there,
Im the "Developer" of this plugin. I didnt update it, because i quit playing minecraft and just started a bit again. Unfortunately I don't have any files remaining on my computer.
If I have some time left I'll eventually rewrite this plugin, but don't expect it to be soon.
-
View User Profile
-
Send Message
Posted Nov 5, 2016@Mick756 Thanks :) I had no time to check what triggered this error, I went to bed :)
-
View User Profile
-
Send Message
Posted Nov 4, 2016To fix your InventoryClick event error, add "event.getCurrentItem() != null" to check if they player actually clicks an item. :)