https://github.com/volychev/reelytras
Simple balancing of the elytras mechanics. MC:JE 1.20-1.21 in Kotlin
https://github.com/volychev/reelytras
elytra kotlin minecraft-plugin spigot
Last synced: about 2 months ago
JSON representation
Simple balancing of the elytras mechanics. MC:JE 1.20-1.21 in Kotlin
- Host: GitHub
- URL: https://github.com/volychev/reelytras
- Owner: volychev
- License: apache-2.0
- Created: 2024-07-13T16:07:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T20:52:06.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T15:42:57.177Z (8 months ago)
- Topics: elytra, kotlin, minecraft-plugin, spigot
- Language: Kotlin
- Homepage: https://modrinth.com/plugin/reelytras
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReElytras [](https://modrinth.com/plugin/reelytras/) [](https://www.spigotmc.org/resources/reelytras.118030/) [](https://curseforge.com/minecraft/bukkit-plugins/reelytras)
Balance the usage of elytras on your server. Flexibly adjust the repair, movement and some rules for their use
### Configuration:
```yaml
# Is it possible to accelerate on a trident using riptide enchantment or fireworks
# Default: true
allowRiptideBoost: true
allowFireworkBoost: true
# Is it possible to enchant the elytras on the anvil
# Default: true
allowEnchantments: true
# Is it possible to repair elytras with the help of unification
# Default: true
allowUnificationRepairInAnvil: true
allowUnificationRepairInCraft: true
allowUnificationRepairInGrindstone: true
# Is it possible to repair elytras on the anvil using phantom membranes
# Default: true
allowRepairWithPhantomMembrane: true
# How many percent of the maximum durability will be repaired with a single phantom membrane
# Default: 25
repairWithPhantomMembranePercent: 25
# Will the sound of an item breaking be played when the elytras breaks
# Default: false
playDestroySound: false
# How much durability will be removed from the elytras per second
# Default: 1
damagePerSecond: 1
# The elytras will disappear from the player's inventory if they break down
# Default: false
permanentDestroy: false
# Is it possible to glide on elytras? The value is false to completely prohibit flight on elytras
# Default: true
allowElytras: true
# Is it possible to slide on the elytra during the rain?
# Default: true
allowElytrasWhenRaining: true
```
### Commands:
・**/reelytras reload** - plugin reload.
・**/reelytras info** - plugin information.
#### ❤️ Icon by [cheharka](https://purcat.monster/)