add default configs :3
This commit is contained in:
parent
9056c04210
commit
2c7b2bf868
133 changed files with 7853 additions and 1 deletions
51
config/yosbr/clickthrough.json
Normal file
51
config/yosbr/clickthrough.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"clickthrough.config.sneaktodye": {
|
||||
"key": "clickthrough.config.sneaktodye",
|
||||
"toolTip": "clickthrough.config.tt.sneaktodye",
|
||||
"value": true,
|
||||
"defaultValue": true
|
||||
},
|
||||
"clickthrough.config.ignore.3": {
|
||||
"key": "clickthrough.config.ignore.3",
|
||||
"toolTip": "clickthrough.config.tt.ignore.3",
|
||||
"value": "b\\s*\\d+|b\\s*\\d+\\s*:\\s*\\d+\\s*s|\\d+\\s*s",
|
||||
"defaultValue": "b\\s*\\d+|b\\s*\\d+\\s*:\\s*\\d+\\s*s|\\d+\\s*s"
|
||||
},
|
||||
"clickthrough.config.ignore.4": {
|
||||
"key": "clickthrough.config.ignore.4",
|
||||
"toolTip": "clickthrough.config.tt.ignore.4",
|
||||
"value": "",
|
||||
"defaultValue": ""
|
||||
},
|
||||
"clickthrough.config.onlycontainers": {
|
||||
"key": "clickthrough.config.onlycontainers",
|
||||
"toolTip": "clickthrough.config.tt.onlycontainers",
|
||||
"value": false,
|
||||
"defaultValue": false
|
||||
},
|
||||
"clickthrough.config.ignore.1": {
|
||||
"key": "clickthrough.config.ignore.1",
|
||||
"toolTip": "clickthrough.config.tt.ignore.1",
|
||||
"value": "\\[\\D+\\]",
|
||||
"defaultValue": "\\[\\D+\\]"
|
||||
},
|
||||
"clickthrough.config.ignore.2": {
|
||||
"key": "clickthrough.config.ignore.2",
|
||||
"toolTip": "clickthrough.config.tt.ignore.2",
|
||||
"value": "",
|
||||
"defaultValue": ""
|
||||
},
|
||||
"clickthrough.config.switchonattack": {
|
||||
"options": [
|
||||
"clickthrough.config.switchonattack.never",
|
||||
"clickthrough.config.switchonattack.first",
|
||||
"clickthrough.config.switchonattack.always"
|
||||
],
|
||||
"key": "clickthrough.config.switchonattack",
|
||||
"toolTip": "clickthrough.config.tt.switchonattack",
|
||||
"value": 0,
|
||||
"defaultValue": 0,
|
||||
"minValue": 0,
|
||||
"maxValue": 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue