Advertisement
Guest User

comandar.sk

a guest
Oct 14th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. command /comandar [<offline player>] [<text>]:
  2. trigger:
  3. if player has permission "comandar.usar":
  4. if arg 1 is set:
  5. if arg 2 is set:
  6. make arg 1 execute command "%arg 2%"
  7. else:
  8. send "&cVocê não selecionou o comando!"
  9. else:
  10. send "&cVocê não selecionou o player!"
  11. else:
  12. send "&cVocê não tem acesso a esse comando."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement