{"id":16496850,"url":"https://github.com/mp3martin/biggerhotbar-mc-plugin","last_synced_at":"2025-07-02T17:10:06.198Z","repository":{"id":63583618,"uuid":"568375174","full_name":"MP3Martin/BiggerHotbar-MC-Plugin","owner":"MP3Martin","description":"Minecraft plugin that makes your hotbar bigger (using scrolling)","archived":false,"fork":false,"pushed_at":"2024-12-27T16:42:28.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T04:29:13.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MP3Martin.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}},"created_at":"2022-11-20T10:41:10.000Z","updated_at":"2024-05-07T19:05:11.000Z","dependencies_parsed_at":"2023-01-22T11:15:27.057Z","dependency_job_id":"fb0f3a6e-3d4e-4c02-8e5b-897a6eb20b6b","html_url":"https://github.com/MP3Martin/BiggerHotbar-MC-Plugin","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"2ef311743eaf05ef57fdb444b511a928697c371a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MP3Martin%2FBiggerHotbar-MC-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MP3Martin%2FBiggerHotbar-MC-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MP3Martin%2FBiggerHotbar-MC-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MP3Martin%2FBiggerHotbar-MC-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MP3Martin","download_url":"https://codeload.github.com/MP3Martin/BiggerHotbar-MC-Plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367936,"owners_count":19951448,"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":[],"created_at":"2024-10-11T14:36:44.991Z","updated_at":"2025-03-01T13:13:20.126Z","avatar_url":"https://github.com/MP3Martin.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BiggerHotbar-MC-Plugin\n\nMinecraft plugin that makes your hotbar bigger (using scrolling)\n\n## Installation\n\n* **Download** latest release from **[releases](https://github.com/MP3Martin/BiggerHotbar-MC-Plugin/releases)**\n* Put the `.jar` file in your **plugins folder**\n* **Restart** your server\n* Type `/bh enable` to enable the plugin\n\n## Version\n\nThis plugin should be on **1.12** - **∞**\n\n## Permissions\n\n* `biggerhotbar.hotbar`\n    * Enables bigger hotbar for the player\n  \u003e \u003cpicture\u003e\n  \u003e   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/note.svg\"\u003e\n  \u003e   \u003cimg alt=\"Note\" src=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/note.svg\"\u003e\n  \u003e \u003c/picture\u003e\u003cbr\u003e\n  \u003e\n  \u003e This permission is granted to everyone by default.\n\n\u003cbr\u003e\n\n* `biggerhotbar.commands`\n    * Allows using BiggerHotbar's commands\n\n\u003e \u003cpicture\u003e\n\u003e   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/note.svg\"\u003e\n\u003e   \u003cimg alt=\"Note\" src=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/note.svg\"\u003e\n\u003e \u003c/picture\u003e\u003cbr\u003e\n\u003e\n\u003e Being OP allows you all of the above.\n\n## config.yml\n\n* `bh_enabled`\n    * is **boolean**\n    * Default value: `false`\n    * Controls if the plugin is doing it's main thing \u003cbr\u003e\u003cbr\u003e\n* `maxMovesAtOnce`\n    * is **integer**\n    * Default value: `4`\n    * Controls the limit of how many scrolls can happen at one time (noticeable when using number keys to switch\n      slots in center mode) \u003cbr\u003e\u003cbr\u003e\n* `mode`\n    * is **string**\n    * Default value: `center`\n    * Controls the mode. Available options: `center` and `sides`\n\n\u003e \u003cpicture\u003e\n\u003e   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg\"\u003e\n\u003e   \u003cimg alt=\"Tip\" src=\"https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg\"\u003e\n\u003e \u003c/picture\u003e\u003cbr\u003e\n\u003e\n\u003e Reload config using `/bh reload`\n\n## Modes\n\nClick a mode name to see a showcase video:\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eCenter\u003c/b\u003e\u003c/summary\u003e\n\nhttps://user-images.githubusercontent.com/60501493/204097547-6d893e00-39f5-4644-b8ab-40d05b20143e.mp4\n\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eSides\u003c/b\u003e\u003c/summary\u003e\n\nhttps://user-images.githubusercontent.com/60501493/204097556-5938c4fe-6695-406a-85e7-175e5c45582b.mp4\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n## Todo\n\n- [x] Nothing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp3martin%2Fbiggerhotbar-mc-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmp3martin%2Fbiggerhotbar-mc-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp3martin%2Fbiggerhotbar-mc-plugin/lists"}