{"id":15639948,"url":"https://github.com/gmitch215/mobchip","last_synced_at":"2025-04-15T06:15:19.426Z","repository":{"id":37620553,"uuid":"479911292","full_name":"gmitch215/MobChip","owner":"gmitch215","description":"🐘 Entity AI Library for SpigotMC 1.13+","archived":true,"fork":false,"pushed_at":"2024-06-01T18:37:48.000Z","size":4690,"stargazers_count":89,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-15T06:15:10.407Z","etag":null,"topics":["bukkit","bukkit-api","framework","java","library","minecraft","minecraft-nms","nms","spigot","spigot-api"],"latest_commit_sha":null,"homepage":"http://mobchip.gmitch215.xyz/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmitch215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"patreon":"gamercoder215"}},"created_at":"2022-04-10T04:21:19.000Z","updated_at":"2025-01-22T00:18:02.000Z","dependencies_parsed_at":"2023-12-22T18:32:33.816Z","dependency_job_id":"d5e60e6a-b260-4d44-b810-818191e1a31e","html_url":"https://github.com/gmitch215/MobChip","commit_stats":null,"previous_names":["gmitch215/mobchip","gamercoder215/mobchip"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2FMobChip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2FMobChip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2FMobChip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmitch215%2FMobChip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmitch215","download_url":"https://codeload.github.com/gmitch215/MobChip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016641,"owners_count":21198833,"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","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":["bukkit","bukkit-api","framework","java","library","minecraft","minecraft-nms","nms","spigot","spigot-api"],"created_at":"2024-10-03T11:28:49.276Z","updated_at":"2025-04-15T06:15:19.410Z","avatar_url":"https://github.com/gmitch215.png","language":"Java","funding_links":["https://patreon.com/gamercoder215"],"categories":[],"sub_categories":[],"readme":"# 🚚 MobChip\n\u003e Minecraft Entity AI and Bosses Library for 1.13 and above\n\n# This resource is no longer maintained. Thanks for playing!\n\n## Background\n\u003cdetails\u003e\n    \u003csummary\u003eClick to Expand\u003c/summary\u003e\n    \nMobChip is an all-in-one Entity AI and Bosses Library for Minecraft 1.13 and above. It allows you to easily implement Minecraft's native entity\nAI into your own plugins for simple use.\n\u003c/details\u003e\n\n## ❓ Why?\n\n- **Simple**: MobChip has documentation, API usage, and other utilities to help ease the experience of working with Entity AI.\n- **Flexible**: MobChip uses Reflection and Abstraction to help create flexibility, in order to ensure modern functionality on older versions. We also provide an easy-to-read API and JavaDocs to access important fields and methods. \n- **Compatibility**: MobChip uses Abstraction to create compatibility on multiple versions of Minecraft. We also provide a version checker to ensure that your plugin is running on a compatible version.\n- **Transparent**: MobChip is completely open source.\n\n## 🐘 Features\n\n- Bosses Library \n- Native Entity AI Wrappers\n  - Pathfinder Goals\n  - Behaviors\n  - Memories\n  - Villager Gossip\n  - Ender Dragon Phases\n  - Tick Schedules\n  - Sensors\n- Native Entity Navigation \u0026 Controllers \n- Native Entity Animations\n- Native Entity Combat Tracking\n- Entity NBT Editor\n- Custom Entity Attributes\n\n\n## 📥 Installation\n![GitHub](https://img.shields.io/github/license/GamerCoder215/MobChip)\n[![GitHub branch checks state](https://github.com/GamerCoder215/MobChip/actions/workflows/build.yml/badge.svg)](https://github.com/GamerCoder215/MobChip/actions/workflows/build.yml)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/GamerCoder215/MobChip)\n![GitHub issues](https://img.shields.io/github/issues/GamerCoder215/MobChip)\n![Discord](https://img.shields.io/discord/972684412359680040?color=5865F2)\n\n\u003cdetails\u003e\n    \u003csummary\u003eMaven\u003c/summary\u003e\n\n```xml\n\u003cproject\u003e\n    \n    \u003c!-- Import CodeMC Repo --\u003e\n    \n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003ecodemc-snapshots\u003c/id\u003e\n            \u003curl\u003ehttps://repo.codemc.io/repository/maven-snapshots/\u003c/url\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n    \n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eme.gamercoder215\u003c/groupId\u003e\n            \u003cartifactId\u003emobchip-bukkit\u003c/artifactId\u003e\n            \u003cversion\u003e[VERSION]\u003c/version\u003e\n\n            \u003c!-- Use something like 1.7.0-SNAPSHOT for a stable release --\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n    \n\u003c/project\u003e\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eGradle (Groovy)\u003c/summary\u003e\n\n```gradle\nrepositories {\n    maven { url 'https://repo.codemc.io/repository/maven-snapshots/' }\n}\n\ndependencies {\n    // Use something like 1.9.1-SNAPSHOT for a stable release\n    implementation 'me.gamercoder215:mobchip-bukkit:[VERSION]'\n}\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eGradle (Kotlin DSL)\u003c/summary\u003e\n\n```kotlin\nrepositories {\n    maven(url = \"https://repo.codemc.io/repository/maven-snapshots/\")\n}\n\ndependencies {\n    // Use something like 1.9.1-SNAPSHOT for a stable release\n    implementation('me.gamercoder215:mobchip-bukkit:[VERSION]')\n}\n```\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitch215%2Fmobchip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmitch215%2Fmobchip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmitch215%2Fmobchip/lists"}