Advertisement
simsen55

Untitled

Jun 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. command /warp:
  2. aliases: w
  3. trigger:
  4. wait 3 ticks
  5. open chest with 6 rows named "&b&lWARPS" to player
  6. wait 3 ticks
  7. if player has permission "warpa":
  8. format slot 9 of player with 1 160:5 named "&cA" with lore "&cKlik her!" to close then run [execute player command "/warps a"]
  9. else:
  10. format slot 9 of player with 1 160:14 named "&cA" with lore "&cFå adgang via /Rankup!" to close
  11. if player has permission "warpb":
  12. format slot 10 of player with 1 160:5 named "&aB" with lore "&cKlik her!" to close then run [execute player command "/warps b"]
  13. else:
  14. format slot 10 of player with 1 160:14 named "&aB" with lore "&cFå adgang via /Rankup!" to close
  15. if player has permission "warpc":
  16. format slot 11 of player with 1 160:5 named "&7C" with lore "&cKlik her!" to close then run [execute player command "/warps c"]
  17. else:
  18. format slot 11 of player with 1 160:14 named "&7C" with lore "&cFå adgang via /Rankup!" to close
  19. if player has permission "warpd":
  20. format slot 12 of player with 1 160:5 named "&3D" with lore "&cFå adgang via /Rankup!" to close then run [execute player command "/warps d"]
  21. else:
  22. format slot 12 of player with 1 160:14 named "&3D" with lore "&cFå adgang via /Rankup!" to close
  23. if player has permission "warpe":
  24. format slot 13 of player with 1 160:5 named "&eE" with lore "&cKlik her!" to close then run [execute player command "/warps e"]
  25. else:
  26. format slot 13 of player with 1 160:14 named "&eE" with lore "&cFå adgang via /Rankup!" to close
  27. if player has permission "warpf":
  28. format slot 14 of player with 1 160:5 named "&2F" with lore "&cKlik her!" to close then run [execute player command "/warp f"]
  29. else:
  30. format slot 14 of player with 1 160:14 named "&2F" with lore "&cFå adgang via /Rankup!" to close
  31. if player has permission "warpg":
  32. format slot 15 of player with 1 160:5 named "&6G" with lore "&cKlik her!" to close then run [execute player command "/warps g"]
  33. else:
  34. format slot 15 of player with 1 160:14 named "&6G" with lore "&cFå adgang via /Rankup!" to close
  35. if player has permission "warph":
  36. format slot 16 of player with 1 160:5 named "&bH" with lore "&cKlik her!" to close then run [execute player command "/warps h"]
  37. else:
  38. format slot 16 of player with 1 160:14 named "&bH" with lore "&cFå adgang via /Rankup!" to close
  39. if player has permission "warpi":
  40. format slot 17 of player with 1 160:5 named "&9I" with lore "&cKlik her!" to close then run [execute player command "/warps i"]
  41. else:
  42. format slot 17 of player with 1 160:14 named "&9I" with lore "&cFå adgang via /Rankup!" to close
  43. if player has permission "warpj":
  44. format slot 18 of player with 1 160:5 named "&1J" with lore "&cKlik her!" to close then run [execute player command "/warps j"]
  45. else:
  46. format slot 18 of player with 1 160:14 named "&1J" with lore "&cFå adgang via /Rankup!" to close
  47. if player has permission "warpk":
  48. format slot 19 of player with 1 160:5 named "&0K" with lore "&cKlik her!" to close then run [execute player command "/warps k"]
  49. else:
  50. format slot 19 of player with 1 160:14 named "&0K" with lore "&cFå adgang via /Rankup!" to close
  51. if player has permission "warpl":
  52. format slot 20 of player with 1 160:5 named "&5L" with lore "&cKlik her!" to close then run [execute player command "/warps l"]
  53. else:
  54. format slot 20 of player with 1 160:14 named "&5L" with lore "&cFå adgang via /Rankup!" to close
  55. if player has permission "warpm":
  56. format slot 21 of player with 1 160:5 named "&dM" with lore "&cKlik her!" to close then run [execute player command "warps m"]
  57. else:
  58. format slot 21 of player with 1 160:14 named "&dM" with lore "&cFå adgang via /Rankup!" to close
  59. if player has permission "warpn":
  60. format slot 22 of player with 1 160:5 named "&3N" with lore "&cKlik her!" to close then run [execute player command "/warps n"]
  61. else:
  62. format slot 22 of player with 1 160:14 named "&3N" with lore "&cFå adgang via /Rankup!" to close
  63. if player has permission "warpo":
  64. format slot 23 of player with 1 160:5 named "&aO" with lore "&cKlik her!" to close then run [execute player command "/warps o"]
  65. else:
  66. format slot 23 of player with 1 160:14 named "&aO" with lore "&cFå adgang via /Rankup!" to close
  67. if player has permission "warpp":
  68. format slot 24 of player with 1 160:5 named "&1P" with lore "&cKlik her!" to close then run [execute player command "/warps p"]
  69. else:
  70. format slot 24 of player with 1 160:14 named "&1P" with lore "&cFå adgang via /Rankup!" to close
  71. if player has permission "warpq":
  72. format slot 25 of player with 1 160:5 named "&cQ" with lore "&cKlik her!" to close then run [execute player command "/warps q"]
  73. else:
  74. format slot 25 of player with 1 160:14 named "&cQ" with lore "&cFå adgang via /Rankup!" to close
  75. if player has permission "warpr":
  76. format slot 26 of player with 1 160:5 named "&eR" with lore "&cKlik her!" to close then run [execute player command "/warps r"]
  77. else:
  78. format slot 26 of player with 1 160:14 named "&eR" with lore "&cFå adgang via /Rankup!" to close
  79. if player has permission "warps":
  80. format slot 27 of player with 1 160:5 named "&aS" with lore "&cKlik her!" to close then run [execute player command "/warps s"]
  81. else:
  82. format slot 27 of player with 1 160:14 named "&aS" with lore "&cFå adgang via /Rankup!" to close
  83. if player has permission "warpt":
  84. format slot 28 of player with 1 160:5 named "&9T" with lore "&cKlik her!" to close then run [execute player command "/warps t"]
  85. else:
  86. format slot 28 of player with 1 160:14 named "&9T" with lore "&cFå adgang via /Rankup!" to close
  87. if player has permission "warpd":
  88. format slot 29 of player with 1 160:5 named "&dU" with lore "&cKlik her!" to close then run [execute player command "/warps u"]
  89. else:
  90. format slot 29 of player with 1 160:14 named "&dU" with lore "&cFå adgang via /Rankup!" to close
  91. if player has permission "warpv":
  92. format slot 30 of player with 1 160:5 named "&fV" with lore "&cKlik her!" to close then run [execute player command "/warps v"]
  93. else:
  94. format slot 30 of player with 1 160:14 named "&fV" with lore "&cFå adgang via /Rankup!" to close
  95. if player has permission "warpx":
  96. format slot 31 of player with 1 160:5 named "&bX" with lore "&cKlik her!" to close then run [execute player command "/warps x"]
  97. else:
  98. format slot 31 of player with 1 160:14 named "&bX" with lore "&cFå adgang via /Rankup!" to close
  99. if player has permission "warpy":
  100. format slot 32 of player with 1 160:5 named "&eY" with lore "&cKlik her!" to close then run [execute player command "/warps y"]
  101. else:
  102. format slot 32 of player with 1 160:14 named "&eY" with lore "&cFå adgang via /Rankup!" to close
  103. if player has permission "warpz":
  104. format slot 33 of player with 1 160:5 named "&4Z" with lore "&cKlik her!" to close then run [execute player command "/warps z"]
  105. else:
  106. format slot 33 of player with 1 160:14 named "&4Z" with lore "&cFå adgang via /Rankup!" to close
  107. format slot 49 of player with 1 45 named "&eDonator Mines" with lore "&cKommer.." to close then run [execute player command "/warp plots"]
  108. format slot 48 of player with 1 1 named "&eDonator Mines" with lore "&cKommer.." to close then run [execute player command "/warp shop"]
  109. format slot 50 of player with 1 diamond sword named "&eDonator Mines" with lore "&cKommer.." to close then run [execute player command "/spawn"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement