Token based Whitelist to give away "Keys" to join your server
1

Settings

{
    "#web": {
        "host": "localhost",
        "port": 80
    },
    "#database": {
        "type": "sqlite",
        "sqlite.table.token": "WildcardTokens",
        "sqlite.table.history": "WildcardHistory",
        "sqlite.timeout.connection": 7500,
        "sqlite.pool.max": 4,
        "sqlite.pool.min": 1,
        "mysql.table.token": "WildcardTokens",
        "mysql.table.history": "WildcardHistory",
        "mysql.timeout.connection": 7500,
        "mysql.pool.max": 8,
        "mysql.pool.min": 1,
        "mysql.host": "localhost",
        "mysql.port": 3306,
        "mysql.database": "root",
        "mysql.username": "root",
        "mysql.password": "password"
    },
    "#plugin": {
        "language": "en-uk",
        "cache.uuid.time": 600,
        "cache.token.time": 3600,
        "cache.wildcard.time": 1800,
        "cache.history.time": 300,
        "cache.message.time": 900,
        "cache.name.time": 300
    }
}

Category: Admin Tools

Published on Feb 1, 2022

views

stars

watchers

total downloads

Licensed under GNU General Public License (GPL)

Promoted Versions

Members