Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)