add default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:01:03 +01:00
parent 9056c04210
commit 2c7b2bf868
Signed by: root
GPG key ID: 83A53A8C412E93F5
133 changed files with 7853 additions and 1 deletions

View 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
}
}