Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. command /buy:
  2. trigger:
  3. wait 3 tick
  4. open chest with 3 rows named "&8&lButik"
  5. format slot 11 of player with book named "&6&lRanks" with lore "" to close then run [ make player execute command "ranks"]
  6. format slot 13 of player with 98 named "&a&lVip-celler" with lore "" to close then run [ make player execute command "vipceller"]
  7. format slot 15 of player with iron_sword named "&1&lKits" with lore "" to close then run [ make player execute command "kits"]
  8.  
  9.  
  10. command /ranks:
  11. trigger:
  12. wait 3 tick
  13. open chest with 3 rows named "&8&lRanks"
  14. format slot 11 of player with book named "&1&lXenzo" with lore "&7Koster &2&l3k EMS &7 i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe &lXenzo &7til &2&l3000 EMS &7 i lobbyen"]
  15. format slot 13 of player with book named "&e&lWolf" with lore "&7Koster &2&l1500 EMS &7 i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe &lWolf &7til &2&l1500 EMS &7 i lobbyen"]
  16. format slot 15 of player with book named "&d&lOznex" with lore "&7Koster &2&l1k EMS &7 i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe &lOznex &7til &2&l1000 EMS &7 i lobbyen"]
  17.  
  18.  
  19. command /vipceller:
  20. trigger:
  21. wait 3 tick
  22. open chest with 3 rows named "&8&lVip-celler"
  23. format slot 14 of player with 98 named "&lVip-celle" with lore "&7Koster &2&l3500 EMS &7i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe en &lVip-celle&7 til &2&l3500 EMS &7 i lobbyen"]
  24.  
  25.  
  26. command /kits:
  27. trigger:
  28. wait 3 tick
  29. open chest with 3 rows
  30. format slot 12 of player with iron_sword named "&a&lFigther" with lore "&7Koster &2&11500 EMS &7i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe &lFighter &7til &2&l1500 EMS &7i lobbyen"]
  31. format slot 12 of player with iron_sword named "&a&lMafia" with lore "&7Koster &2&11000 EMS &7i lobbyen" to close then run [ make console execute command "bcc &7 %player% vil gerne købe &lMafia &7til &2&l1000 EMS &7i lobbyen"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement