Kokoszka

Untitled

Dec 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. on death:
  2. attacker is a player
  3. victim is a snowman
  4. add 1 to {balwan.%attacker%}
  5. chance of 10%:
  6. give 1 iron ingot to the attacker
  7. send "&dGratulacje. &9Zdobyles sztabke zelaza" to the attacker
  8. chance of 10%:
  9. give 1 diamond to the attacker
  10. send "&dGratulacje. &9Zdobyles diament" to the attacker
  11. chance of 10%:
  12. give 1 gold ingot to the attacker
  13. send "&dGratulacje. &9Zdobyles sztabke zlota" to the attacker
  14. chance of 30%:
  15. give 1 ender pearl to the attacker
  16. send "&dGratulacje. &9Zdobyles perle endermana" to the attacker
  17. chance of 50%:
  18. give 1 cookie to the attacker
  19. send "&dGratulacje. &9Zdobyles ciastko" to the attacker
  20. chance of 50%:
  21. give 1 bucket of milk to the attacker
  22. send "&dGratulacje. &9Zdobyles mleko" to the attacker
  23.  
  24. command /balwan [<text>]:
  25. aliases: snowman
  26. trigger:
  27. if arg 1 is not set:
  28. send "&cWpisz /balwan pomoc"
  29. if arg 1 is "pomoc" or "help":
  30. if player has permissions "balwan.pomoc":
  31. send "&2Dostepne komendy"
  32. send "&f/balwan drop - informacje dot. dropu"
  33. send "&f/balwan licznik - ilosc zabic balwana"
  34. else:
  35. send "&cNie masz uprawnien"
  36. if arg 1 is "drop" or "szansa":
  37. if player has permissions "balwan.drop":
  38. send "&9Szansa na zdobycie przedmiotow po zabiciu balwana"
  39. send "&bDiament: 10%"
  40. send "&7Zelaza: 10%"
  41. send "&6Zloto: 10%"
  42. send "&9Perla endermana: 30%"
  43. send "&eCiastko: 50%"
  44. send "&fMleko: 50%"
  45. else:
  46. send "&cNie masz uprawnien"
Advertisement
Add Comment
Please, Sign In to add comment