Advertisement
Guest User

Untitled

a guest
May 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. ### Do not touch this section
  2. set Fax-Core true
  3. start Fax-Core
  4.  
  5. ### This sets the groups DO NOT TOUCH ###
  6. add_ace Fax.owner owner allow # sets ace permission for owners
  7. add_ace Fax.snradmin snradmin allow # sets ace permission for snradmins
  8. add_ace Fax.fadmin fadmin allow # sets ace permission for admins
  9. add_ace Fax.member3 member3 allow # sets ace permission for member3
  10. add_ace Fax.member2 member2 allow # sets ace permission for member2
  11. add_ace Fax.member1 member1 allow # sets ace permission for member1
  12.  
  13. ### Start editing below, Don't have the same ID in 2 groups.
  14. ### Add People to Owner
  15. add_principal identifier.steam:110000000000000 Fax.owner # add to the owner group
  16. add_principal identifier.steam:110000000000000 Fax.owner # add to the owner group
  17.  
  18. ### Add People to Senior Admin
  19. add_principal identifier.steam:110000000000000 Fax.snradmin # add to the senior admin group
  20. add_principal identifier.steam:110000000000000 Fax.snradmin # add to the senior admin group
  21.  
  22. ### Add People to Admin
  23. add_principal identifier.steam:110000000000000 Fax.fadmin # add to the admin group
  24. add_principal identifier.steam:110000000000000 Fax.fadmin # add to the admin group
  25.  
  26. ### Add People to Member 3
  27. add_principal identifier.steam:110000000000000 Fax.member3 # add to the member 3 group
  28. add_principal identifier.steam:110000000000000 Fax.member3 # add to the member 3 group
  29.  
  30. ### Add People to Member 2
  31. add_principal identifier.steam:110000000000000 Fax.member2 # add to the member 2 group
  32. add_principal identifier.steam:110000000000000 Fax.member2 # add to the member 2 group
  33.  
  34. ### Add People to Member 1
  35. add_principal identifier.steam:110000000000000 Fax.member1 # add to the member 1 group
  36. add_principal identifier.steam:110000000000000 Fax.member1 # add to the member 1 group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement