Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. command /daj [<text>]:
  2. trigger:
  3. if arg-1 is "1":
  4. add 1 stone slab item named "&9Podwojny: &7StoneSlab" to player's inventory
  5. else if arg-1 is "2":
  6. add 1 17 named "&9Kora: &7Debu" to player's inventory
  7. else if arg-1 is "3":
  8. add 1 spruce wood block named "&9Kora: &7Sosny" to player's inventory
  9. else if arg-1 is "4":
  10. add 1 birch wood block named "&9Kora: &7Brzozy" to player's inventory
  11. else if arg-1 is "5":
  12. add 1 jungle wood block named "&9Kora: &7Jungli" to player's inventory
  13. else if arg-1 is "6":
  14. add 1 162 named "&9Kora: &7Akacji" to player's inventory
  15. else if arg-1 is "7":
  16. add 1 162:1 named "&9Kora: &7Ciemnego Debu" to player's inventory
  17. else if arg-1 is not set:
  18. send "&7Poprawne uzycie /bloki <id>" to player
  19. send "&eLista ID:" to player
  20. send "&7- &e1 &7- &9Podwojny: &7StoneSlab" to player
  21. send "&7- &e2 &7- &9Kora: &7Debu" to player
  22. send "&7- &e3 &7- &9Kora: &7Sosny" to player
  23. send "&7- &e4 &7- &9Kora: &7Brzozy" to player
  24. send "&7- &e5 &7- &9Kora: &7Jungli" to player
  25. send "&7- &e6 &7- &9Kora: &7Akacji" to player
  26. send "&7- &e7 &7- &9Kora: &7Ciemnego Debu" to player
  27. else if arg-1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7":
  28. send "&7Poprawne uzycie /bloki <id>" to player
  29. send "&eLista ID:" to player
  30. send "&7- &e1 &7- &9Podwojny: &7StoneSlab" to player
  31. send "&7- &e2 &7- &9Kora: &7Debu" to player
  32. send "&7- &e3 &7- &9Kora: &7Sosny" to player
  33. send "&7- &e4 &7- &9Kora: &7Brzozy" to player
  34. send "&7- &e5 &7- &9Kora: &7Jungli" to player
  35. send "&7- &e6 &7- &9Kora: &7Akacji" to player
  36. send "&7- &e7 &7- &9Kora: &7Ciemnego Debu" to player
  37. on place:
  38. if name of player's tool is "&9Podwojny: &7StoneSlab":
  39. set the block to upside-down double stone slab
  40. if name of player's tool is "&9Kora: &7Debu":
  41. set the block to 17:12
  42. if name of player's tool is "&9Kora: &7Sosny":
  43. set the block to 17:13
  44. if name of player's tool is "&9Kora: &7Brzozy":
  45. set the block to 17:14
  46. if name of player's tool is "&9Kora: &7Jungli":
  47. set the block to 17:15
  48. if name of player's tool is "&9Kora: &7Akacji":
  49. set the block to 162:12
  50. if name of player's tool is "&9Kora: &7Ciemnego Debu":
  51. set the block to 162:13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement