Advertisement
twogz

Untitled

Jul 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. command /miner:
  2. trigger:
  3. message "&a[NPC] Miner: &fWant to see what I have to offer?"
  4. open chest with 4 rows named "Miner" to player
  5.  
  6. wait 0.6 ticks
  7.  
  8. format slot 0 of player with paper named "&a&lYour Balance" with lore "&fMoney &a%player's balance%" to be unstealable
  9.  
  10. format slot 10 of player with wood pickaxe named "&e&lWood Pickaxe" with lore "&7&oTier 1 Item||||&fPrice &a$20 each||||&6&lClick &fto buy a wood pickaxe." to run [player command "/purchase woodpickaxe"]
  11.  
  12. format slot 11 of player with stone pickaxe named "&e&lStone Pickaxe" with lore "&7&oTier 2 Item||||&fPrice &a$100 each||||&6&lClick &fto buy a stone pickaxe." to run [player command "/purchase stonepickaxe"]
  13.  
  14. format slot 12 of player with iron pickaxe named "&e&lIron Pickaxe" with lore "&7&oTier 3 Item||||&fPrice &a$350 each||||&6&lClick &fto buy an iron pickaxe." to run [player command "/purchase ironpickaxe"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement