Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # Nome: DCPermiAll
  2. # Autor: Junior/Epiic
  3. # Skype: bladxbr-junior
  4.  
  5. options:
  6. Grupo1: Membro
  7. Grupo2: Vip
  8. Grupo3: Vip+
  9. Grupo4: Vip++
  10. Grupo5: Youtuber
  11. Grupo6: Moderador
  12.  
  13. command /addpermi [<text>]:
  14. executable by: console and player
  15. permission: dcpermiall.sk
  16. permission message: &7[&b!&7] &cVocê não tem permissão para isso.
  17. trigger:
  18. if arg 1 is set:
  19. make console execute command "pex group {@Grupo1} add %arg 1%"
  20. make console execute command "pex group {@Grupo2} add %arg 1%"
  21. make console execute command "pex group {@Grupo3} add %arg 1%"
  22. make console execute command "pex group {@Grupo4} add %arg 1%"
  23. make console execute command "pex group {@Grupo5} add %arg 1%"
  24. make console execute command "pex group {@Grupo6} add %arg 1%"
  25. wait 1 tick
  26. make console execute command "pex reload"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement