{"id":20498013,"url":"https://github.com/cozmycdev/bendingmobs","last_synced_at":"2026-04-22T10:04:20.624Z","repository":{"id":249840502,"uuid":"832424090","full_name":"CozmycDev/BendingMobs","owner":"CozmycDev","description":"A continuation of ProjectKorraMobs by jedk1. Adds bending mobs!","archived":false,"fork":false,"pushed_at":"2024-09-26T07:50:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T18:58:26.226Z","etag":null,"topics":["airbending","bending","earthbending","firebending","libsdisguises","mobs","modelengine","mythicmobs","pk","projectkorra","waterbending"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CozmycDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-23T02:13:21.000Z","updated_at":"2024-09-26T07:46:39.000Z","dependencies_parsed_at":"2024-09-12T08:06:16.890Z","dependency_job_id":"a907bae9-8762-49b8-9089-c498060414ce","html_url":"https://github.com/CozmycDev/BendingMobs","commit_stats":null,"previous_names":["cozmycdev/bendingmobs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CozmycDev/BendingMobs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CozmycDev%2FBendingMobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CozmycDev%2FBendingMobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CozmycDev%2FBendingMobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CozmycDev%2FBendingMobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CozmycDev","download_url":"https://codeload.github.com/CozmycDev/BendingMobs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CozmycDev%2FBendingMobs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["airbending","bending","earthbending","firebending","libsdisguises","mobs","modelengine","mythicmobs","pk","projectkorra","waterbending"],"created_at":"2024-11-15T18:12:48.389Z","updated_at":"2026-04-22T10:04:20.609Z","avatar_url":"https://github.com/CozmycDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub Pre-Release](https://img.shields.io/github/release-pre/CozmycDev/BendingMobs.svg)](https://github.com/CozmycDev/BendingMobs/releases)\n[![Github All Releases](https://img.shields.io/github/downloads/CozmycDev/BendingMobs/total.svg)](https://github.com/CozmycDev/BendingMobs/releases)\n![Size](https://img.shields.io/github/repo-size/CozmycDev/BendingMobs.svg)\n\n# BendingMobs Plugin\n\nBendingMobs is a Spigot plugin that brings the elements from Avatar: The Last Airbender and Korra to Minecraft mobs. \n\nOriginally created by [jedk1](https://github.com/philip-iv/ProjectKorraMobs), it is now maintained and updated by Cozmyc. This plugin allows mobs to bend elements and can even disguise them as players using LibsDisguises. \n\nFuture updates will support custom mobs and models through MythicMobs and ModelEngine.\n\n## Features\n\n- **Elemental Abilities for Mobs**: Mobs can use elements like Air, Earth, Fire, and Water.\n- **LibsDisguises Integration**: Mobs can be disguised as players with custom skins.\n- **Planned Support for MythicMobs and ModelEngine**: Create and use custom mobs and models.\n- **ProjectKorra Integration**: If ProjectKorra is present, BendingMobs will use sound and particle settings from ProjectKorra and allow players to block some mob abilities with their own.\n- **Configurable Settings**: Adjust damage, attack frequency, swimming behavior, skin names, and more.\n- **Ability to Fight Back**: Certain entities like villagers can be configured to fight back.\n- **No Commands**: All settings are managed through the configuration file. Commands will be implemented soon.\n\n## Installation\n\n1. Download the latest BendingMobs jar from [releases](https://github.com/CozmycDev/BendingMobs/releases).\n2. Place the jar in the `plugins` directory of your Minecraft server.\n3. Restart the server to generate the default configuration file.\n4. Modify the configuration file as needed and restart the server to apply changes.\n\n## Configuration\n\nHere is the default `config.yml` for BendingMobs:\n\n```yaml\nProperties:\n  EntityTypes:\n  - ZOMBIE\n  BendFrequency: 75\n  MovementSpeed: 0.3\n  DoMobsSwim: true\n  DenyOtherMobSpawns: false\n  Air:\n    NoFallDamage: true\n  Avatar:\n    Enabled: false\n    Frequency: 150\n  Entity:\n    Villager:\n      FightBack: true\n  DisplayName:\n    Avatar: Avatar\n    Air: AirBender\n    Earth: EarthBender\n    Fire: FireBender\n    Water: WaterBender\nLibsDisguises:\n  Enabled: false\n  SkinName:\n    Avatar: Avatar\n    Air: AirBender\n    Earth: EarthBender\n    Fire: FireBender\n    Water: WaterBender\nAbilities:\n  Air:\n    Enabled: true\n    AirBlast:\n      Knockback: 2.0\n    AirScooter:\n      Duration: 1000\n      Speed: 0.5\n  Earth:\n    Enabled: true\n    EarthBlast:\n      Damage: 6.0\n    LavaBlast:\n      Damage: 6.0\n  Fire:\n    Enabled: true\n    FireBlast:\n      Damage: 5.0\n      FireTick: 2000\n    FireJet:\n      Duration: 1000\n      Speed: 0.5\n    Combustion:\n      Damage: 6.0\n      FireTick: 2000\n    Lightning:\n      Damage: 7.0\n  Water:\n    Enabled: true\n    WaterBlast:\n      Damage: 4.0\n    IceBlast:\n      Damage: 6.0\n```\n\n### Configuration Descriptions\n\n- **EntityTypes**: List of entity types that can bend elements. \n- **BendFrequency**: Frequency of bending attacks. 75 would be a 1/75 chance of using an ability each tick.\n- **MovementSpeed**: How fast the mobs move.\n- **DoMobsSwim**: Forces mobs to swim, preventing mobs like zombies from sinking in water. \n- **DenyOtherMobSpawns**: Prevents spawning of other mobs, will only allow spawning the mobs configured to have an element.\n- **Ability Settings**: Customize damage, duration, speed, and other attributes for each ability.\n- **LibsDisguises**: Enable or disable disguises and set skin names for different elements.\n\n## Future Plans\n\n- **Support for MythicMobs and ModelEngine**: Create and use custom mobs and models.\n- **Additional Abilities**: More abilities for mobs.\n- **Enhanced Logic**: Improved AI and behavior for mobs.\n\n## Dependencies\n\n- **ProjectKorra**: Optional, for interaction with player abilities, sounds, and particles.\n- **LibsDisguises**: Optional, for disguising mobs as players.\n\n## Contribution\n\nFeel free to contribute to the project by submitting issues, feature requests, or pull requests on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozmycdev%2Fbendingmobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcozmycdev%2Fbendingmobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozmycdev%2Fbendingmobs/lists"}