bentobox/src
BONNe d492539c51
Implement ACTION defining by ACTION TYPE (#1938)
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
```
2022-02-11 18:07:14 -08:00
..
main Implement ACTION defining by ACTION TYPE (#1938) 2022-02-11 18:07:14 -08:00
test/java/world/bentobox/bentobox Fix JoinLeaveListenerTest 2022-01-28 21:54:30 -08:00