mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
commit
e1ee260795
@ -3,11 +3,8 @@
|
||||
endpoint_add_tcp "0.0.0.0:30120"
|
||||
endpoint_add_udp "0.0.0.0:30120"
|
||||
|
||||
# Set your server's hostname
|
||||
sv_hostname "New FiveM Server with Pterodactyl"
|
||||
|
||||
# Server player slot limit (must be between 1 and 32, unless using OneSync)
|
||||
sv_maxclients 32
|
||||
# Server player slot limit (see https://fivem.net/server-hosting for limits)
|
||||
sv_maxclients 48
|
||||
|
||||
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
|
||||
# -> replace "" with the key
|
||||
@ -50,6 +47,15 @@ sets locale "root-AQ"
|
||||
#sets banner_detail "https://url.to/image.png"
|
||||
#sets banner_connecting "https://url.to/image.png"
|
||||
|
||||
# Set your server's hostname
|
||||
sv_hostname "New FiveM Server with Pterodactyl"
|
||||
|
||||
# Set your server's Project Name
|
||||
sets sv_projectName "My Pterodactyl Project"
|
||||
|
||||
# Set your server's Project Description
|
||||
sets sv_projectDesc "Default Pterodactyl requiring configuration"
|
||||
|
||||
# Nested configs!
|
||||
#exec resources.cfg
|
||||
|
||||
@ -71,5 +77,5 @@ add_principal identifier.fivem:1 group.admin # add the admin to the group
|
||||
# Hide player endpoints in external log output.
|
||||
sv_endpointprivacy true
|
||||
|
||||
# enable OneSync with default configuration (required for server-side state awareness)
|
||||
sets onesync legacy
|
||||
# enable OneSync (required for server-side state awareness)
|
||||
set onesync on
|
||||
|
Loading…
Reference in New Issue
Block a user