This repository was archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathserver.cfg
74 lines (53 loc) · 1.89 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
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
#### SET ####
# Server Data
setr sv_type "FA"
# MySQL
set mysql_connection_string "mysql://USERNAME:[email protected]:3306/fxserver?charset=utf8mb4_general_ci&supportBigNumbers=true&multipleStatements=true"
set mysql_debug_output "console"
set mysql_slow_query_warning 500
# California AntiCheat
set anticheat "on"
# EssentialMode
set es_startingBank 10000
set es_startingCash 5000
# License Key (https://keymaster.fivem.net)
set sv_licenseKey ""
# Steam Web API key (https://steamcommunity.com/dev/apikey)
set steam_webApiKey "none"
#### SETS ####
# Server Social
sets activitypubFeed "[email protected]"
# Server Tags
sets tags "roleplay, rp, fr, qc, blg, rp strict, esx, custom cars, custom, drugs, reallife, serious, discord, economy, serious rp, seriousrp, fivem, customcars, custom scripts, realistic, life, lspd, cops, jobs, vrp, freeaccess, white, list, vehicules import, vanilla, vehicules, france, 64, slots, 64 slots, esx, roleplay, default, rp, vrp, police, lspd, cars, ems, drugs, jobs, reallife, custom, serious, discord, economy, cops, serious rp, fun, racing, mafia, drifting, seriousrp, 100 slots, 100"
# Server Language
sets locale "fr-FR"
# Server Banner
#sets banner_detail ""
#sets banner_connecting ""
# BONUS
sets discord "discord.gg/california"
sets credit "Base développé par Korioz"
#### SERVER ####
# Server Name
sv_hostname "[FR] ^1California ^9| 👊 ^2DEV ^9| 🔊 ^0discord.gg/california"
# Server Icon (96x96 PNG)
load_server_icon "logo.png"
# Server Slots
sv_maxclients 250
# Script Allowed ?
sv_scriptHookAllowed 0
# Steam Required
#sv_authMaxVariance 1
#sv_authMinTrust 5
# Hides player IP addresses from /players.json
sv_endpointprivacy true
# Server No-Proxy
#sv_useDirectListing true
# Server Proxy Override
#sv_listingIPOverride ""
# Server Master URL
#sv_master1 ""
exec "perms.cfg"
exec "resources.cfg"