{"id":19508370,"url":"https://github.com/efekos/simpler","last_synced_at":"2026-05-12T21:34:38.548Z","repository":{"id":163228311,"uuid":"631091867","full_name":"efekos/Simpler","owner":"efekos","description":"Spigot Plugin Development API","archived":false,"fork":false,"pushed_at":"2024-12-31T17:02:23.000Z","size":1227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T11:37:31.523Z","etag":null,"topics":["java","library","minecraft","minecraft-library","minecraft-plugin","minecraft-plugin-api","plugin-api","spigot","spigot-api","spigot-plugin-api","spigot-resource"],"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/efekos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-04-21T23:02:39.000Z","updated_at":"2024-12-31T17:02:26.000Z","dependencies_parsed_at":"2023-07-06T07:28:16.310Z","dependency_job_id":"1e786cdc-e7ec-4cb3-aafa-d3e0b5bf9e5a","html_url":"https://github.com/efekos/Simpler","commit_stats":null,"previous_names":["efekos/simpler"],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FSimpler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FSimpler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FSimpler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efekos%2FSimpler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efekos","download_url":"https://codeload.github.com/efekos/Simpler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761081,"owners_count":19853254,"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":["java","library","minecraft","minecraft-library","minecraft-plugin","minecraft-plugin-api","plugin-api","spigot","spigot-api","spigot-plugin-api","spigot-resource"],"created_at":"2024-11-10T23:05:29.810Z","updated_at":"2026-05-12T21:34:38.481Z","avatar_url":"https://github.com/efekos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e [!IMPORTANT]\n\u003e This project is breaking down into multiple libraries in order to make it easier to maintain, and won't get any updates anymore. The new libraries will support Paper as well.\n\u003e Libraries out so far:\n\u003e * [Arn](https://github.com/efekos/Arn) for commands created through NMS.\n\u003e * [PopularConfigurations](https://github.com/efekos/PopularConfigurations) for configs with color translators.\n\u003e * [ManagedMenus](https://github.com/efekos/ManagedMenus) for custom GUIs.\n\n[![](https://jitpack.io/v/efekos/Simpler.svg)](https://jitpack.io/#efekos/Simpler)\n[![License: MIT](https://flat.badgen.net/badge/Lisence/MIT)](https://opensource.org/licenses/MIT)\n![version](https://flat.badgen.net/github/release/efekos/Simpler)\n![](https://flat.badgen.net/github/stars/efekos/Simpler)\n[![](https://flat.badgen.net/badge/JavaDoc/available/green)](https://efekos.github.io/Simpler)\n![](https://flat.badgen.net/badge/Tutorials/unavaliable/red)\n# Simpler\n\n\u003c!-- TOC --\u003e\n* [Simpler](#simpler)\n  * [Installation](#installation)\n    * [Maven](#maven)\n    * [Gradle](#gradle)\n\u003c!-- TOC --\u003e\n\nSimpler is an API that helps you make spigot plugins with a lot of different ways. With Simpler, you can make\n\n* Custom commands\n* Custom items\n* Custom menus\n* Custom config files (Even .JSON ones!)\n* Custom data using .JSON files\n\n## Installation\n\n### Maven\n\n* Add this repository:\n````xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n````\n* Add this dependency\n````xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.efekos\u003c/groupId\u003e\n    \u003cartifactId\u003eSimpler\u003c/artifactId\u003e\n    \u003cversion\u003e1.7.1\u003c/version\u003e\n\u003c/dependency\u003e\n````\n\n### Gradle\n\n* Add this repository:\n````gradle\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n````\n* Add this dependency:\n````gradle\ndependencies {\n\timplementation 'com.github.efekos:Simpler:1.7.1'\n}\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefekos%2Fsimpler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefekos%2Fsimpler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefekos%2Fsimpler/lists"}