Skip to content

Commit

Permalink
Add some text to description of the actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed May 1, 2022
1 parent 0a669d6 commit 9c14c62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/panels/view_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ view_panel:
data:
type: RANDOM
actions:
# Warp action requires WARP addon. If warp addon is not present, warp action will not work.
warp:
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-warp
# Visit action requires Visit addon. If Visit addon is not present, visit action will not work.
visit:
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-visit
# Check action requires player to have "[gamemode].checkmeout.admin.check" permission.
check:
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-check
Expand All @@ -81,12 +84,18 @@ view_panel:
data:
type: ISLAND
actions:
# Warp action requires WARP addon. If warp addon is not present, warp action will not work.
warp:
# Click type UNKNOWN means that it accept any click type.
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-warp
# Visit action requires Visit addon. If Visit addon is not present, visit action will not work.
visit:
# Click type UNKNOWN means that it accept any click type.
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-visit
# Check action requires player to have "[gamemode].checkmeout.admin.check" permission.
check:
# Click type UNKNOWN means that it accept any click type.
click-type: UNKNOWN
tooltip: checkmeout.gui.tips.click-to-check

0 comments on commit 9c14c62

Please sign in to comment.