Advertisement
Guest User

ApQd Sp

a guest
Mar 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. on Click on gold block:
  2. world is "Skypvp":
  3. if player has permission "kit.Topex":
  4. equip player with chain helmet of Unbreaking 3 named "&6&lTopex"
  5. equip player with chain chestplate of Unbreaking 3 named "&6&lTopex"
  6. equip player with chain leggings of Unbreaking 3 named "&6&lTopex"
  7. equip player with chain boots of Unbreaking 3 named "&6&lTopex"
  8. Give player stone sword of Sharpness 1 and Unbreaking 3 named "&6&lTopex"
  9. Give player Fishing Rod of Unbreaking 3 named "&6&lTopex"
  10. Give player 64 Stone Bricks Block named "&6&lTopex"
  11. show 20 "cloud" particles at location of player for player
  12. on Click on Diamond block:
  13. world is "Skypvp":
  14. if player has permission "kit.VIP":
  15. equip player with leather helmet of Unbreaking 3 named "&b&lVIP"
  16. equip player with chain chestplate of Unbreaking 3 named "&b&lVIP"
  17. equip player with chain leggings of Unbreaking 3 named "&b&lVIP"
  18. equip player with leather boots of Unbreaking 3 named "&b&lVIP"
  19. Give player stone sword of Sharpness 1 and Unbreaking 3 named "&b&lVIP"
  20. Give player Fishing Rod of Unbreaking 3 named "&b&lVIP"
  21. Give player 64 Stone Bricks Block named "&b&lVIP"
  22. show 20 "cloud" particles at location of player for player
  23. on Click on iron block:
  24. world is "Skypvp":
  25. if player has permission "kit.Member":
  26. equip player with leather helmet of Unbreaking 3 named "&9&lMember"
  27. equip player with chain chestplate of Unbreaking 3 named "&9&lMember"
  28. equip player with leather leggings of Unbreaking 3 named "&9&lMember"
  29. equip player with leather boots of Unbreaking 3 named "&9&lMember"
  30. Give player stone sword of Sharpness 1 and Unbreaking 3 named "&9&lMember"
  31. Give player Fishing Rod of Unbreaking 3 named "&9&lMember"
  32. Give player 64 Stone Bricks Block named "&9&lMember"
  33. show 20 "cloud" particles at location of player for player
  34. world is "Skypvp":
  35. on rightclick on sign:
  36. world is "Skypvp":
  37. line 1 of event-block is "ICP"
  38. send "&cDone"
  39. wait 1 tick
  40. Give player Iron Chestplate of Unbreaking 3 named "&cTopexMC"
  41. on rightclick on sign:
  42. world is "Skypvp":
  43. line 1 of event-block is "IH"
  44. send "&cDone"
  45. wait 1 tick
  46. Give player Diamond helmet of Unbreaking 3 named "&cTopexMC"
  47. on rightclick on sign:
  48. world is "Skypvp":
  49. line 1 of event-block is "IL"
  50. send "&cDone"
  51. wait 1 tick
  52. Give player iron leggings of Unbreaking 3 named "&cTopexMC"
  53. on rightclick on sign:
  54. world is "Skypvp":
  55. line 1 of event-block is "GoldenApple"
  56. send "&cDone"
  57. wait 1 tick
  58. Give player 16 Golden Apple named "&cTopexMC"
  59. on rightclick on sign:
  60. world is "Skypvp":
  61. line 1 of event-block is "DB"
  62. send "&cDone"
  63. wait 1 tick
  64. Give player Diamond boots of Unbreaking 3 named "&cTopexMC"
  65. on rightclick on sign:
  66. world is "Skypvp":
  67. line 1 of event-block is "IS"
  68. send "&cDone"
  69. wait 1 tick
  70. Give player iron sword of Unbreaking 3 named "&cTopexMC"
  71. on rightclick on sign:
  72. world is "Skypvp":
  73. line 1 of event-block is "Bow"
  74. send "&cDone"
  75. wait 1 tick
  76. Give player bow of Unbreaking 3 named "&cTopexMC"
  77. on rightclick on sign:
  78. world is "Skypvp":
  79. line 1 of event-block is "Arrow"
  80. send "&cDone"
  81. wait 1 tick
  82. Give player 16 Arrow named "&cTopexMC"
  83. on rightclick on sign:
  84. world is "Skypvp":
  85. line 1 of event-block is "SB"
  86. send "&cDone"
  87. wait 1 tick
  88. Give player 16 stone Brick named "&cTopexMC"
  89. on death of a player:
  90. on death of a player:
  91. world is "Skypvp":
  92. if attacker is a player:
  93. heal the attacker
  94. send "&cYou Have been kill &3%player%" to attacker
  95. send "&cYou have been killed by &3%attacker%" to player
  96. send "&a&kT&9 &3%attacker% have kill &4%player% &a&kT" to all players in world
  97. on death:
  98. clear drops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement