Guest User

g

a guest
May 14th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. command /g [<text>] [<text>]:
  2. trigger:
  3. arg 1 is "zaloz":
  4. execute player command "/f create %arg 2%"
  5. stop
  6.  
  7. command /g [<text>] [<text>]:
  8. trigger:
  9. arg 1 is "opis":
  10. execute player command "/f desc %arg 2%"
  11. stop
  12.  
  13. command /g [<text>] [<text>]:
  14. trigger:
  15. arg 1 is "claim":
  16. execute player command "/f claim %arg 2%"
  17. stop
  18.  
  19. command /g [<text>] [<text>]:
  20. trigger:
  21. arg 1 is "ustawdom":
  22. execute player command "/f sethome %arg 2%"
  23. stop
  24.  
  25. command /g [<text>] [<text>]:
  26. trigger:
  27. arg 1 is "dom":
  28. execute player command "/f home %arg 2%"
  29. stop
  30.  
  31. command /g [<text>] [<text>]:
  32. trigger:
  33. arg 1 is "dodaj":
  34. execute player command "/f inv %arg 2%"
  35. stop
  36.  
  37. command /g [<text>] [<text>]:
  38. trigger:
  39. arg 1 is "dolacz":
  40. execute player command "/f join %arg 2%"
  41. stop
  42.  
  43. command /g [<text>] [<text>]:
  44. trigger:
  45. arg 1 is "odejdz":
  46. execute player command "/f leave %arg 2%"
  47. stop
  48.  
  49. command /g [<text>] [<text>]:
  50. trigger:
  51. arg 1 is "usun":
  52. execute player command "/f disband %arg 2%"
  53. stop
Advertisement
Add Comment
Please, Sign In to add comment