UPDATE TIME!
Sorry, I have been away for a while. This was a fairly simple update to implement so I did this for now.
RUN_COMMAND_AS_CONSOLE now supports running multiple commands!
You can do this by doing
Code (YAML):
MULTI_COMMAND:
TEXT
:
"[CLICK ME]"
HOVER_TEXT
:
"&9Click to run multiple commands!"
CLICK_EVENT:
RUN_COMMAND_AS_CONSOLE
:
"first command, second command, third command"
Or if you just want to run a single command, you can do the usual:
RUN_COMMAND_AS_CONSOLE: 'just a single command'
There are more items on my todo list which I will do as soon as I get enough time, one major requested change is to auto-update physical books. This will require a major rewrite of the book handler so this might take some time and I apologize for any inconvenience this might cause!
Happy updating and thanks for using my plugin!