-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.cfg
More file actions
47 lines (38 loc) · 1.78 KB
/
server.cfg
File metadata and controls
47 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# __ __
# | \/ |
# __ _| \ / | ___ _ __ _ _
# \ \ / / |\/| |/ _ \ '_ \| | | |
# \ V /| | | | __/ | | | |_| |
# \_/ |_| |_|\___|_| |_|\__,_|
## You CAN edit the following:
{{serverEndpoints}}
sv_maxclients {{maxClients}}
set steam_webApiKey "none"
sets tags "default, deployer, vMenu, Roleplay, Police"
## You MAY edit the following:
sv_licenseKey "{{svLicense}}"
sv_hostname "{{serverName}} built with {{recipeName}} by {{recipeAuthor}}!"
sets sv_projectName "[{{recipeName}}] {{serverName}}"
sets sv_projectDesc "{{recipeDescription}}"
sets locale "root-AQ" # A valid locale identifier for your server's primary language.
load_server_icon myLogo.png
sv_endpointprivacy true #Helps prevent users IP's from being shown in output logs.
#set sv_enforceGameBuild 2372 #You choose the build number you want, or if you don't want it at all.
# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0
#Nested configs
exec resources.cfg
exec easyadmin_configuration.cfg
exec easyadmin_permissions.cfg
# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""
# convars which can be used in scripts
set temp_convar "hey world!"
# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit