Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. command /buy:
  2. trigger:
  3. open chest with 5 rows named "&7&n&oBUYCRAFT" to player
  4. wait 2 ticks
  5. format slot 0 of player with yellow glass named "&7" to be unstealable
  6. format slot 1 of player with yellow glass named "&7" to be unstealable
  7. format slot 2 of player with yellow glass named "&7" to be unstealable
  8. format slot 3 of player with yellow glass named "&7" to be unstealable
  9. format slot 4 of player with yellow glass named "&7" to be unstealable
  10. format slot 5 of player with yellow glass named "&7" to be unstealable
  11. format slot 6 of player with yellow glass named "&7" to be unstealable
  12. format slot 7 of player with yellow glass named "&7" to be unstealable
  13. format slot 8 of player with yellow glass named "&7" to be unstealable
  14. format slot 18 of player with emerald named "&aEMERALD MODTAGER" with lore "&c&nKUN &eNickMinemaster&7 må tage imod ems." to be unstealable
  15. format slot 4 of player with book named "&e&nKØBS BETINGELSER" with lore "||&7INGEN REFUND EFTER KØBET!" to be unstealable
  16. format slot 20 of player with book named "&7&nRANKS" with lore "&7Klik for at gå videre." to run [ make player execute command "/ranks" ]
  17.  
  18.  
  19.  
  20.  
  21.  
  22. command /ranks:
  23. trigger:
  24. open chest with 1 rows named "&7&n&oRANKS" to player
  25. wait 2 ticksformat slot 0 of player with book named "&cHero" with lore "&r||&8✸ &7Fordele: &8✸ ||||&7Prefix & Suffix: ||&8[&a+&8] &cHero &8➥ &c%player% ||&8[&a+&8] &c%player% &7i tab ||||&8✸ &7Generelle fordele: &8✸||||&8[&a+&8] &7Kit &cHero &7- 12 timers cooldown ||&8[&a+&8] &7Kit &cHero1 &7- 10 sekunders coolodown ||&8[&a+&8] &7Donator Celler ||&8[&a+&8] &7Donator Shop ||||&8[&c!&8]&8✷ &7Pris: &8✷||&8[&c!&8] &a500 EMS. ||||&c Klik for at købe." to close then run [ make player execute command "/rank1" ]
  26. format slot 1 of player with book named "&eLegend" with lore "&r||&8✸ &7Fordele: &8✸ ||||&7Prefix & Suffix: ||&8[&a+&8] &eLegend &8➥ &e%player% ||&8[&a+&8] &e%player% &7i tab ||||&8✸ &7Generelle fordele: &8✸||||&8[&a+&8] &7Kit &eLegend &7- 12 timers cooldown ||&8[&a+&8] &7Kit &eLegend1 &7- 10 sekunders coolodown ||&8[&a+&8] &7Donator Celler ||&8[&a+&8] &7Donator Shop ||||&8[&c!&8]&8✷ &7Pris: &8✷||&8[&c!&8] &a750 EMS. ||||&c Klik for at købe." to close then run [ make player execute command "/rank2" ]
  27. format slot 2 of player with book named "&bAssassin" with lore "&r||&8✸ &7Fordele: &8 ✸ ||||&7Prefix & Suffix: ||&8[&a+&8] &bAssassin &8➥ &b%player% ||&8[&a+&8] &b%player% &7i tab ||||&8✸ &7Generelle fordele: &8✸||||&8[&a+&8] &7Kit &bAssassin &7- 12 timers cooldown ||&8[&a+&8] &7Kit &bAssassin1 &7- 10 sekunders coolodown ||&8[&a+&8] &7Donator Celler ||&8[&a+&8] &7Donator Shop ||||&8[&c!&8]&8✷ &7Pris: &8✷||&8[&c!&8] &a1.000 EMS. ||||&c Klik for at købe." to close then run [ make player execute command "/rank3" ]
  28.  
  29.  
  30. command /rank1:
  31. trigger:
  32. wait 2 ticks
  33. open chest with 1 rows named "&7&n&oHVILKEN LOBBY?" to player
  34. format slot 2 of player with book named "&eLARMELOBBY" with lore "&c&nKlik &7for at købe &cHERO &7i larmelobby." to close then run [ make player execute command "/bcrank1" ]
  35. format slot 4 of player with book named "&eSHOPPYLOBBY" with lore "&c&nKlik &7for at købe &cHERO &7i larmelobby." to close then run [ make player execute command "/bcrank2" ]
  36.  
  37.  
  38.  
  39. command /bcrank1:
  40. trigger:
  41. wait 2 ticks
  42. broadcast "&eBUYCRAFT &8> &e%command sender% &7vil gerne købe rank &cHERO &7for 500 ems i &elarmelobby&7."
  43.  
  44. command /bcrank2:
  45. trigger:
  46. wait 2 ticks
  47. broadcast "&eBUYCRAFT &8> &e%command sender% &7vil gerne købe rank &cHERO &7for 500 ems i &eshoppylobby&7."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement