Advertisement
Guest User

Tokens Example Shop

a guest
Jul 26th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.76 KB | None | 0 0
  1. ShopName: tokensShop
  2. signs:
  3.   text: '[Tokens]'
  4.   NeedsPermissionToCreateSign: true
  5. DisplayName: '&9&l&nTokens Shop'
  6. shop:
  7.   Money100forToken1:
  8.     PriceType: money
  9.     Price: 100
  10.     MenuItem:
  11.      - type:EMERALD
  12.       - amount:1
  13.       - name:&61 Token
  14.       - 'lore:&cPrice: $%price%'
  15.     Message: '&aYou''ve purchased &e%reward%&a for &e$%price%'
  16.     InventoryLocation: 1
  17.     ExtraPermission: ''
  18.     RewardType: tokens
  19.     Reward: 1
  20.   Token1For100Money:
  21.     PriceType: tokens
  22.     Price: 1
  23.     MenuItem:
  24.      - type:DIAMOND
  25.       - amount:1
  26.       - name:&6$100 Money
  27.       - 'lore:&cPrice: %price%'
  28.     Message: '&aYou''ve purchased &e$%reward%&a for &e%price%'
  29.     InventoryLocation: 2
  30.     ExtraPermission: ''
  31.     RewardType: MONEY
  32.     Reward: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement