An inventory plugin
Archives → Feature requests → An inventory plugin
CLOSED
What feature I want: There are 4 rows of 9 items in your inventory. I want to be able to switch between these rows by pressing a key (perhaps the up/down arrows). This is different from /cycle because you can use it on a touchpad and you can’t really accidentally cycle through your inventory.
Why I think it’s useful: redstoning requires more than 9 different things, so quickly switching between rows of your inventory would help a lot.
Also pls make auto filling cauldrons a thing again
Allowing the use of e.g. arrowkeys for cycle requires a mod. That‘s not something we will do.
Did you try ==/set cauldron==?
^
We can’t make a key that toggles with only a plugin.
And yeah /set cauldron
.
So -1 then.
@LogalDeveloper
This is different from /cycle because you can use it on a touchpad and you can’t really accidentally cycle through your inventory.
Aka he wants a non-scroll based one
I know this is kind of old but I found a way to do this without a mouse:
Simply download these scripts I made: https://www.dropbox.com/s/8xy8f2pb8j92soa/ScrWheel.zip?dl=0
Get autohotkey and run the scripts if you have done this correctly up arrow should scroll up and down arrow should scroll down (like you wanted)
if the staff dont want me posting links I will just send it through discord but because more people might face this issue I just decided to post this.
You can also:
- Press 9
- Press 1 -> Cycles one direction
Or instead:
- Press 1
- Press 9 -> Cycles other direction
We don’t actually detect the mouse wheel (cause you can’t), but the change in slot. If it’s 1->9 or 9->1 then we assume that a change over the edge of your hotbar has happened, and cycle accordingly