twogz

Untitled

Jul 22nd, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. command /miner:
  2. trigger:
  3. open chest with 5 rows named "Miner's shop" to player
  4.  
  5. wait 0.6 ticks
  6.  
  7. format slot 0 of player with book named "&e&l%player%'s balance" with lore "&fMoney &a%player's balance%" to be unstealable
  8.  
  9. format slot 10 of player with wood pickaxe named "&e&lWood Pickaxe" with lore "&4Required Level: 0||&r ||&fPrice &a$15 each||&r ||&6&lClick &fto buy a wood pickaxe." to run [player command "/purchase woodpick"]
  10.  
  11. format slot 11 of player with stone pickaxe named "&e&lStone Pickaxe" with lore "&4Required Level: 5||&r ||&fPrice &a$30 each||&r ||&6&lClick &fto buy a stone pickaxe." to run [player command "/purchase stonepick"]
  12.  
  13. format slot 12 of player with iron pickaxe named "&e&lIron Pickaxe" with lore "&4Required Level: 10||&r ||&fPrice &a$45 each||&r ||&6&lClick &fto buy a iron pickaxe." to run [player command "/purchase ironpick"]
  14.  
  15. format slot 13 of player with diamond pickaxe named "&e&lDiamond Pickaxe" with lore "&4Required Level: 20||&r ||&fPrice &a$75 each||&r ||&6&lClick &fto buy a diamond pickaxe." to run [player command "/purchase diamondpick"]
  16.  
  17. format slot 14 of player with gold pickaxe named "&e&lGold Pickaxe" with lore "&4Required Level: 30||&r ||&fPrice &a$150 each||&r ||&6&lClick &fto buy a gold pickaxe." to run [player command "/purchase goldpick"]
  18.  
  19. format slot 19 of player with wood pick of efficiency 1 named "&e&lWood Pickaxe &6&lTier 2" with lore "&4Required Level: 0||&r ||&fPrice &a$30 each||&r ||&6&lClick &fto buy a tier 2 wood pickaxe." to run [player command "/purchase woodpick2"]
  20.  
  21. format slot 28 of player with wood pick of efficiency 2 named "&e&lWood Pickaxe &6&lTier 3" with lore "&4Required Level: 0||&r ||&fPrice &a$60 each||&r ||&6&lClick &fto buy a tier 3 wood pickaxe." to run [player command "/purchase woodpick3"]
  22.  
  23. format slot 20 of player with stone pick of efficiency 1 named "&e&lStone Pickaxe &6&lTier 3" with lore "&4Required Level: 5||&r ||&fPrice &a$60 each||&r ||&6&lClick &fto buy a tier 2 stone pickaxe." to run [player command "/purchase stonepick2"]
  24.  
  25. format slot 29 of player with stone pick of efficiency 2 named "&e&lStone Pickaxe &6&lTier 3" with lore "&4Required Level: 5||&r ||&fPrice &a$120 each||&r ||&6&lClick &fto buy a tier 3 stone pickaxe." to run [player command "/purchase stonepick3"]
  26.  
  27. format slot 22 of player with diamond pickaxe of efficiency 1 named "&e&lDiamond Pickaxe &6&lTier 2" with lore "&4Required Level: 20||&r ||&fPrice &a$150 each||&r ||&6&lClick &fto buy a tier 2 diamond pickaxe" to run [player command "/purchase diamondpick2"]
  28.  
  29. format slot 31 of player with diamond pickaxe of efficiency 2 named "&e&lDiamond Pickaxe &6&lTier 3" with lore "&4Required Level: 20||&r ||&fPrice &a$300 each||&r ||&6&lClick &fto buy a tier 3 diamond pickaxe" to run [player command "/purchase diamondpick3"]
Add Comment
Please, Sign In to add comment