Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
>
>
> Note
>

>
> This permission is granted to everyone by default.


* `biggerhotbar.commands`
* Allows using BiggerHotbar's commands

>
>
> Note
>

>
> 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`

>
>
> Tip
>

>
> 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