Example Setups

More example setups will become available as more feedback is supplied!

Please note that all the variables under group-mapping will probably need to be configured to suit YOUR database!

SMF (Minecraft Usernames as Forum Usernames):

group-mapping:
    default: Guest
    '1': Admin
    '2': Staff
    '3': Moderator
    '9': VIP
    '0': Member
database:
    syncFrom:true
    syncTo:true
    host: 'example.com'
    username: 'username'
    password: 'password'
    database-name: 'smf_database'
    port: '3306'
    users:
        table: 'smf_members'
        sametable: true
        name-column: 'member_name'
        id-column: 'id_member'
        match: 'id_group'
        group-column: 'id_group'
    alt:
        table:''
        match:'cust_minecr'
        id-column:'id_member'

vBulletin:

group-mapping:
    default: default
    '1': Admin
    '2': Staff
    '3': Moderator
    '9': VIP
    '0': Member
database:
    syncFrom:true
    syncTo:true
    host: 'localhost'
    username: 'username'
    password: 'password'
    database-name: 'vbulletin'
    port: '3306'
    users:
        table: 'user'
        sametable: true
        name-column: 'username'
        id-column: 'userid'
        match: 'id_group'
        group-column: 'usergroupid'
    alt:
        table:''
        match:'cust_minecr'
        id-column:'id_member'

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes