Configuration

Configuring assicAuth

assicAuth uses JSON file format, quotes are important.

Example configuration:

{   
    "authEncryption": "sha-256",
    "maxPlayers": 2021,
    "motd": "A assic auth server",
    "onlineMode": false,
    "port": 25565,
    "prefix": "",
    "proxyType": "bungeecord",
    "transferServer": "skyblock",
    "versionName": "1.8+",

    "giveBlindness": false,
    "rainingMenu": true
}

Note: Can be changed with updates.

Last updated