MrNorbertPL24

Untitled

Jul 1st, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. command /helpop [<text>]:
  2. aliases: ehelpop
  3. trigger:
  4. arg 1 is set:
  5. if {helpop.%player%} is true:
  6. send "&a - &c[HelpOp] &7%player%:&b %arg 1%"
  7. set {helop.%player%} to false
  8. wait 3 seconds
  9. set {helpop.%player%} to true
  10. loop all players:
  11. if loop-player has permissions "helpop.wyswietl":
  12. send "&a - &c[HelpOp] &7%player%:&b %arg 1%" to loop-player
  13. if {helpop.%player%} is false:
  14. send "&c Ta komende mozna uzywac co 3 sekundy."
  15. if {helpop.%player%} is not set:
  16. set {helpop.%player%} to true
  17. arg 1 is not set:
  18. send "&bUzycie:"
  19. send "&b/helpop <wiadomosc>"
Advertisement
Add Comment
Please, Sign In to add comment