Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. command /p [<text<] [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. send "/p dodaj <gracz> - dodaje gracza"
  5. send "/p zajmij - zajmuje działke"
  6. if arg 1 is "dodaj":
  7. if arg 2 is set:
  8. player command "plot add %arg 1%" #UWAGA: wymagane aby gracz miał permisje do /plot
  9. stop
  10. if arg 1 is "zajmij":
  11. player command "plot claim"
  12. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement