<----- Return to main JsMacros docs page.

Tutorial

1. Press 'K' to open the jsmacros gui

(this can be changed in the vanilla controls setting)

tut_1

2-4. create a macro



tut_2

5. Editing



tut_3

6. Write and save your script

scripts are written in js (or another guest language provided by one of the extensions). Libraries are basically just objects that are loaded into the script above the first line, so you can just call them without any importing.

tut_4

tut_5

extra


0
tut_6