Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Improved compatibility between authmod and DatabaseSourceStrategy

Choose a tag to compare

@Mcdostone Mcdostone released this 02 Feb 03:14

thanks to this release, It will be possible to adapt the SQL players table with Authmod. 4 New keys are available in authmod.cfg:

database {
    # column label telling whether the player is banned or not
    S:columnBanned=banned
    
    # column label containing the email address
    S:columnEmail=email
    
    # column label containing the encrypted password
    S:columnPassword=password
    
    # column label containing the player's username
    S:columnUsername=username
    
    # column label containing the player's UUID
    S:columnUuid=uuid
    # ... 
}

If your table is different from what authmod expect, you can now rename the columns.