SharpTimer-WallLists 1.0.6->1.0.7

Created Diff never expires
1 removal
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
50 lines
5 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
54 lines
{
{
"DatabaseType": 1,
"DatabaseType": 1,
"DatabaseSettings": {
"DatabaseSettings": {
"host": "localhost",
"host": "localhost",
"database": "database",
"database": "database",
"username": "user",
"username": "user",
"password": "password",
"password": "password",
"port": 3306,
"port": 3306,
"sslmode": "none",
"sslmode": "none",
"table-prefix": ""
"table-prefix": ""
},
},
"ListSettings": {
"ListSettings": {
"TimesTitleText": "|---- Map Times ----|",
"TimesTitleText": "|---- Map Times ----|",
"TimesTextAlignment": "center",
"TimesTextAlignment": "center",
"TimesCount": 5,
"TimesCount": 5,
"PointsTitleText": "|--- Points Leaders ---|",
"PointsTitleText": "|--- Points Leaders ---|",
"PointsTextAlignment": "center",
"PointsTextAlignment": "center",
"PointsCount": 5,
"PointsCount": 5,
"CompletionsTitleText": "|--- Maps Completed ---|",
"CompletionsTitleText": "|--- Maps Completed ---|",
"CompletionsTextAlignment": "center",
"CompletionsTextAlignment": "center",
"CompletionsCount": 5
"CompletionsCount": 5
},
},
"TextSettings": {
"TextSettings": {
"FontName": "Arial Bold",
"TitleFontSize": 26,
"TitleFontSize": 26,
"TitleTextScale": 0.45,
"TitleTextScale": 0.45,
"ListFontSize": 24,
"ListFontSize": 24,
"ListTextScale": 0.35,
"ListTextScale": 0.35,
"MaxNameLength": 32,
"MaxNameLength": 32,
"TitleTextColor": "Magenta",
"TitleTextColor": "Magenta",
"FirstPlaceColor": "Lime",
"FirstPlaceColor": "Lime",
"SecondPlaceColor": "Coral",
"SecondPlaceColor": "Coral",
"ThirdPlaceColor": "Cyan",
"ThirdPlaceColor": "Cyan",
"DefaultColor": "White"
"DefaultColor": "White"
},
},
"Commands": {
"Commands": {
"TimesListCommand": "tlist",
"TimesListCommand": "tlist",
"PointsListCommand": "plist",
"PointsListCommand": "plist",
"CompletionsListCommand": "clist",
"CompletionsListCommand": "clist",
"RemoveListCommand": "rlist",
"RemoveListCommand": "rlist",
"ReloadConfigCommand": "reloadlistcfg",
"ReloadConfigCommand": "reloadlistcfg",
"UpdateConfigCommand": "updatelistcfg",
"UpdateConfigCommand": "updatelistcfg",
"CommandPermission": "@css/root"
"CommandPermission": "@css/root"
},
},
"TimeBasedUpdate": false,
"TimeBasedUpdate": false,
"UpdateInterval": 300,
"UpdateInterval": 300,
"RecordStyle": "0",
"RecordStyle": "0",
"EnableBackground": true,
"BackgroundWidth": 30.0,
"SaveToDb": false,
"SaveToDb": false,
"RemoveDistance": 200,
"AutoUpdateConfig": false,
"AutoUpdateConfig": false,
"ConfigVersion": 6
"ConfigVersion": 7
}
}