Advertisement
Flykatten

Untitled

Apr 1st, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. command /gives [<offline player>]:
  2. permission: rank.sk
  3. permission message: &cDet kunne være godt ik?
  4. trigger:
  5. if arg-1 is not set:
  6. send "&cHvem skal have ranken?"
  7.  
  8.  
  9. wait 1 ticks
  10.  
  11. open chest with 3 rows named "&1&lStaffRanks" to player
  12.  
  13. wait 1 ticks
  14.  
  15.  
  16. format slot 0 of player with 160 named "&f" to be unstealable
  17.  
  18. wait 1 ticks
  19.  
  20.  
  21. format slot 1 of player with 160:14 named "&f" to be unstealable
  22.  
  23. wait 1 ticks
  24.  
  25.  
  26. format slot 2 of player with 160:15 named "&f" to be unstealable
  27.  
  28. wait 1 ticks
  29.  
  30.  
  31. format slot 3 of player with 160:14 named "&f" to be unstealable
  32.  
  33. wait 1 ticks
  34.  
  35.  
  36. format slot 4 of player with 160 named "&f" to be unstealable
  37.  
  38. wait 1 ticks
  39.  
  40.  
  41. format slot 5 of player with 160:14 named "&f" to be unstealable
  42.  
  43. wait 1 ticks
  44.  
  45.  
  46. format slot 6 of player with 160:15 named "&f" to be unstealable
  47.  
  48. wait 1 ticks
  49.  
  50.  
  51. format slot 7 of player with 160:14 named "&f" to be unstealable
  52.  
  53. wait 1 ticks
  54.  
  55.  
  56. format slot 8 of player with 41 named "&d&lNæste Side" with lore "&bClick her" to close then run [execute player command "/gived"]
  57.  
  58. wait 1 ticks
  59.  
  60.  
  61. format slot 9 of player with 264 named "&cNavn På Playeren %arg 1%" to be unstealable
  62.  
  63. wait 1 ticks
  64.  
  65.  
  66. format slot 10 of player with book named "&d&lEjer" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% Ejer"]
  67.  
  68. wait 1 ticks
  69.  
  70.  
  71. format slot 11 of player with 160:5 named "&f" to be unstealable
  72.  
  73. wait 1 ticks
  74.  
  75.  
  76. format slot 12 of player with book named "&a&lAdmin" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% Admin"]
  77.  
  78. wait 1 ticks
  79.  
  80.  
  81. format slot 13 of player with 160:3 named "&d&lReload Skriptet" with lore "&bClick her" to close then run [execute console command "/sk reload staffranks"]
  82.  
  83. wait 1 ticks
  84.  
  85.  
  86. format slot 14 of player with book named "&d&lMod" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% mod"]
  87.  
  88. wait 1 ticks
  89.  
  90.  
  91. format slot 15 of player with 160:5 named "&f" to be unstealable
  92.  
  93. wait 1 ticks
  94.  
  95.  
  96. format slot 16 of player with book named "&4&lHjælper" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% helper"]
  97.  
  98. wait 1 ticks
  99.  
  100.  
  101. format slot 17 of player with 264 named "&cNavn På Playeren %arg 1%" to be unstealable
  102.  
  103. wait 1 ticks
  104.  
  105.  
  106. format slot 18 of player with 160 named "&f" to be unstealable
  107.  
  108. wait 1 ticks
  109.  
  110.  
  111. format slot 19 of player with 160:14 named "&f" to be unstealable
  112.  
  113. wait 1 ticks
  114.  
  115.  
  116. format slot 20 of player with 160:15 named "&f" to be unstealable
  117.  
  118. wait 1 ticks
  119.  
  120.  
  121. format slot 21 of player with 160:14 named "&f" to be unstealable
  122.  
  123. wait 1 ticks
  124.  
  125.  
  126. format slot 22 of player with 160 named "&f" to be unstealable
  127.  
  128. wait 1 ticks
  129.  
  130.  
  131. format slot 23 of player with 160:14 named "&f" to be unstealable
  132.  
  133. wait 1 ticks
  134.  
  135.  
  136. format slot 24 of player with 160:15 named "&f" to be unstealable
  137.  
  138. wait 1 ticks
  139.  
  140.  
  141. format slot 25 of player with 160:14 named "&f" to be unstealable
  142.  
  143. wait 1 ticks
  144.  
  145.  
  146. format slot 26 of player with 160 named "&f" to be unstealable
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. command /gived [<offline player>]:
  205. permission: rank.sk
  206. permission message: &cDet kunne være godt ik?
  207. trigger:
  208. if arg-1 is not set:
  209. send "&cHvem skal have ranken?"
  210.  
  211. wait 2 ticks
  212.  
  213. open chest with 3 rows named "&1&lDonater Ranks" to player
  214.  
  215.  
  216.  
  217. format slot 0 of player with 160 named "&f" to be unstealable
  218.  
  219.  
  220.  
  221. format slot 1 of player with 160:14 named "&f" to be unstealable
  222.  
  223.  
  224.  
  225. format slot 2 of player with 160:15 named "&f" to be unstealable
  226.  
  227.  
  228.  
  229. format slot 3 of player with 160:14 named "&f" to be unstealable
  230.  
  231.  
  232.  
  233. format slot 4 of player with 160 named "&f" to be unstealable
  234.  
  235.  
  236.  
  237. format slot 5 of player with 160:14 named "&f" to be unstealable
  238.  
  239.  
  240.  
  241. format slot 6 of player with 160:15 named "&f" to be unstealable
  242.  
  243.  
  244.  
  245. format slot 7 of player with 160:14 named "&f" to be unstealable
  246.  
  247.  
  248.  
  249. format slot 8 of player with 160 named "&f" to be unstealable
  250.  
  251.  
  252.  
  253. format slot 9 of player with 264 named "&cNavn På Playeren %arg 1%" to be unstealable
  254.  
  255.  
  256.  
  257. format slot 10 of player with book named "&e&lDevil" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% Devil"]
  258.  
  259.  
  260.  
  261. format slot 11 of player with 160:5 named "&f" to be unstealable
  262.  
  263.  
  264.  
  265. format slot 12 of player with book named "&a&lVagt" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% Vagt"]
  266.  
  267.  
  268.  
  269. format slot 13 of player with 160:5 named "&f" to be unstealable
  270.  
  271.  
  272.  
  273. format slot 14 of player with book named "&d&lAngel" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% Angel"]
  274.  
  275.  
  276.  
  277. format slot 15 of player with 160:5 named "&f" to be unstealable
  278.  
  279.  
  280.  
  281. format slot 16 of player with book named "&4&lJesus" with lore "&bClick her" to close then run [execute player command "/gr %arg 1% jesus"]
  282.  
  283.  
  284.  
  285. format slot 17 of player with 264 named "&cNavn På Playeren %arg 1%" to be unstealable
  286.  
  287.  
  288.  
  289. format slot 18 of player with 160 named "&f" to be unstealable
  290.  
  291.  
  292.  
  293. format slot 19 of player with 160:14 named "&f" to be unstealable
  294.  
  295.  
  296.  
  297. format slot 20 of player with 160:15 named "&f" to be unstealable
  298.  
  299.  
  300.  
  301. format slot 21 of player with 160:14 named "&f" to be unstealable
  302.  
  303.  
  304.  
  305. format slot 22 of player with 160 named "&f" to be unstealable
  306.  
  307.  
  308.  
  309. format slot 23 of player with 160:14 named "&f" to be unstealable
  310.  
  311.  
  312.  
  313. format slot 24 of player with 160:15 named "&f" to be unstealable
  314.  
  315.  
  316.  
  317. format slot 25 of player with 160:14 named "&f" to be unstealable
  318.  
  319.  
  320.  
  321. format slot 26 of player with 160 named "&f" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement