Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 2.48 KB

README.md

File metadata and controls

89 lines (62 loc) · 2.48 KB

BiggerHotbar-MC-Plugin

Minecraft plugin that makes your hotbar bigger (using scrolling)

Installation

  • Download latest release from 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
mode-center.mp4
Sides
mode-sides.mp4



Todo

  • Nothing