Actions
Set item actions and events
Add methods
You can set several methods and make operations to happen between them, right click an empty method to load from a template, and right click on a created method to save it as a template.
To set a method simply click on the "Click to add a method" button and then select which category has the method you want to use, click to the category to choose a method from it and right click on the category to set the method to the category itself (basically when right clicking it will be "<category>" and when clicking and selecting a method it will be "<category.<method>>
Filling parameters
After adding a method you will see it require some parameters, if the parameter requires a simple object like "String", "Integer", etc, basically everything you can just type to set, just click on the parameter and input the value, if you want to get more advanced, you can right click and it will open the methods menu again but now you set the value of the parameter to a method, basically the value of the parameter will be the result of the methods / category you will add there.
You my notice that if you middle click it will turn the parameter to a chest and if you click on it, it will also open the methods menu, but this time instead of returning the result of the methods, it will return it as a String (text) like this: "<category.<method>>
Last updated