Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/opatut/shiftinventory
- Owner: opatut
- Created: 2011-08-21T15:23:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-21T15:23:50.000Z (over 13 years ago)
- Last Synced: 2023-03-11T13:35:00.340Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 downInstead of `/shiftinventory` the shortcut `/si` is available for all commands above.