{"id":13407811,"url":"https://github.com/Phoenix616/InventoryGui","last_synced_at":"2025-03-14T12:31:36.986Z","repository":{"id":37925984,"uuid":"91098449","full_name":"Phoenix616/InventoryGui","owner":"Phoenix616","description":"A library for Bukkit plugins to create GUIs with inventories","archived":false,"fork":false,"pushed_at":"2025-02-10T13:58:26.000Z","size":233,"stargazers_count":188,"open_issues_count":14,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-12T20:06:22.502Z","etag":null,"topics":["bukkit","gui","inventory","java","java-8","minecraft","spigot"],"latest_commit_sha":null,"homepage":"https://wiki.phoenix616.dev/library/inventorygui/","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/Phoenix616.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},"funding":{"github":["Phoenix616"],"ko_fi":"Phoenix616","custom":"https://tip.phoenix616.dev"}},"created_at":"2017-05-12T14:15:26.000Z","updated_at":"2025-02-21T01:22:49.000Z","dependencies_parsed_at":"2024-04-19T12:42:06.538Z","dependency_job_id":"a288097d-fd5c-4403-84fe-0e21c1f1b468","html_url":"https://github.com/Phoenix616/InventoryGui","commit_stats":{"total_commits":236,"total_committers":12,"mean_commits":"19.666666666666668","dds":"0.35169491525423724","last_synced_commit":"89ed1800f08f9321af137baea6c94cb3dfa2b1a0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FInventoryGui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FInventoryGui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FInventoryGui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2FInventoryGui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phoenix616","download_url":"https://codeload.github.com/Phoenix616/InventoryGui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243578071,"owners_count":20313750,"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","gui","inventory","java","java-8","minecraft","spigot"],"created_at":"2024-07-30T20:00:48.796Z","updated_at":"2025-03-14T12:31:36.974Z","avatar_url":"https://github.com/Phoenix616.png","language":"Java","readme":"# InventoryGui\nA library that simplifies the creation of chest GUIs for Bukkit/Spigot plugins and \nallows assigning of the GUI to a specific InventoryHolder. If you are in need of a GUI for text inputs then take a look at [WesJD](https://github.com/WesJD)'s [AnvilGUI](https://github.com/WesJD/AnvilGUI) library.\n\nPlease note that this is **not a plugin!**\n\nRequires Java 8.\n\n## Using InventoryGui\nTake a look at [the examples in the wiki](https://wiki.phoenix616.dev/library:inventorygui:usage) to learn how to create a GUI with this library or use the [InventoryGui Javadocs](https://docs.phoenix616.dev/inventorygui/).\n\n## Maven information\nYou can easily depend on the library with maven.\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003eminebench-repo\u003c/id\u003e\n        \u003curl\u003ehttps://repo.minebench.de/\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ede.themoep\u003c/groupId\u003e\n        \u003cartifactId\u003einventorygui\u003c/artifactId\u003e\n        \u003c!--The following version may not be the latest. Check it before using.--\u003e\n        \u003cversion\u003e1.6.5-SNAPSHOT\u003c/version\u003e\n        \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\nAs this is not a standalone plugin you have to shade it into your plugin!\nE.g. with the maven-shade-plugin [like this](https://github.com/Minebench/Pipes/blob/048337e7594684353e7360411b1ef6ba8e7223c4/pom.xml#L63-L82).\n\nYou can also get development builds directly from the [Minebench Jenkins ci server](https://ci.minebench.de/job/InventoryGui/)\nif you want to manually add it to your project but I strongly advise using a dependency management tool like maven or gradle!\n\n## License\nInventoryGui is licensed under the following, MIT license:\n\n```\nCopyright 2017 Max Lee (https://github.com/Phoenix616)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":["https://github.com/sponsors/Phoenix616","https://ko-fi.com/Phoenix616","https://tip.phoenix616.dev"],"categories":["Projects","Inventories"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhoenix616%2FInventoryGui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPhoenix616%2FInventoryGui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhoenix616%2FInventoryGui/lists"}