Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. command /buy:
  2. trigger:
  3. wait 3 tick
  4. open chest with 3 rows named "&6BETINGELSER" to player
  5. format slot 4 of player with skull of player named "&4&lNAVN:" with lore "&e%player%" to be unstealable
  6. format slot 12 of player with green stained clay named "&2&lJEG ACCEPTERE." to close then run [make player execute command "/bamsersbuy2go"]
  7. format slot 14 of player with red stained clay named "&4&lJEG ACCEPTERE IKKE." to close
  8.  
  9. command /bamsersbuy2go:
  10. trigger:
  11. wait 3 tick
  12. open chest with 3 rows named "&4&lBuy&c&lCraft" to player
  13. format slot 11 of player with enchanted book named "&4&lRANKS" to close then run [make player execute command "/bamsersbuyrank"]
  14. format slot 13 of player with enchanted book named "&4&lKITS" to close then run [make player execute command "/bamsersbuykit"]
  15. format slot 15 of player with enchanted book named "&4&lEKSTRA SAGER" to close then run [make player execute command "/bamsersbuyekstrasager"]
  16. format slot 0 of player with blue stained glass pane named "" to be unstealable
  17. format slot 1 of player with blue stained glass pane named "" to be unstealable
  18. format slot 2 of player with blue stained glass pane named "" to be unstealable
  19. format slot 3 of player with blue stained glass pane named "" to be unstealable
  20. format slot 4 of player with blue stained glass pane named "" to be unstealable
  21. format slot 5 of player with blue stained glass pane named "" to be unstealable
  22. format slot 6 of player with blue stained glass pane named "" to be unstealable
  23. format slot 7 of player with blue stained glass pane named "" to be unstealable
  24. format slot 8 of player with blue stained glass pane named "" to be unstealable
  25. format slot 10 of player with blue stained glass pane named "" to be unstealable
  26. format slot 12 of player with blue stained glass pane named "" to be unstealable
  27. format slot 14 of player with blue stained glass pane named "" to be unstealable
  28. format slot 16 of player with blue stained glass pane named "" to be unstealable
  29. format slot 18 of player with blue stained glass pane named "" to be unstealable
  30. format slot 19 of player with blue stained glass pane named "" to be unstealable
  31. format slot 20 of player with blue stained glass pane named "" to be unstealable
  32. format slot 21 of player with blue stained glass pane named "" to be unstealable
  33. format slot 22 of player with blue stained glass pane named "" to be unstealable
  34. format slot 23 of player with blue stained glass pane named "" to be unstealable
  35. format slot 24 of player with blue stained glass pane named "" to be unstealable
  36. format slot 25 of player with blue stained glass pane named "" to be unstealable
  37. format slot 26 of player with blue stained glass pane named "" to be unstealable
  38. format slot 9 of player with paper named "&4&lBuy&c&lCraft &8&l(&4version &f&l1.0&8&l)" to be unstealable
  39. format slot 17 of player with paper named "&4&lBuy&c&lCraft &8&l(&4version &f&l1.0&8&l)" to be unstealable
  40.  
  41. command /bamsersbuyrank:
  42. trigger:
  43. wait 3 tick
  44. open chest with 3 rows named "&c&lRanks" to player
  45. format slot 12 of player with glowing diamond sword named "&6&lMAFIA &8[&c100 DKK&8]" to close then run [make player execute command "/bamsersbuymafia"]
  46. format slot 14 of player with wheat named "&3&lGANGSTER &8[&c150 DKK&8]" to close then run [make player execute command "/bamsersbuygangster"]
  47. command /bamsersbuykit:
  48. trigger:
  49. wait 3 tick
  50. open chest with 3 rows named "&c&lEkstra Sager" to player
  51. format slot 12 of player with glowing iron bars named "&c&lROBBER &8[&c125 DKK&8]" to close then run [make player execute command "/bamsersbuyrobber"]
  52. format slot 14 of player with glowing golden sword named "&2&lASSASSIN &8[&c150 DKK&8]" to close then run [make player execute command "/bamsersbuyassassin"]
  53.  
  54. command /bamsersbuymafia:
  55. trigger:
  56. send "LINK" to player
  57.  
  58. command /bamsersbuygangster:
  59. trigger:
  60. send "LINK" to player
  61.  
  62. command /bamsersbuyrobber:
  63. trigger:
  64. send "LINK" to player
  65.  
  66. command /bamsersbuyassassin:
  67. trigger:
  68. send "LINK" to player
  69.  
  70. command /bamsersbuygoodiebag:
  71. trigger:
  72. send "LINK" to player
  73.  
  74. command /bamsersbuysergent:
  75. trigger:
  76. send "LINK" to player
  77.  
  78. command /bamsersbuyekstrasager:
  79. trigger:
  80. wait 3 tick
  81. open chest with 3 rows named "&b&lEKSTRA SAGER" to player
  82. format slot 12 of player with minecart named "&a&lGOODIEBAG &8[&c30 DKK&8]" to close then run [make player execute command "/bamsersbuygoodiebag"]
  83. format slot 14 of player with glowing golden helmet named "&8&lSERGENT RANK &8[&c250 DKK&8]" to close then run [make player execute command "/bamsersbuysergent"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement