mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 10:52:34 +01:00
fivem server.cfg update
This commit is contained in:
parent
6be898bc7a
commit
8ca1d2c97e
@ -1,5 +1,4 @@
|
|||||||
# you probably don't want to change these!
|
# only change these if you're using a server with multiple network interfaces
|
||||||
# only change them if you're using a server with multiple network interfaces
|
|
||||||
endpoint_add_tcp "0.0.0.0:30120"
|
endpoint_add_tcp "0.0.0.0:30120"
|
||||||
endpoint_add_udp "0.0.0.0:30120"
|
endpoint_add_udp "0.0.0.0:30120"
|
||||||
|
|
||||||
@ -13,11 +12,16 @@ start rconlog
|
|||||||
start scoreboard
|
start scoreboard
|
||||||
start playernames
|
start playernames
|
||||||
|
|
||||||
|
# allow client mods such as Lamda Menu?
|
||||||
sv_scriptHookAllowed 1
|
sv_scriptHookAllowed 1
|
||||||
|
|
||||||
# change this
|
# change this
|
||||||
#rcon_password yay
|
#rcon_password yay
|
||||||
|
|
||||||
|
# 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"
|
||||||
|
|
||||||
sv_hostname "My new FXServer!"
|
sv_hostname "My new FXServer!"
|
||||||
|
|
||||||
# nested configs!
|
# nested configs!
|
||||||
@ -29,10 +33,10 @@ sv_hostname "My new FXServer!"
|
|||||||
# convars for use from script
|
# convars for use from script
|
||||||
set temp_convar "hey world!"
|
set temp_convar "hey world!"
|
||||||
|
|
||||||
# disable announcing? clear out the master by uncommenting this
|
# Uncomment to DISABLE your server coming up in the server list
|
||||||
#sv_master1 ""
|
#sv_master1 ""
|
||||||
|
|
||||||
# want to only allow players authenticated with a third-party provider like Steam?
|
# want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party provider too!)?
|
||||||
#sv_authMaxVariance 1
|
#sv_authMaxVariance 1
|
||||||
#sv_authMinTrust 5
|
#sv_authMinTrust 5
|
||||||
|
|
||||||
@ -44,5 +48,5 @@ add_principal identifier.steam:110000112345678 group.admin # add the admin to th
|
|||||||
# remove the # to hide player endpoints in external log output
|
# remove the # to hide player endpoints in external log output
|
||||||
#sv_endpointprivacy true
|
#sv_endpointprivacy true
|
||||||
|
|
||||||
# server slots limit (must be between 1 and 31)
|
# server slots limit (must be between 1 and 32)
|
||||||
sv_maxclients 30
|
sv_maxclients 32
|
Loading…
Reference in New Issue
Block a user