add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
28
config/Veinminer/settings.json
Normal file
28
config/Veinminer/settings.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"cooldown": 20,
|
||||
"mustSneak": true,
|
||||
"delay": 0,
|
||||
"maxChain": 100,
|
||||
"needCorrectTool": true,
|
||||
"searchRadius": 1,
|
||||
"permissionRestricted": false,
|
||||
"mergeItemDrops": false,
|
||||
"autoUpdate": false,
|
||||
"decreaseDurability": true,
|
||||
"client": {
|
||||
"allow": true,
|
||||
"require": false,
|
||||
"translucentBlockHighlight": true,
|
||||
"allBlocks": false,
|
||||
"overrides": {
|
||||
"cooldown": null,
|
||||
"mustSneak": null,
|
||||
"delay": null,
|
||||
"maxChain": null,
|
||||
"needCorrectTool": null,
|
||||
"searchRadius": null,
|
||||
"permissionRestricted": null,
|
||||
"decreaseDurability": null
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue