-
Notifications
You must be signed in to change notification settings - Fork 42
/
server.cfg
75 lines (62 loc) · 2.17 KB
/
server.cfg
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# # # # # # # # # # # # # # # # # # # # # # # # # # #
# ___ _____ __ _ ___ ___ _ _____ __ #
# | __/ __\ \/ / | | | __/ __| /_\ / __\ \ / / #
# | _|\__ \> < | |__| _| (_ |/ _ \ (__ \ V / #
# |___|___/_/\_\ |____|___\___/_/ \_\___| |_| #
# #
# Discord: https://discord.esx-framework.org/ #
# Website: https://esx-framework.org/ #
# CFG Docs: https://aka.cfx.re/server-commands #
# # # # # # # # # # # # # # # # # # # # # # # # # # #
# Editable Settings
# -----------------
# You can edit the following:
{{serverEndpoints}}
# Set Tags
sets tags "default, esx, esx legacy, official, roleplay"
# Optional Editable Settings
# --------------------------
# You may edit the following:
sv_licenseKey "{{svLicense}}"
sv_hostname "{{serverName}} | ESX Legacy Server"
sets sv_projectName " {{serverName}} | [{{recipeName}}]"
sets sv_projectDesc "{{recipeDescription}}"
set mysql_connection_string "{{dbConnectionString}}"
load_server_icon esxLogo.png
sv_maxclients {{maxClients}}
sets locale "root-AQ"
sv_enforceGameBuild 3258
set resources_useSystemChat true
# System Administrators
# ---------------------
# Add system admins
add_principal group.admin group.user
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow
{{addPrincipalsMaster}}
# pma-voice Config
# ----------------
setr voice_enableRadioAnim 1
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
# ESX Language (edit to change the language of ESX)
# -----------------------------------------------------------
## Umcomment to set your own locale,
## if not, it will use the language you have selected in txAdmin.
#setr esx:locale "en"
# Default & Standalone Resources
# ------------------------------
ensure chat
ensure hardcap
ensure oxmysql
# ESX Legacy Core
# ----------
ensure [core]
# ESX Addons
# ----------
ensure [standalone]
ensure [esx_addons]