Guest User

Untitled

a guest
Aug 22nd, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1.  
  2.  
  3. #-- Config
  4. options:
  5.  
  6. slot 0: slot 0 of player with 95 named "&7&l-" to close then run ""
  7. slot 1: slot 1 of player with 95 named "&7&l-" to close then run ""
  8. slot 2: slot 2 of player with 95 named "&7&l-" to close then run ""
  9. slot 3: slot 3 of player with 95 named "&7&l-" to close then run ""
  10. slot 4: slot 4 of player with 95 named "&7&l-" to close then run ""
  11. slot 5: slot 5 of player with 95 named "&7&l-" to close then run ""
  12. slot 6: slot 6 of player with 95 named "&7&l-" to close then run ""
  13. slot 7: slot 7 of player with 95 named "&7&l-" to close then run ""
  14. slot 8: slot 8 of player with 95 named "&7&l-" to close then run ""
  15. slot 9: slot 9 of player with 95 named "&7&l-" to close then run ""
  16. slot 10: slot 10 of player with blaze rod named "&3&l1v1" to close then run ""
  17. slot 11: slot 11 of player with chain chestplate named "&c&lMain" to close then run ""
  18. slot 12: slot 12 of player with lava bucket named "&6&lLAVA CHALLANGE" to close then run ""
  19. slot 13: slot 13 of player with mushroom stew named "&a&lEarlyHG" to close then run ""
  20. slot 14: slot 14 of player with 354 named "&5&lRDM" to close then run ""
  21. slot 15: slot 15 of player with 35 named "&5&lMDR" to close then run ""
  22. slot 16: slot 16 of player with glass named "&f&lFPS" to close then run ""
  23. slot 17: slot 17 of player with 95 named "&7&l-" to close then run ""
  24. slot 18: slot 18 of player with 95 named "&7&l-" to close then run ""
  25. slot 19: slot 19 of player with 95 named "&7&l-" to close then run ""
  26. slot 20: slot 20 of player with 95 named "&7&l-" to close then run ""
  27. slot 21: slot 21 of player with 95 named "&7&l-" to close then run ""
  28. slot 22: slot 22 of player with 95 named "&7&l-" to close then run ""
  29. slot 23: slot 23 of player with 95 named "&7&l-" to close then run ""
  30. slot 24: slot 24 of player with 95 named "&7&l-" to close then run ""
  31. slot 25: slot 25 of player with 95 named "&7&l-" to close then run ""
  32. slot 26: slot 26 of player with 95 named "&7&l-" to close then run ""
  33.  
  34. # FIM DA CONFIGURAÇÃO #
  35.  
  36.  
  37.  
  38. #-- Warps em GUI
  39.  
  40. on click holding book and quill:
  41. open chest with 3 row named " &6&lWarps" to player
  42. wait 2 tick
  43. format {@slot 0}
  44. format {@slot 1}
  45. format {@slot 2}
  46. format {@slot 3}
  47. format {@slot 4}
  48. format {@slot 5}
  49. format {@slot 6}
  50. format {@slot 7}
  51. format {@slot 8}
  52. format {@slot 9}
  53. format {@slot 10}
  54. format {@slot 11}
  55. format {@slot 12}
  56. format {@slot 13}
  57. format {@slot 14}
  58. format {@slot 15}
  59. format {@slot 16}
  60. format {@slot 17}
  61. format {@slot 18}
  62. format {@slot 19}
  63. format {@slot 20}
  64. format {@slot 21}
  65. format {@slot 22}
  66. format {@slot 23}
  67. format {@slot 24}
  68. format {@slot 25}
  69. format {@slot 26}
  70.  
  71. #-- Comandos de setar
  72.  
  73. command /setwarp [<text>]:
  74. permission: {@permissão}
  75. permission message: {@mp}
  76. trigger:
  77. if arg 1 is "1v1":
  78. send "&cVocê setou a warp: &f%arg 1%"
  79. set {Warps.%arg 1%} to location of player
  80. if arg 1 is "fps":
  81. send "&cVocê setou a warp: &f%arg 1%"
  82. set {Warps.%arg 1%} to location of player
  83. if arg 1 is "earlyhg":
  84. send "&cVocê setou a warp: &f%arg 1%"
  85. set {Warps.%arg 1%} to location of player
  86. if arg 1 is "lavachallange":
  87. send "&cVocê setou a warp: &f%arg 1%"
  88. set {Warps.%arg 1%} to location of player
  89. if arg 1 is "rdm":
  90. send "&cVocê setou a warp: &f%arg 1%"
  91. set {Warps.%arg 1%} to location of player
  92. if arg 1 is "mdr":
  93. send "&cVocê setou a warp: &f%arg 1%"
  94. set {Warps.%arg 1%} to location of player
  95. if arg 1 is "main":
  96. send "&cVocê setou a warp: &f%arg 1%"
  97. set {Warps.%arg 1%} to location of player
Advertisement
Add Comment
Please, Sign In to add comment