Advertisement
fleft17

Untitled

Jan 4th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. command /matchpost [<text>]:
  2. trigger:
  3. if arg-1 is set:
  4. if command sender is op:
  5. set {Matchpost} to arg-1
  6. broadcast "{@C}New matchpost set!"
  7. broadcast "{@C}%{Matchpost}%"
  8. else:
  9. command sender command "/matchpost"
  10. else:
  11. if {Matchpost} is set:
  12. message "{@C}%{Matchpost}%"
  13. else:
  14. message "{@C}No post currently set!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement