diff options
| author | Krakenied <krakenied1@gmail.com> | 2026-01-18 02:40:41 +0100 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2026-01-18 18:42:28 +0100 |
| commit | a4f1c58f53a3afcb06df3c24380bc96dfbfc4afa (patch) | |
| tree | fe1ceaddf884918b9124612a6d04329bc73c3d1c /docs/configuration | |
| parent | 434acc7220db0f05b7659925f85c18d374df983b (diff) | |
Add option to specify custom element click result
Closes https://github.com/LMBishop/Quests/issues/646
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/custom-gui-items.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/custom-gui-items.md b/docs/configuration/custom-gui-items.md index 9473f4f8..275d1349 100644 --- a/docs/configuration/custom-gui-items.md +++ b/docs/configuration/custom-gui-items.md @@ -22,6 +22,7 @@ custom-elements: - "" - "&7Two empty slots should follow." type: "DIAMOND_BLOCK" + result: "CLOSE_MENU" # by default DO_NOTHING, can be also REFRESH_PANE 1: # <--- start from slot 2 spacer: true # empty slot in GUI repeat: 2 # repeats for 2 slots |
