mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 02:42:30 +01:00
Update requirements for startup configuration.
FiveM supports 32 players | Also a server name can have as many characters as possible
This commit is contained in:
parent
66b4b3fc81
commit
4c513e2ef5
@ -39,7 +39,7 @@
|
||||
"default_value": "30",
|
||||
"user_viewable": 1,
|
||||
"user_editable": 0,
|
||||
"rules": "required|integer|between:1,31"
|
||||
"rules": "required|integer|between:1,32"
|
||||
},
|
||||
{
|
||||
"name": "Server Hostname",
|
||||
@ -48,7 +48,7 @@
|
||||
"default_value": "My new FXServer!",
|
||||
"user_viewable": 1,
|
||||
"user_editable": 1,
|
||||
"rules": "required|string|max:64"
|
||||
"rules": "required|string"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user