Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. #=====Teleports=====#
  2. options:
  3. slot 10: slot 10 of player with diamond sword named "&9Factions" with lore "&fWant to survive in Factions? Click Here!" to close then run [skellettcord send player to factions]
  4. slot 13: slot 13 of player with paper named "&fCezmic Network Info" with lore "&f&lComing soon!" to close
  5. slot 16: slot 16 of player with grass named "&cSkyblock" to close then run [make player execute "server skyblock"]
  6.  
  7. #=====Left Side=====#
  8. options:
  9. slot 0: slot 0 of player with blue glass named "&1Blue" to close
  10. slot 1: slot 1 of player with blue glass named "&1Blue" to close
  11. slot 2: slot 2 of player with blue glass named "&1Blue" to close
  12. slot 3: slot 3 of player with blue glass named "&1Blue" to close
  13. slot 9: slot 9 of player with blue glass named "&1Blue" to close
  14. slot 11: slot 11 of player with blue glass named "&1Blue" to close
  15. slot 18: slot 18 of player with blue glass named "&1Blue" to close
  16. slot 19: slot 19 of player with blue glass named "&1Blue" to close
  17. slot 20: slot 20 of player with blue glass named "&1Blue" to close
  18. #=====Right side=====#
  19. slot 6: slot 6 of player with blue glass named "&1Blue" to close
  20. slot 7: slot 7 of player with blue glass named "&1Blue" to close
  21. slot 8: slot 8 of player with blue glass named "&1Blue" to close
  22. slot 15: slot 15 of player with blue glass named "&1Blue" to close
  23. slot 17: slot 17 of player with blue glass named "&1Blue" to close
  24. slot 24: slot 24 of player with blue glass named "&1Blue" to close
  25. slot 25: slot 25 of player with blue glass named "&1Blue" to close
  26. slot 26: slot 26 of player with blue glass named "&1Blue" to close
  27. #=====Middle=====#
  28. slot 4: slot 4 of player with black glass named "&1Blue" to close
  29. slot 12: slot 12 of player with black glass named "&1Blue" to close
  30. slot 14: slot 14 of player with black glass named "&1Blue" to close
  31. slot 22: slot 22 of player with black glass named "&1Blue" to close
  32. #=====Middle Corners=====#
  33. slot 3: slot 3 of player with cyan glass named "&1Blue" to close
  34. slot 5: slot 5 of player with cyan glass named "&1Blue" to close
  35. slot 21: slot 21 of player with cyan glass named "&1Blue" to close
  36. slot 23: slot 23 of player with cyan glass named "&1Blue" to close
  37. on leftclick with compass:
  38. cancel event
  39. open chest with 3 rows named "&c&lCezmic Selector" to player
  40. format {@slot 10}#Sword Slot#
  41. format {@slot 16}#Grass Slot#
  42. format {@slot 0}
  43. format {@slot 1}
  44. format {@slot 2}
  45. format {@slot 9}
  46. format {@slot 11}
  47. format {@slot 18}
  48. format {@slot 19}
  49. format {@slot 20}
  50. #=====Middle Corners left click=====#
  51. format {@slot 3}
  52. format {@slot 5}
  53. format {@slot 21}
  54. format {@slot 23}
  55. #=====Middle of left click=====#
  56. format {@slot 4}
  57. format {@slot 12}
  58. format {@slot 13}#Icon in middle#
  59. format {@slot 14}
  60. format {@slot 22}
  61. #=====RightSide of left click=====#
  62. format {@slot 10}#Sword Slot#
  63. format {@slot 16}#Grass Slot#
  64. format {@slot 6}
  65. format {@slot 7}
  66. format {@slot 8}
  67. format {@slot 15}
  68. format {@slot 17}
  69. format {@slot 24}
  70. format {@slot 25}
  71. format {@slot 26}
  72. on rightclick with compass:
  73. open chest with 3 rows named "&c&lCezmic Selector" to player
  74. format {@slot 10}#Sword Slot#
  75. format {@slot 16}#Grass Slot#
  76. format {@slot 6}
  77. format {@slot 7}
  78. format {@slot 8}
  79. format {@slot 15}
  80. format {@slot 17}
  81. format {@slot 24}
  82. format {@slot 25}
  83. format {@slot 26}
  84. #=====Middle Corners left click=====#
  85. format {@slot 3}
  86. format {@slot 5}
  87. format {@slot 21}
  88. format {@slot 23}
  89. #=====Middle of right click=====#
  90. format {@slot 4}
  91. format {@slot 12}
  92. format {@slot 13}#Icon in middle#
  93. format {@slot 14}
  94. format {@slot 22}
  95. #=====Left side for right click=====#
  96. format {@slot 10}#Sword Slot#
  97. format {@slot 16}#Grass Slot#
  98. format {@slot 0}
  99. format {@slot 1}
  100. format {@slot 2}
  101. format {@slot 9}
  102. format {@slot 11}
  103. format {@slot 18}
  104. format {@slot 19}
  105. format {@slot 20}
  106. #======On events=====#
  107. on join:
  108. set slot 0 of player to compass with name "&cServer Selector"
  109. on drop:
  110. cancel event
  111. on inventory click:
  112. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement