Accounts.xml - Guad/GTACoop GitHub Wiki
Used by | Path |
---|---|
Server | /Accounts.xml |
##Example Content
<?xml version="1.0"?>
<UserList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Accounts>
<Account>
<Name>YourNameHere</Name>
<Password></Password>
<Level>Owner</Level>
</Account>
<Account>
<Name>SomeAdminHere</Name>
<Password></Password>
<Level>Administrator</Level>
</Account>
<Account>
<Name>SomeModHere</Name>
<Password></Password>
<Level>Moderator</Level>
</Account>
<Account>
<Name>SomeNameHere</Name>
<Password></Password>
<Level>User</Level>
</Account>
</Accounts>
</UserList>