Authentication

Learn more about the Auth module from Exe 6.

Auth module handles the permissions of Exe 6. You must go to this module to add players, groups, and ranks.

Access Auth Module

You can access Auth module by going to the Exe 6 plugin and hovering your cursor over the Add User button.

Two (2) options will display: Auth and Roles. Click the Auth button to open the Auth module. You can authenticate Players or Groups.

Focus on the PLAYERS table. This is an example of authenticating a player.

Copy the line of code below. Paste this inside of the PLAYERS table.

Player

["username"] = {Role = ROLES.Owner},

Now we have authenticated two (2) players. Remember, you can authenticate more players.

Now, let's proceed to the Roles that come with every Player and Rank.

Last updated