{
"Filenames, without .json": [
"Backpacks/*",
"Banks/*",
],
"Command (default: 'wipe')": "wipe"
}Something like that should work for folder? I saw it in your documentation. :)
Merged post"SomeDirectoryName/*" //Will wipe all the datafiles inside ~/oxide/data/SomeDirectoryName directoryJust tested it, this doesn't work.
Merged post
Tested using this line:
"SomeDirectoryName/*" //Will wipe all the datafiles inside ~/oxide/data/SomeDirectoryName directoryDoesn't work.
My CFG
{
"Filenames, without .json": [
"Backpacks/*",
"Banks/*",
"Clans",
"challenge_data",
"DynamicCupShare",
"Friends",
"Kits_Data",
"AutoLocks",
"NTeleportationHome"
],
"Command (default: 'wipe')": "wipe"
}