Advertisement
Instantout

BossShopPro (Spawner Head Layout)

Jan 29th, 2020
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.53 KB | None | 0 0
  1. SpawnerHeads:
  2.   input:
  3.     Item: '[amount]:[type]'
  4.     Price: '[buyprice]'
  5.     Name: '[name]'
  6.   output:
  7.     MenuItem:
  8.    - 'type:PLAYER_HEAD'
  9.     - 'customskull:[type]'
  10.     - 'amount:[amount]'
  11.     - 'name:&8(&3[name]&8)&r'
  12.     - 'lore:&8(&aBuy&6: &7$%price%&8)'
  13.     ExtraPermission: ''
  14.     PriceType: MONEY
  15.     Price: '[buyprice]'
  16.     RewardType: COMMAND
  17.     Reward:
  18.    - execute as %player% run function mobs:spawner_%shopitemname%
  19.     Message: '&4&l>> &7You bought [amount] [name] for %price%.'
  20.     InventoryLocation: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement