{"id":22837085,"url":"https://github.com/mineinabyss/looty","last_synced_at":"2025-08-10T21:32:33.043Z","repository":{"id":37537091,"uuid":"306092255","full_name":"MineInAbyss/Looty","owner":"MineInAbyss","description":"Highly configurable custom items for Minecraft","archived":false,"fork":false,"pushed_at":"2024-03-16T19:22:33.000Z","size":421,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-17T22:49:10.785Z","etag":null,"topics":["ecs","kotlinx-serialization","minecraft","spigot"],"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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-10-21T17:01:02.000Z","updated_at":"2024-03-05T21:01:12.000Z","dependencies_parsed_at":"2024-01-07T00:58:27.134Z","dependency_job_id":"6f815a55-ae8c-4eeb-99e1-05b45b4cc2fe","html_url":"https://github.com/MineInAbyss/Looty","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FLooty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FLooty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FLooty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FLooty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MineInAbyss","download_url":"https://codeload.github.com/MineInAbyss/Looty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229464367,"owners_count":18077041,"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":["ecs","kotlinx-serialization","minecraft","spigot"],"created_at":"2024-12-12T23:15:38.717Z","updated_at":"2024-12-12T23:15:39.153Z","avatar_url":"https://github.com/MineInAbyss.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Looty\n\n[![Maven](https://img.shields.io/maven-metadata/v?metadataUrl=https://repo.mineinabyss.com/releases/com/mineinabyss/looty/maven-metadata.xml)](https://repo.mineinabyss.com/#/releases/com/mineinabyss/looty)\n[![Contribute](https://shields.io/badge/Contribute-e57be5?logo=github%20sponsors\u0026style=flat\u0026logoColor=white)](https://wiki.mineinabyss.com/contribute)\n\u003c/div\u003e\n\nLooty is a [Paper](https://papermc.io/) plugin for creating custom items with config files. We extend on basic item functionality in [Geary](https://github.com/MineInAbyss/geary-papermc) to help create complicated items all in config.\n\n## Features\n\n- Useful components like `hat` to make any item wearable, or `food` to create food items with custom effects.\n- Support for custom recipes\n- Write configs in yaml, json, and more.\n\n## Usage\nComing soon\n\n## Examples\n\n### Custom item from our server\n\n`star-compass.yml`\n```yaml\n# Make items in the same inventory share one entity\n- !\u003clooty:player_instanced_item\u003e\n\n# Specify item name, model, and lore,\n# if this ever changes, Looty will update existing items\n- !\u003clooty:type\u003e\n  item:\n    type: PAPER\n    customModelData: 125\n    displayName: \u003cdark_aqua\u003eStar Compass\n    lore:\n      - \u003caqua\u003ePoints towards the center of the \u003cgreen\u003eAbyss\n\n# Add a recipe using other custom items\n- !\u003clooty:recipes\u003e\n  discoverRecipes: true\n  recipes:\n    - !\u003cshapeless\u003e\n      items:\n        - prefab: mineinabyss:star_compass_needle\n        - prefab: mineinabyss:titanjaw_pearl\n\n\n# A component provided another plugin\n- !\u003cmineinabyss:starcompass\u003e\n\n```\n\n### Custom recipe for a vanilla item\n\n`lead.yml`\n```yaml\n- !\u003clooty:recipes\u003e\n  discoverRecipes: true\n  result:\n    type: LEAD\n    amount: 2\n  removeRecipes:\n    - minecraft:lead\n  group: \"looty:lead\"\n  recipes:\n    - !\u003cshaped\u003e\n      items:\n        S:\n          prefab: mineinabyss:silkfang_silk\n        Z:\n          prefab: mineinabyss:abyssal_snail_gunk\n      configuration: |-\n        |ZZ |\n        |ZS |\n        |  Z|\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Flooty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineinabyss%2Flooty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Flooty/lists"}