Advertisement
Guest User

command

a guest
Dec 3rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. command /klasa [<text>]:
  2. trigger:
  3. if {class.%player%} is not set:
  4. open chest with 1 rows named "&aWybierz klase" to player
  5. wait 1 ticks
  6. format slot 0 of player with 1 of iron sword named "&2Wojownik" with lore "&6Rola/styl gry: Fizyczny, walczacy wrecz||&6Zbroja: Ciezka zbroja||&6Uzbrojenie: Bronie jednoreczne, dwureczne||&6Zrodlo energii: Sila" to close then run [access "wojownik" from player]
  7. format slot 1 of player with 1 of blaze rod named "&2Mag" with lore "&6Rola/styl gry: Magiczny, dystansowy||&6Zbroja: Szata||&6Uzbrojenie: Rozdzki||&6Zrodlo energii: Mana" to close then run [access "mag" from player]
  8. format slot 2 of player with 1 of bow named "&2Zwiadowca" with lore "&6Rola/styl gry: Fizyczny, dystansowy||&6Zbroja: Lekka zbroja||&6Uzbrojenie: Luki||&6Zrodlo energii: Sila" to close then run [access "zwiadowca" from player]
  9. format slot 3 of player with 1 of potion of healing named "&2Kaplan" with lore "&6Rola/styl gry: Magiczny, dystansowy||&6Zbroja: Lekka zbroja||&6Uzbrojenie: Rozdzki, talizmany||&6Zrodlo energii: Mana" to close then run [access "kaplan" from player]
  10. stop
  11. else:
  12. send "&4Juz wybierales klase! Nie mozesz jej zmienic!"
  13. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement