[VRising] Make server description Textarea instead of text to support multi-line (#148)

* Update v-risingconfig.json

make v rising server description Textarea instead of text to support multi-line

* Update project-zomboidconfig.json

Add -Dfile.encoding=UTF-8 to PZ Java Startup parameter to avoid character issues when using spanish characters on server description and MOTD.

* Update project-zomboidconfig.json
This commit is contained in:
buddizer 2022-06-24 14:46:10 -06:00 committed by GitHub
parent 2a9992265a
commit da23c9cabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"Description": "Short description of server purpose, rules, message of the day",
"Keywords": "Server, description",
"FieldName": "Description",
"InputType": "text",
"InputType": "Textarea",
"IsFlagArgument": false,
"ParamFieldName": "Description",
"IncludeInCommandLine": false,
@ -342,4 +342,4 @@
"False": "false"
}
}
]
]