Advertisement
Guest User

Mama_queen 2

a guest
Mar 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. on world change:
  2. world is "punch":
  3. clear player's inventory
  4. if player has permission "Member.punch":
  5. clear player's inventory
  6. give 1 stick of knockback 1 and unbreaking 10 named "&9&lMember" to player
  7. give 1 bow of punch 1 and unbreaking 10 named "&9&lMember" to player
  8. give 1 arrow of unbreaking 10 named "&9&lMember" to player
  9. give 1 feather of unbreaking 10 named "&9&lMember" to player
  10. give 1 enderpearl of unbreaking 10 named "&9&lMember" to player
  11. if player has permission "Gold.punch":
  12. clear player's inventory
  13. give 1 stick of knockback 2 and unbreaking 10 named "&6&lGold" to player
  14. give 1 bow of punch 2 and unbreaking 10 named "&6&lGold" to player
  15. give 2 arrow of unbreaking 10 named "&6&lGold" to player
  16. give 1 feather of unbreaking 10 named "&6&lGold" to player
  17. give 2 enderpearl of unbreaking 10 named "&6&lGold" to player
  18. if player has permission "Diamond.Punch":
  19. clear player's inventory
  20. give 1 stick of knockback 3 and unbreaking 10 named "&b&lDiamond" to player
  21. give 1 bow of punch 3 and unbreaking 10 named "&b&lDiamond" to player
  22. give 2 arrow of unbreaking 10 named "&b&lDiamond" to player
  23. give 1 feather of unbreaking 10 named "&b&lDiamond" to player
  24. give 2 enderpearl of unbreaking 10 named "&b&lDiamond" to player
  25. if player has permission "Emerald.Punch":
  26. clear player's inventory
  27. give 1 stick of knockback 4 and unbreaking 10 named "&a&lEmerald" to player
  28. give 1 bow of punch 4 and unbreaking 10 named "&a&lEmerald" to player
  29. give 4 arrow of unbreaking 10 named "&a&lEmerald" to player
  30. give 1 feather of unbreaking 10 named "&a&lEmerald" to player
  31. give 3 enderpearl of unbreaking 10 named "&a&lEmerald" to player
  32. on death:
  33. world is "punch":
  34. attacker is a player
  35. victim is a player
  36. add 1 to {KillPunch.%attacker%}
  37. add 1 to {DeathsPunch.%victim%}
  38. broadcast "&3&l%Victim% &4&lWas kKilled By &c&l%attacker%!"
  39. send "&4&lYou was killed by &3&l%attacker%" to vicitm
  40. send "&$&lYou have killed &3&l%victim!" to attacker
  41. heal attacker
  42. on death:
  43. world is "punch":
  44. clear player's inventory
  45. if player has permission "Member.punch":
  46. clear player's inventory
  47. give 1 stick of knockback 1 and unbreaking 10 named "&9&lMember" to player
  48. give 1 bow of punch 1 and unbreaking 10 named "&9&lMember" to player
  49. give 1 arrow of unbreaking 10 named "&9&lMember" to player
  50. give 1 feather of unbreaking 10 named "&9&lMember" to player
  51. give 1 enderpearl of unbreaking 10 named "&9&lMember" to player
  52. if player has permission "Gold.punch":
  53. clear player's inventory
  54. give 1 stick of knockback 2 and unbreaking 10 named "&6&lGold" to player
  55. give 1 bow of punch 2 and unbreaking 10 named "&6&lGold" to player
  56. give 2 arrow of unbreaking 10 named "&6&lGold" to player
  57. give 1 feather of unbreaking 10 named "&6&lGold" to player
  58. give 2 enderpearl of unbreaking 10 named "&6&lGold" to player
  59. if player has permission "Diamond.Punch":
  60. clear player's inventory
  61. give 1 stick of knockback 3 and unbreaking 10 named "&b&lDiamond" to player
  62. give 1 bow of punch 3 and unbreaking 10 named "&b&lDiamond" to player
  63. give 2 arrow of unbreaking 10 named "&b&lDiamond" to player
  64. give 1 feather of unbreaking 10 named "&b&lDiamond" to player
  65. give 2 enderpearl of unbreaking 10 named "&b&lDiamond" to player
  66. if player has permission "Emerald.Punch":
  67. clear player's inventory
  68. give 1 stick of knockback 4 and unbreaking 10 named "&a&lEmerald" to player
  69. give 1 bow of punch 4 and unbreaking 10 named "&a&lEmerald" to player
  70. give 4 arrow of unbreaking 10 named "&a&lEmerald" to player
  71. give 1 feather of unbreaking 10 named "&a&lEmerald" to player
  72. give 3 enderpearl of unbreaking 10 named "&a&lEmerald" to player
  73. on rightclick with feather:
  74. world is "punch":
  75. push player upwards at speed 4
  76. send "&4&lFly!" to player
  77. remove 1 feather from player's inventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement