Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. on death:
  2. if victim's name is "§7Weak Skeleton":
  3. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  4. execute console command "/scoreboard players add %attacker% soul 1"
  5. stop
  6. if victim's name is "§7Skeleton":
  7. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  8. execute console command "/scoreboard players add %attacker% soul 1"
  9. stop
  10. if victim's name is "§7Stick Skeleton":
  11. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  12. execute console command "/scoreboard players add %attacker% soul 1"
  13. stop
  14. if victim's name is "§7Armor Skeleton":
  15. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  16. execute console command "/scoreboard players add %attacker% soul 1"
  17. stop
  18. if victim's name is "§7Sword Skeleton":
  19. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  20. execute console command "/scoreboard players add %attacker% soul 1"
  21. stop
  22. if victim's name is "§7Light Skeleton":
  23. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  24. execute console command "/scoreboard players add %attacker% soul 1"
  25. stop
  26. if victim's name is "§7Archer Skeleton":
  27. message "§6>> §aKill成功! §b1soul§a獲得!" to attacker
  28. execute console command "/scoreboard players add %attacker% soul 1"
  29. stop
  30. if victim's name is "§eSkeleton Soldier":
  31. message "§6>> §aKill成功! §b2soul§a獲得!" to attacker
  32. execute console command "/scoreboard players add %attacker% soul 2"
  33. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement