{"id":21971425,"url":"https://github.com/MinusKube/SmartInvs","last_synced_at":"2025-07-22T17:33:00.475Z","repository":{"id":37458151,"uuid":"94924625","full_name":"MinusKube/SmartInvs","owner":"MinusKube","description":"Advanced Inventory API for your Minecraft Bukkit plugins.","archived":false,"fork":false,"pushed_at":"2024-05-27T09:07:03.000Z","size":278,"stargazers_count":263,"open_issues_count":55,"forks_count":65,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-21T01:44:49.357Z","etag":null,"topics":["bukkit","bukkit-api","bukkit-plugin","gui","inventory","minecraft"],"latest_commit_sha":null,"homepage":"https://minuskube.gitbook.io/smartinvs/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinusKube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-06-20T18:50:36.000Z","updated_at":"2024-11-12T07:56:20.000Z","dependencies_parsed_at":"2022-09-08T11:03:45.129Z","dependency_job_id":"ce3966d7-5e27-4b5d-aa9c-e2910dd2c1dd","html_url":"https://github.com/MinusKube/SmartInvs","commit_stats":{"total_commits":77,"total_committers":7,"mean_commits":11.0,"dds":"0.10389610389610393","last_synced_commit":"9c9dbbee1654461c1b414bb507b50e9dc405f390"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinusKube%2FSmartInvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinusKube%2FSmartInvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinusKube%2FSmartInvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinusKube%2FSmartInvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinusKube","download_url":"https://codeload.github.com/MinusKube/SmartInvs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227149556,"owners_count":17738262,"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","bukkit-plugin","gui","inventory","minecraft"],"created_at":"2024-11-29T14:50:24.964Z","updated_at":"2024-11-29T14:50:41.011Z","avatar_url":"https://github.com/MinusKube.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"![SmartInvs Logo](http://minuskube.fr/img/smart-invs/smart_invs.png)\n\n[![License](https://img.shields.io/github/license/minuskube/smartinvs.svg?style=flat-square)](https://github.com/MinusKube/SmartInvs/blob/master/LICENSE.md)\n[![Javadocs](https://img.shields.io/maven-central/v/fr.minuskube.inv/smart-invs.svg?label=javadoc\u0026style=flat-square)](https://javadoc.io/doc/fr.minuskube.inv/smart-invs)\n\n# SmartInvs\nAdvanced Inventory API for your Minecraft Bukkit plugins.\n\n*Tested Minecraft versions: 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14*  \n**You can use this as a Plugin, or use it as a library** (see [the docs](https://minuskube.gitbook.io/smartinvs/))\n\n## Features\n* Inventories of any type (workbench, chest, furnace, ...)\n* Customizable size when possible (chest, ...)\n* Custom titles\n* Allows to prevent the player from closing its inventory\n* Custom listeners for the event related to the inventory\n* Iterator for inventory slots\n* Page system\n* Util methods to fill an inventory's row/column/borders/...\n* Actions when player clicks on an item\n* Update methods to edit the content of the inventory every tick\n\n## Docs\n[Click here to read the docs on Gitbook](https://minuskube.gitbook.io/smartinvs/)\n\n## Usage\nTo use the SmartInvs API, either:\n- Put it in the `plugins` folder of your server, add it to your dependencies in your plugin.yml (e.g. `depend: [SmartInvs]`) and add it to the dependencies in your IDE.\n- Put it inside your plugin jar, initialize an `InventoryManager` in your plugin (don't forget to call the `init()` method), and add a `.manager(invManager)` to your SmartInventory Builders.\n\nYou can download the latest version on the [Releases page](https://github.com/MinusKube/SmartInvs/releases) on Github.\n\nYou can also use a build system:\n### Gradle\n```gradle\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    compile 'fr.minuskube.inv:smart-invs:1.2.7'\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003efr.minuskube.inv\u003c/groupId\u003e\n  \u003cartifactId\u003esmart-invs\u003c/artifactId\u003e\n  \u003cversion\u003e1.2.7\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## TODO\n* Add some Javadocs\n\n## Issues\nIf you have a problem with the API, or you want to request a feature, make an issue [here](https://github.com/MinusKube/SmartInvs/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinusKube%2FSmartInvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMinusKube%2FSmartInvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinusKube%2FSmartInvs/lists"}