{"id":22837056,"url":"https://github.com/mineinabyss/geary-papermc","last_synced_at":"2026-04-02T18:36:14.479Z","repository":{"id":65539716,"uuid":"592086123","full_name":"MineInAbyss/geary-papermc","owner":"MineInAbyss","description":"Support for Minecraft entities in Geary ECS","archived":false,"fork":false,"pushed_at":"2026-03-30T01:13:42.000Z","size":1242,"stargazers_count":11,"open_issues_count":17,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-03-30T01:32:32.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MineInAbyss.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-22T21:37:46.000Z","updated_at":"2026-03-30T00:08:39.000Z","dependencies_parsed_at":"2026-01-05T14:04:11.339Z","dependency_job_id":null,"html_url":"https://github.com/MineInAbyss/geary-papermc","commit_stats":null,"previous_names":[],"tags_count":220,"template":false,"template_full_name":null,"purl":"pkg:github/MineInAbyss/geary-papermc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2Fgeary-papermc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2Fgeary-papermc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2Fgeary-papermc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2Fgeary-papermc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MineInAbyss","download_url":"https://codeload.github.com/MineInAbyss/geary-papermc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2Fgeary-papermc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-12-12T23:15:32.555Z","updated_at":"2026-04-02T18:36:14.450Z","avatar_url":"https://github.com/MineInAbyss.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Geary PaperMC\n\n[![Build](https://github.com/MineInAbyss/geary-papermc/actions/workflows/build.yml/badge.svg)](https://github.com/MineInAbyss/geary-papermc/actions/workflows/build.yml)\n[![Package](https://img.shields.io/maven-metadata/v?metadataUrl=https://repo.mineinabyss.com/releases/com/mineinabyss/geary-papermc-core/maven-metadata.xml)](https://repo.mineinabyss.com/#/releases/com/mineinabyss/geary-papermc-core)\n[![Wiki](https://img.shields.io/badge/-Project%20Wiki-blueviolet?logo=Wikipedia\u0026labelColor=gray)](https://docs.mineinabyss.com/geary)\n[![Contribute](https://shields.io/badge/Contribute-e57be5?logo=github%20sponsors\u0026style=flat\u0026logoColor=white)](https://docs.mineinabyss.com)\n\n\u003c/div\u003e\n\ngeary-papermc is a [Paper](https://papermc.io/) plugin that lets you interact with Minecraft through our Entity Component System, [Geary](https://github.com/MineInAbyss/Geary). \n\n## Features\n\n- Tracks ECS entities for Bukkit mobs, items, and blocks for you\n  - **Currently only mob tracking is complete**\n- Easily store and persist data on anything that's tracked\n- Write your behaviour using familiar Bukkit listeners, or use Geary systems to make repeating tasks\n- Let users create configurable prefabs in yaml, json, and more under `plugins/Geary/\u003cnamespace\u003e` folders\n\n## Example\n\n### Prefabs\n\nWe have several config-driven projects to help you create custom things without having to code! These are currently being rewritten for our simpler structure and have examples on their corresponding page.\n\n- [Mobzy](https://github.com/MineInAbyss/Mobzy) - Custom mobs. Includes pathfinding, attributes, and a spawning system\n- [Looty](https://github.com/MineInAbyss/Looty) - Custom items, recipes, and migration support as your config changes\n- [Blocky](https://github.com/MineInAbyss/Blocky) - Custom blocks, furniture and more\n\n\n### Mobs\n\n```kotlin\nval player: Player = ...\nval gearyPlayer = mob.toGeary()\n\n@Serializable\ndata class Coins(val amount: Int)\n\nplayer.setPersisting(Coins(10))\n```\n\n## Usage\n\n- Install from our [releases](https://github.com/MineInAbyss/geary-papermc/releases/latest)\n  Depend on `Geary` in your plugin's `plugin.yml`\n- We depend on [Idofront](https://github.com/MineInAbyss/Idofront/releases), install it into your plugins folder\n- For full ECS usage, see the [Geary wiki](https://docs.mineinabyss.com/geary/)\n\n### Gradle\n\n```kotlin\nrepositories {\n    maven(\"https://repo.mineinabyss.com/releases\")\n}\n\ndependencies {\n    implementation(\"com.mineinabyss:geary-papermc:x.y.z\")\n}\n```\n\nThis will include common addons that come preinstalled for Minecraft (ex prefabs). Use `geary-papermc-core` if you don't want those added to your project.\n\n## Projects using Geary\n\n### From Mine in Abyss\n\n- [Blocky](https://github.com/MineInAbyss/Blocky) - Custom blocks for geary\n- [Packy](https://github.com/MineInAbyss/Packy) - Resourcepack generator, merger, and server\n- [Chatty](https://github.com/MineInAbyss/Chatty) - Customizes chat messages with MiniMessage support\n- [Mine in Abyss](https://github.com/MineInAbyss/MineInAbyss) - Our main plugin with relics and curse\n- [Stamina Climb](https://github.com/MineInAbyss/StaminaClimb) - BoTW-like climbing system\n- [Bonfire](https://github.com/MineInAbyss/Blocky) - Custom respawning system\n- [ExtraCommands](https://github.com/MineInAbyss/ExtraCommands) - Useful utility commands\n- [Eternal fortune](https://github.com/MineInAbyss/EternalFortune) - Graves plugin\n- [Particles](https://github.com/MineInAbyss/particles) - Display entity particle demo\n- [Backpacky](https://github.com/MineInAbyss/Backpacky) - Backpacks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Fgeary-papermc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineinabyss%2Fgeary-papermc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Fgeary-papermc/lists"}