https://github.com/dlsf/throwawayelytra
Simple, disposable elytras for Spigot servers
https://github.com/dlsf/throwawayelytra
spigot spigot-plugin worldguard
Last synced: about 1 month ago
JSON representation
Simple, disposable elytras for Spigot servers
- Host: GitHub
- URL: https://github.com/dlsf/throwawayelytra
- Owner: dlsf
- Created: 2020-10-10T14:03:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T20:17:59.000Z (over 4 years ago)
- Last Synced: 2025-02-13T12:53:19.250Z (3 months ago)
- Topics: spigot, spigot-plugin, worldguard
- Language: Kotlin
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThrowAwayElytra
A simple spigot plugin that gives Elytras to players in certain WorldGuard regions and removes them after a successful landing or leaving the area.
## Dependencies
As of now, this plugin only has one dependency:
- WorldGuard
## Download
The plugin can be downloaded from the [releases page](https://github.com/Seliba/ThrowAwayElytra/releases).
Alternatively it is also possible to build it from source:
## Building from source
#### Windows
```powershell
$ gradlew.bat shadowJar
```#### Linux / OS X
```shell
$ ./gradlew shadowJar
```## Suggestions & Problems
Please open an issue [here](https://github.com/Seliba/ThrowAwayElytra/issues) if you have a problem or suggestion for improvement.
## Contributing
All contributions are welcome, feel free to open a [pull request](https://github.com/Seliba/ThrowAwayElytra/pulls) at any time.