Commented Config
This page lists and explains our configuration with comments.
commented_config.json
{
: false,
: true,
: false,
: "PUT_YOUR_LICENSE_HERE",
: "",
: {
"MysqlHost": "localhost",
"MysqlUser": "plugindb",
"MysqlPass": "123",
"MysqlDB": "ark_database",
"MysqlPort": 3306,
: "arkguardian_bans",
: "arkguardian_aas",
: "arkguardian_adl",
: false,
: {
"MysqlTable_Discord": "put_your_table_discord",
"Discord_IdKey": "put_your_table_discord_id_key",
"Discord_SteamIdKey": "put_your_table_steam_id_key",
"UseSecondDatabase": false,
"MysqlHost": "localhost",
"MysqlUser": "plugindb",
"MysqlPass": "123",
"MysqlDB": "ark_database2",
"MysqlPort": 3306
}
},
"BanSettings": {
: true,
: false,
"GlobalBanSystem": {
: [
"ALL"
],
: [
"TEST"
],
: false,
: true,
: "PUT_WEBHOOK_HERE",
: "IgnoreGlobal"
},
: {
"GlobalBan": "You are globally banned from the protected server network",
"LocalBan": "You are banned!\nFor: {}\nTime: {}\nId: {}"
}
},
: {
"MinCycles": 1,
"MaxCycles": 3
},
: {
: "PUT_YOUR_WEBHOOK_HERE",
: "PUT_YOUR_WEBHOOK_HERE",
: "PUT_YOUR_WEBHOOK_HERE",
: "PUT_YOUR_WEBHOOK_HERE",
: {
"AntiLongArms": "Disabled",
"GuardianCrashFixes": "PUT_YOUR_WEBHOOK_HERE",
"ExplorerNoteTracker": ""
},
: false
},
: {
"NotifyBans": true,
"NotifyDetection": true,
"NotifyBehavioral": true
},
: {
"BuffTekGloves": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Buffs/Buff_TekArmor_Gloves.Buff_TekArmor_Gloves'",
"BuffTekShirt": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Buffs/Buff_TekArmor_Shirt_Rework.Buff_TekArmor_Shirt_Rework'",
"BuffTekSword": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Buffs/Buff_TekArmor_Sword.Buff_TekArmor_Sword'"
},
: [
"PUT_YOUR_STEAMID1_HERE",
"PUT_YOUR_STEAMID2_HERE"
],
}
Last updated