Guest User

Untitled

a guest
Jun 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <accesscontrollist version="1.0">
  2.  
  3. <groups>
  4.  
  5. <!--
  6.  
  7. lowest number has the most power.
  8. Define your own group names here!
  9.  
  10. -->
  11. <group id="0">tsar</group1>
  12. <group id="1">noble</group2>
  13. <group id="2">peasant</group3>
  14.  
  15. </groups>
  16.  
  17. <users>
  18.  
  19. <!--
  20.  
  21. id="0" adds the user to the tsar group
  22. id="1" adds the user to the noble group
  23. id="2" adds the user to the peasant group
  24.  
  25. -->
  26.  
  27. <nickname id="0">rpag</nickname>
  28. <nickname id="1">ocyrus</nickname>
  29. <nickname id="1">lattera</nickname>
  30.  
  31. </users>
  32.  
  33. </accesscontrolist>
Add Comment
Please, Sign In to add comment