Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luk050/reelytras
Simple balancing of the elytras mechanics. MC:JE 1.20-1.21 in Kotlin
https://github.com/luk050/reelytras
elytra kotlin minecraft-plugin spigot
Last synced: about 1 month ago
JSON representation
Simple balancing of the elytras mechanics. MC:JE 1.20-1.21 in Kotlin
- Host: GitHub
- URL: https://github.com/luk050/reelytras
- Owner: LuK050
- License: apache-2.0
- Created: 2024-07-13T16:07:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T20:52:06.000Z (4 months ago)
- Last Synced: 2024-10-11T03:40:31.976Z (about 1 month ago)
- Topics: elytra, kotlin, minecraft-plugin, spigot
- Language: Kotlin
- Homepage: https://modrinth.com/plugin/reelytras
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReElytras [![Modrinth](https://img.shields.io/badge/Modrinth-00AF5C?style=for-the-badge&logo=modrinth&logoColor=000000)](https://modrinth.com/plugin/reelytras/) [![SpigotMC](https://img.shields.io/badge/SpigotMC-ED8106?style=for-the-badge&logo=spigotmc&logoColor=000000)](https://www.spigotmc.org/resources/reelytras.118030/) [![CurseForge](https://img.shields.io/badge/CurseForge-F16436?style=for-the-badge&logo=curseforge&logoColor=000000)](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/)