Advertisement
Guest User

Untitled

a guest
Mar 16th, 2021
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. # Choose actions for mouse clicks inside shops
  2. # Supported click types: LEFT, RIGHT, MIDDLE
  3. # Supported actions: BUY, SELL, SELL_ALL, NONE
  4. clickActions:
  5.   LEFT: BUY
  6.   RIGHT: SELL
  7.   MIDDLE: SELL_ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement