This commit is contained in:
Greelan 2022-01-24 22:00:43 +11:00 committed by GitHub
parent ee303f2827
commit 06dcafb6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
[ [
{ {
"ConfigFile": "Servers/UnturnedServer/Server/Commands.dat", "ConfigFile": "Servers/UnturnedServer/Server/Commands.dat",
"AutoMap": true, "AutoMap": true,
"ConfigType": "kvp", "ConfigType": "kvp",
"ConfigFormat": "{0} {1}", "ConfigFormat": "{0} {1}",
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$" "ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
} }
] ]