Skip to content

Commit

Permalink
Update interaction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell authored Jan 23, 2025
1 parent 22e163f commit b77edaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ The value of the configuration indicates the action corresponding to the behavio
* `NONE` - Do nothing.
* `TRADE_INTERACTION` - If there is a shop at the target location, send the shop information panel. Otherwise, ask the player for shop creation.
* `CONTROL_PANEL` - If there is a shop at the target location, send the shop control panel. Otherwise do nothing.
* `CONTROL_PANEL_UI ` - If there is a shop at the target location, send the shop control panel GUI. Otherwise do nothing.
* `TRADE_UI ` - If there is a shop at the target location, open the GUI-based trading for the shop.
* `TRADE_DIRECT` - If there is a shop at the target location, directly purchase for 1x item (or 1x stack in stacking shop) without ask.
* `TRADE_DIRECT_ALL` - If there is a shop at the target location, directly purchase for as much as possible items without ask. (same with type `all` keyword in the chat when quickshop asking the amount in purchase)

0 comments on commit b77edaf

Please sign in to comment.