Add ability to change server name, closes #563
This commit is contained in:
parent
e55d3c1a9a
commit
f8e98e9c9e
8 changed files with 156 additions and 3 deletions
|
@ -27,5 +27,6 @@ return [
|
|||
'edit_file' => 'Edit File',
|
||||
'admin_header' => 'ADMINISTRATIVE',
|
||||
'admin' => 'Server Configuration',
|
||||
'server_name' => 'Server Name',
|
||||
],
|
||||
];
|
||||
|
|
|
@ -289,6 +289,11 @@ return [
|
|||
],
|
||||
],
|
||||
'config' => [
|
||||
'name' => [
|
||||
'header' => 'Server Name',
|
||||
'header_sub' => 'Change this server\'s name.',
|
||||
'details' => 'The server name is only a reference to this server on the panel, and will not affect any server specific configurations that may display to users in games.',
|
||||
],
|
||||
'startup' => [
|
||||
'header' => 'Start Configuration',
|
||||
'header_sub' => 'Control server startup arguments.',
|
||||
|
|
Reference in a new issue