Advertisement
arri2323567_dark

Untitled

Jul 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. command /pl [<text>] [<text>] [<text>]:
  2. aliases:/plugins
  3. trigger:
  4. if arg 1 is not set:
  5. loop all player:
  6. if loop-player is op
  7. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
  8. if arg 1 is set:
  9. loop all player:
  10. if loop-player is op
  11. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
  12. if arg 2 is not set:
  13. loop all player:
  14. if loop-player is op
  15. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
  16. if arg 2 is set:
  17. loop all player:
  18. if loop-player is op
  19. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
  20. if arg 3 is not set:
  21. loop all player:
  22. if loop-player is op
  23. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
  24. if arg 3 is set:
  25. loop all player:
  26. if loop-player is op
  27. send "&4&l{&r&cwarnning&4&l} &a%player% が&6plコマンドを実行しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement