Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp3martin/biggerhotbar-mc-plugin
Minecraft plugin that makes your hotbar bigger (using scrolling)
https://github.com/mp3martin/biggerhotbar-mc-plugin
Last synced: 27 days ago
JSON representation
Minecraft plugin that makes your hotbar bigger (using scrolling)
- Host: GitHub
- URL: https://github.com/mp3martin/biggerhotbar-mc-plugin
- Owner: MP3Martin
- License: gpl-3.0
- Created: 2022-11-20T10:41:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T19:05:11.000Z (6 months ago)
- Last Synced: 2024-05-08T18:07:47.300Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BiggerHotbar-MC-Plugin
Minecraft plugin that makes your hotbar bigger (using scrolling)
## Installation
* **Download** latest release from **[releases](https://github.com/MP3Martin/BiggerHotbar-MC-Plugin/releases)**
* Put the `.jar` file in your **plugins folder**
* **Restart** your server
* Type `/bh enable` to enable the plugin## Version
This plugin should be on **1.12** - **∞**
## Permissions
* `biggerhotbar.hotbar`
* Enables bigger hotbar for the player
>
>
>
>
>
> This permission is granted to everyone by default.
* `biggerhotbar.commands`
* Allows using BiggerHotbar's commands>
>
>
>
>
> Being OP allows you all of the above.## config.yml
* `bh_enabled`
* is **boolean**
* Default value: `false`
* Controls if the plugin is doing it's main thing
* `maxMovesAtOnce`
* is **integer**
* Default value: `4`
* Controls the limit of how many scrolls can happen at one time (noticeable when using number keys to switch
slots in center mode)
* `mode`
* is **string**
* Default value: `center`
* Controls the mode. Available options: `center` and `sides`>
>
>
>
>
> Reload config using `/bh reload`## Modes
Click a mode name to see a showcase video:
Center
https://user-images.githubusercontent.com/60501493/204097547-6d893e00-39f5-4644-b8ab-40d05b20143e.mp4
Sides
https://user-images.githubusercontent.com/60501493/204097556-5938c4fe-6695-406a-85e7-175e5c45582b.mp4
---
## Todo
- [x] Nothing