Guest User

masz.sk

a guest
Jun 25th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. command /case [<text>]:
  2. trigger:
  3. if player has permission "w.w":
  4. arg is not set:
  5. send "&6Wpisz nazwę skrzynki"
  6. arg is {case::*}:
  7. loop all players:
  8. execute console command "/case give case %arg% %loop-player%"
  9. else:
  10. send "&6Podaną &4złą%6 nazwę skrzynki!"
  11.  
  12. command /key [<text>]:
  13. trigger:
  14. if player has permission "q.p":
  15. arg is not set:
  16. send "&6Wpisz nazwę skrzynki"
  17. arg is {case::*}:
  18. loop all players:
  19. execute console command "/case give key %arg% %loop-player%"
  20. else:
  21. send "&6Podaną &4złą%6 nazwę skrzynki!"
  22. command /dcase [<text>]:
  23. trigger:
  24. if player has permission "e.e":
  25. arg is not set:
  26. send "&6Wpisz nazwę skrzynki"
  27. else:
  28. add "%arg%" to {case::*}
  29. send "&aPomyślnie dodano; %arg%"
  30. command /icase:
  31. trigger:
  32. if player has permission "r.r":
  33. send "&6Skrzyneczki; %{case::*}%"
Advertisement
Add Comment
Please, Sign In to add comment