mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-05 18:40:06 +01:00
d492539c51
This change implements a new way how to define actions via a custom panel template. Previously there were 2 options how to define an action: - by click-type - as an array list This adds the third type: by action type. It means that now developers could code that action is the main key for defining what happens when button is clicked: ``` actions: visit: click-type: LEFT tooltip: Tooltip text for left click action ``` |
||
---|---|---|
.. | ||
main | ||
test/java/world/bentobox/bentobox |