1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 16:17:09 +02:00
parkervcp-pterodactyl-eggs/GTA/FiveM/server.cfg

52 lines
1.4 KiB
INI
Raw Normal View History

2018-06-03 05:09:58 +02:00
# only change these if you're using a server with multiple network interfaces
2018-02-13 04:21:43 +01:00
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames
2018-06-03 05:09:58 +02:00
# allow client mods such as Lamda Menu?
2018-02-13 04:21:43 +01:00
sv_scriptHookAllowed 1
# change this
#rcon_password yay
2018-06-03 05:09:58 +02:00
# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "default"
2018-02-13 04:21:43 +01:00
sv_hostname "My new FXServer!"
# nested configs!
#exec server_internal.cfg
# loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png
# convars for use from script
set temp_convar "hey world!"
2018-06-03 05:09:58 +02:00
# Uncomment to DISABLE your server coming up in the server list
2018-02-13 04:21:43 +01:00
#sv_master1 ""
2018-06-03 05:09:58 +02:00
# want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party provider too!)?
2018-02-13 04:21:43 +01:00
#sv_authMaxVariance 1
#sv_authMinTrust 5
# add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
# remove the # to hide player endpoints in external log output
#sv_endpointprivacy true
2018-06-03 05:09:58 +02:00
# server slots limit (must be between 1 and 32)
sv_maxclients 32