Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # #######################
  2. # ## OPCJE ###
  3. # #######################
  4. options:
  5. opisWeregowie: OPIS WEREGOW
  6. iWer: Diamond Sword
  7. opisNormanowie: OPIS NORMANOW
  8. iNor: Diamond Axe
  9.  
  10.  
  11. # #######################
  12. # ## KOMENDY ###
  13. # #######################
  14. command /menu:
  15. trigger:
  16. open chest with 3 rows named "[Wybierz swoja frakcje]" to player
  17. wait 2 tick
  18. format slot 10 of player with 1 of Diamond Sword with lore "&b{@opisWeregowie}" to close then run "dolaczweregowie"
  19. format slot 16 of player with 1 of Diamond Axe with lore "&b{@opisNormanowie}" to close then run "dolacznormanowie"
  20.  
  21. command /dolaczweregowie:
  22. description: Komenda dodajaca gracza do okreslonej frakcji.
  23. usage: /dolaczweregowie
  24. trigger:
  25. add player to {vikingWars::frakcja::weregowie::*}
  26. loop all players:
  27. send "%player% dolaczyl do Weregow!!"
  28.  
  29.  
  30. # #######################
  31. # ## EVENTY ###
  32. # #######################
  33. on join:
  34. execute console command "menu"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement