This is fairly simple, but I just don't know how to actually do it. I'm on a bukkit/custom made server where you can right click with different items in your inventory to open chest GUIS, where you can then interact with more items. Pretty basic stuff. I want to run a basic script every hour, that does this, in order, with two second pauses between each action.
1: Select the fifth slot in the hotbar
2. Right click
Right clicking will open a chest. It's not actually opening a physical chest, but just the GUI of one.
3. Right click on the 10th slot of the chest, just like a normal right click.
4. Right click on the 60th slot of the chest three times.
5. Right click on the 32nd slot of the chest
This goes on for a while, with different slots that are being clicked. The problem is I just don't know how to do this, at all. Could someone help me get started?