Advertisement
adamdino123

Trollmessage

May 23rd, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command: /tmjoin [<text>]
  2. permission: tm.join
  3. permission message: "&6[&4TM&6]&d Nie masz prawa uzyc tej komendy !"
  4. trigger:
  5. if arg 1 is set:
  6. send "%arg 1% joined the game"
  7. if arg 1 is not set:
  8. send "&6[&4TM&6]&d Podaj nick gracza !"
  9. command: /tmleft [<text>]
  10. permission: tm.left
  11. permission message: "&6[&4TM&6]&d Nie masz prawa uzyc tej komendy !"
  12. trigger:
  13. if arg 1 is set:
  14. send "%arg 1% left the game"
  15. if arg 1 is not set:
  16. send "&6[&4TM&6]&d Podaj nick gracza !"
  17. command: /tmfirst [<text>]
  18. permission: tm.first
  19. permission message: "&6[&4TM&6]&d Nie masz prawa uzyc tej komendy"
  20.  
  21. trigger:
  22. if arg 1 is set:
  23. send "&dWelcome %arg 1% to the server !"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement