🎮Custom Click Event - Premium
# Support value: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/ClickType.htm
# Support use ;; symbol to make multi click type.
click-event:
buy: 'SHIFT_LEFT'
sell: 'RIGHT'
buy-or-sell: 'LEFT'
# If you want to disable select-amount feature, set this to NEVER.
select-amount: 'SHIFT_RIGHT'
sell-all: 'DROP'
buy-one-stack: 'SWAP_OFFHAND'
# Custom click actions for shop menu.
# Premium version only.
click-event-actions:
buy-one-stack:
display-name: 'Buy One Stack'
buy-only: true
1:
type: buy
shop: '{shop}'
item: '{item}'
amount: 64
sell-one-stack:
display-name: 'Sell One Stack'
sell-only: true
1:
type: sell
shop: '{shop}'
item: '{item}'
amount: 64Options
Showcase


Example: Only Buy More Menu
Last updated