Skip to content

Logger.json

json
{
    "version": "2", // never change this, internal version number
    "logUsePremiumCoinCSV": 1, // 1 = enables csv logging in path YourServerProfilesFolder\TBMods\Logs\Global\playerSteamId, 0 = disabled Logs the premium coins usage on csv
    "logUsePremiumCoinDiscord": 1, // 1 = enables discord logging, 0 = disabled Logs the premium coins usage on discord
    "discordUsePremiumCoinWebhookURL": "", // Add here your discord webhook url
    "logUsePremiumAPICSV": 1, // 1 = enables csv logging in path YourServerProfilesFolder\TBMods\Logs\Global\playerSteamId, 0 = disabled Logs the premium coins usage on csv
    "logPremiumAPIDiscord": 1, // 1 = enables discord logging, 0 = disabled Logs the premium API usage on discord
    "discordLogPremiumAPIWebhookURL": "" // Add here your discord webhook url Logs the premium API usage on discord
}