{"id":35038370,"url":"https://github.com/volychev/reelytras","last_synced_at":"2026-04-27T07:34:38.568Z","repository":{"id":248280960,"uuid":"828268453","full_name":"volychev/ReElytras","owner":"volychev","description":"Simple balancing of the elytras mechanics. MC:JE 1.20-1.21 in Kotlin","archived":false,"fork":false,"pushed_at":"2024-07-15T20:52:06.000Z","size":87,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T15:42:57.177Z","etag":null,"topics":["elytra","kotlin","minecraft-plugin","spigot"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/reelytras","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volychev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T16:07:21.000Z","updated_at":"2025-02-07T08:49:58.000Z","dependencies_parsed_at":"2024-07-16T00:58:22.692Z","dependency_job_id":null,"html_url":"https://github.com/volychev/ReElytras","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"6e492f707564863bbc93b170b3b70f5132e1bfd4"},"previous_names":["luk050/reelytras","volychev/reelytras"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/volychev/ReElytras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volychev%2FReElytras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volychev%2FReElytras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volychev%2FReElytras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volychev%2FReElytras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volychev","download_url":"https://codeload.github.com/volychev/ReElytras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volychev%2FReElytras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28075739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elytra","kotlin","minecraft-plugin","spigot"],"created_at":"2025-12-27T08:06:06.163Z","updated_at":"2025-12-27T08:06:10.271Z","avatar_url":"https://github.com/volychev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReElytras [![Modrinth](https://img.shields.io/badge/Modrinth-00AF5C?style=for-the-badge\u0026logo=modrinth\u0026logoColor=000000)](https://modrinth.com/plugin/reelytras/) [![SpigotMC](https://img.shields.io/badge/SpigotMC-ED8106?style=for-the-badge\u0026logo=spigotmc\u0026logoColor=000000)](https://www.spigotmc.org/resources/reelytras.118030/) [![CurseForge](https://img.shields.io/badge/CurseForge-F16436?style=for-the-badge\u0026logo=curseforge\u0026logoColor=000000)](https://curseforge.com/minecraft/bukkit-plugins/reelytras)\n\nBalance the usage of elytras on your server. Flexibly adjust the repair, movement and some rules for their use\n\n### Configuration:\n```yaml\n# Is it possible to accelerate on a trident using riptide enchantment or fireworks\n# Default: true\nallowRiptideBoost: true\nallowFireworkBoost: true\n\n# Is it possible to enchant the elytras on the anvil\n# Default: true\nallowEnchantments: true\n\n# Is it possible to repair elytras with the help of unification\n# Default: true\nallowUnificationRepairInAnvil: true\nallowUnificationRepairInCraft: true\nallowUnificationRepairInGrindstone: true\n\n# Is it possible to repair elytras on the anvil using phantom membranes\n# Default: true\nallowRepairWithPhantomMembrane: true\n\n# How many percent of the maximum durability will be repaired with a single phantom membrane\n# Default: 25\nrepairWithPhantomMembranePercent: 25\n\n# Will the sound of an item breaking be played when the elytras breaks\n# Default: false\nplayDestroySound: false\n\n# How much durability will be removed from the elytras per second\n# Default: 1\ndamagePerSecond: 1\n\n# The elytras will disappear from the player's inventory if they break down\n# Default: false\npermanentDestroy: false\n\n# Is it possible to glide on elytras? The value is false to completely prohibit flight on elytras\n# Default: true\nallowElytras: true\n\n# Is it possible to slide on the elytra during the rain?\n# Default: true\nallowElytrasWhenRaining: true\n```\n\n### Commands:\n・**/reelytras reload** - plugin reload.\u003cbr\u003e\n・**/reelytras info** - plugin information.\u003cbr\u003e\n\n#### ❤️ Icon by [cheharka](https://purcat.monster/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolychev%2Freelytras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolychev%2Freelytras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolychev%2Freelytras/lists"}