{"id":15445354,"url":"https://github.com/bgmp/customgapples","last_synced_at":"2026-04-19T15:02:14.848Z","repository":{"id":49153678,"uuid":"380405232","full_name":"BGMP/CustomGapples","owner":"BGMP","description":"Custom golden apples 1.8","archived":false,"fork":false,"pushed_at":"2021-07-04T23:20:45.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T21:24:29.765Z","etag":null,"topics":["bukkit","gapple","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","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/BGMP.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}},"created_at":"2021-06-26T03:31:28.000Z","updated_at":"2022-11-20T18:45:18.000Z","dependencies_parsed_at":"2022-08-25T20:12:03.894Z","dependency_job_id":null,"html_url":"https://github.com/BGMP/CustomGapples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BGMP/CustomGapples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCustomGapples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCustomGapples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCustomGapples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCustomGapples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BGMP","download_url":"https://codeload.github.com/BGMP/CustomGapples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCustomGapples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["bukkit","gapple","minecraft"],"created_at":"2024-10-01T19:44:44.421Z","updated_at":"2026-04-19T15:02:14.799Z","avatar_url":"https://github.com/BGMP.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"CustomGapples [![build](https://github.com/BGMP/CustomGapples/actions/workflows/build.yml/badge.svg)](https://github.com/BGMP/CustomGapples/actions/workflows/build.yml) [![deploy](https://github.com/BGMP/CustomGapples/actions/workflows/deploy.yml/badge.svg)](https://github.com/BGMP/CustomGapples/actions/workflows/deploy.yml) [![licence](https://gitlicense.com/badge/BGMP/CustomGapples)](https://github.com/BGMP/CustomGapples/blob/master/LICENCE.md)\n===\nSpigot 1.8 plugin for creating custom golden apples.\n\n## Commands\nCustomGapples' commands \u0026 usage:\n  - `/gapple` Node plugin command. It also displays a help menu.\n  - `/gapple get \u003cid\u003e \u003camount\u003e` Gets you a custom gapple.\n  - `/gapple give \u003cnick\u003e \u003cid\u003e \u003camount\u003e` Gives another player a custom gapple.\n  - `/gapple reload` Reloads the plugin's configuration, re-loading all the custom gapples specified in config.\n  \n## Permissions\nCustomGapples' permissions:\n  - `customgapples.command.gapple.get` Allows a player to use /gapple get.\n  - `customgapples.command.gapple.give` Allows a player to use /gapple give.\n  - `customgapples.command.gapple.list` Allows a player to list all the available custom gapples.\n  - `customgapples.command.reload` Reloads all custom gapples from configuration.\n\n## Configuration\nThe plugin generates a [template configuration file](https://github.com/BGMP/CustomGapples/blob/master/src/main/resources/config.yml)\nwithin its data folder. For the potion effects, you must use Bukkit's `PotionEffectType`. Here is a reference table:\n\n| Potion Name     | PotionEffectType  |\n---               |                 ---\n| Absorption      | ABSORPTION        |\n| Blindness       | BLINDNESS         |\n| Fire Resistance | FIRE_RESISTANCE   |\n| Haste           | FAST_DIGGING      |\n| Health Boost    | HEALTH_BOOST      |\n| Hunger          | HUNGER            |\n| Instant Damage  | HARM              |\n| Invisibility    | INVISIBILITY      |\n| Instant Health  | HEAL              |\n| Jump Boost      | JUMP              |\n| Mining Fatigue  | SLOW_DIGGING      |\n| Nausea          | CONFUSION         |\n| Night Vision    | NIGHT_VISION      |\n| Poison          | POISON            |\n| Regeneration    | REGENERATION      |\n| Resistance      | DAMAGE_RESISTANCE |\n| Saturation      | SATURATION        |\n| Slowness        | SLOW              |\n| Speed           | SPEED             |\n| Strength        | INCREASE_DAMAGE   |\n| Water Breathing | WATER_BREATHING   |\n| Weakness        | WEAKNESS          |\n| Wither          | WITHER            |\n \n## Installation\nAs in any other Maven project, simply clone this repository and run the corresponding packaging command:\n\n  \u003e mvn clean package\n\nThe compiled binary can be found in your `target/` directory.\n\n## Download\nCompiled binaries are deployed to my Maven repository: [https://maven.bgmp.cl/cl/bgmp/CustomGapples/](https://maven.bgmp.cl/cl/bgmp/CustomGapples/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgmp%2Fcustomgapples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgmp%2Fcustomgapples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgmp%2Fcustomgapples/lists"}