Advertisement
Guest User

Buy

a guest
Dec 13th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. command /buy [<text>]:
  2.  
  3. aliases: butik
  4.  
  5. trigger:
  6.  
  7. if arg-1 is not set:
  8.  
  9. wait 3 ticks
  10.  
  11. open chest with 3 rows named "&eButik &7- &eKategori" to player
  12.  
  13. set {_n} to 0
  14.  
  15. loop 27 times:
  16.  
  17. format slot {_n} of player with black stained glass named " " to be unstealable
  18.  
  19. add 1 to {_n}
  20.  
  21. format slot 11 of player with book of unbreaking 1 named "&eRanks" with lore "&eKlik her for at se ranksne" to close then run [make player execute command "/buy ranks"]
  22.  
  23. format slot 15 of player with book of unbreaking 1 named "&eKits" with lore "&eKlik her for at se kitsne" to close then run [send "&eKits er ikke lavet" to player]
  24.  
  25. else if arg-1 is set:
  26.  
  27. if arg-1 is "ranks":
  28.  
  29. wait 3 ticks
  30.  
  31. open chest with 3 rows named "&eButik &7- &eRanks" to player
  32.  
  33. set {_n} to 0
  34.  
  35. loop 27 times:
  36.  
  37. format slot {_n} of player with black stained glass named " " to be unstealable
  38.  
  39. add 1 to {_n}
  40.  
  41. format slot 12 of player with gold ingot named "&eVIP" with lore "||&cChat||||&ePrefix&7: &7[&eVIP&7] &f%player%||||&cPris||||&a300 &2EMS||||&cKommandoer||||&e/Kit VIP||&e/Pv (1)||&e/Enderchest||&eAdgang til &a&lDonator-Shop||&eAdgang til &c&lSlots Casino" to close then run [make console execute command "/executedddddd &7[&c&lBUY&7] &b%player% &eVil gerne købe VIP &7(&a300 &2EMS&7)"]
  42.  
  43. command /executedddddd [<text>]:
  44.  
  45. permission: djdjdjdjd.sks
  46.  
  47. trigger:
  48.  
  49. broadcast "%coloured arg-1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement