CusT

ARCOO

Oct 31st, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1.  
  2.  
  3. command /zestaw:
  4. permission: arco.zestaw
  5. description: Dostajesz zestaw do kolorowania !
  6. trigger:
  7. execute console command "/give %player% 298 1"
  8. execute console command "/give %player% 299 1"
  9. execute console command "/give %player% 300 1"
  10. execute console command "/give %player% 301 1"
  11. send "&7Otrzymales czysty zestaw !"
  12.  
  13. command /lista:
  14. permission: arco.lista
  15. description: Pokazuje liste dostepnych kolorow
  16. trigger:
  17. send "&2Zielony" to player
  18. send "&1Niebieski " to player
  19. send "&0Czarny " to player
  20. send "&fBialy " to player
  21. send "&6Pomarancz " to player
  22. send "&4Czerwony " to player
  23. send "&5Fioletowy " to player
  24. send "&7Aby pokolorowac jakis przedmiot wpisz /<kolor>"
  25.  
  26. command /zielony:
  27. permission: arco.zielony
  28. description: Koloruj wybrana rzecz na zielono !
  29. trigger:
  30. colour the player's tool green
  31. send "&7Twoj item zostal pokolorowany na &2zielono !"
  32.  
  33. command /niebieski:
  34. permission: arco.niebieski
  35. description: Koloruj wybrana rzecz na niebiesko !
  36. trigger:
  37. colour the player's tool blue
  38. send "&7Twoj item zostal pokolorowany na &1Niebiesko !"
  39.  
  40. command /czarny:
  41. permission: arco.czarny
  42. description: Koloruj wybrana rzecz na czarno !
  43. trigger:
  44. colour the player's tool black
  45. send "&7Twoj item zostal pokolorowany na &0czarno !"
  46.  
  47. command /bialy:
  48. permission: arco.bialy
  49. description: Koloruj wybrana rzecz na bialo !
  50. trigger:
  51. colour the player's tool white
  52. send "&7Twoj item zostal pokolorowany na &fbialo !"
  53.  
  54. command /pomarancz:
  55. permission: arco.pomarancz
  56. description: Koloruj wybrana rzecz na pomaranczowo !
  57. trigger:
  58. colour the player's tool orange
  59. send "&7Twoj item zostal pokolorowany na &6pomaranczowo !"
  60.  
  61. command /czerwony:
  62. permission: arco.czerwony
  63. description: Koloruj wybrana rzecz na czerwono !
  64. trigger:
  65. colour the player's tool red
  66. send "&7Twoj item zostal pokolorowany na &4czerwono !"
  67.  
  68. command /fioletowy:
  69. permission: arco.fioletowy
  70. description: Koloruj wybrana rzecz na fioletowo !
  71. trigger:
  72. colour the player's tool purple
  73. send "&7Twoj item zostal pokolorowany na &5fioletowo !"
Advertisement
Add Comment
Please, Sign In to add comment