-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration (config.yml)
Sky Young edited this page Sep 12, 2024
·
11 revisions
If you would like to change the way players interact with shops, you can modify the controls by changing the values inside of actionMappings
.
actionMappings:
transactWithShop: 'RIGHT_CLICK_SIGN'
transactWithShopFullStack: 'SHIFT_RIGHT_CLICK_SIGN'
viewShopDetails: 'LEFT_CLICK_CHEST'
cycleShopDisplay: 'SHIFT_RIGHT_CLICK_CHEST'
-
transactWithShop
: Buy/Sell an item -
transactWithShopFullStack
: Purchase (or sell) 64 items from the shop (buy/sell a full stack) -
viewShopDetails
: See the details about the shop owner, stock, and more in chat -
cycleShopDisplay
: Cycle the "display" type that appears above the shop
If you would like to disable any of these actions, just set it to NONE
and players will be unable to perform that action.
Available Action Types
NONE (disables the action)
LEFT_CLICK_SIGN
SHIFT_LEFT_CLICK_SIGN
RIGHT_CLICK_SIGN
SHIFT_RIGHT_CLICK_SIGN
LEFT_CLICK_CHEST
SHIFT_LEFT_CLICK_CHEST
RIGHT_CLICK_CHEST
SHIFT_RIGHT_CLICK_CHEST