[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:
parent
2a9992265a
commit
da23c9cabb
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user