A simple Spigot plugin that gives Elytras to players in certain WorldGuard regions and removes them after a successful landing.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/Seliba/ThrowAwayElytra
Dependencies
As of now, this plugin only has one dependency:
Configuration
- WorldGuard
The plugin is designed to be as simple as possible, therefore the Config is very short and self-explanatory as well:
Code (YAML):
spawn-worldguard-region: spawn
elytra-check-interval-in-ticks: 20
permission:
enable: false
name: throwawayelytra.use
item:
name: '&6Throw-Away Elytra'
lore:
- '&aElytra which will &cdisappear &aafter'
- '&ayou &cland &aoutside of spawn'
on-landing:
particle:
enable: true
# Particle list: https://bit.ly/2SMBkNq
name: CLOUD
Suggestions & Problems
Please open an issue here if you have a problem or suggestion for improvement.
Alternatively, you can use the support discord.

Throw-Away Elytra 1.3
Simple, disposable elytras for Spigot servers
Recent Updates
- Version 1.3 Oct 11, 2020
- Version 1.2 Oct 11, 2020
- Version 1.1 Oct 10, 2020