Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opatut/shiftinventory

Bukkit plugin: inventory helper
https://github.com/opatut/shiftinventory

Last synced: 14 days ago
JSON representation

Bukkit plugin: inventory helper

Awesome Lists containing this project

README

        

# ShiftInventory

Bukkit plugin for shifting the player's inventory using the scroll wheel or commands.

## Building / Installation

Checkout the repository, cd to the repo and run `ant dist`. Then copy `dist/ShiftInventory.jar` to your plugins/ folder.

## Usage

1. Enable auto-scrolling: `/shiftinventory on`
2. Scrolling while sneaking will shift your inventory up/down.
3. Manually scroll the inventory: `/shiftinventory up` or `/shiftinventory down`

## Commands

* `/shiftinventory` -- toggle scrolling
* `/shiftinventory on` -- enable scrolling
* `/shiftinventory off` -- disable scrolling
* `/shiftinventory up` -- shift inventory up
* `/shiftinventory +` -- shift inventory up
* `/shiftinventory down` -- shift inventory down
* `/shiftinventory -` -- shift inventory down

Instead of `/shiftinventory` the shortcut `/si` is available for all commands above.