-
Notifications
You must be signed in to change notification settings - Fork 779
/
server.cfg
132 lines (94 loc) · 3.53 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#-----------------------------#
# [EN] Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
#-----------------------------#
#-----------------------------#
#### OneSync (Sunucuya 32 Kişiden Fazla Oyuncu Alma Özelliği) START
# [EN] Set this to 0 to disable 1 to enable onesync
set onesync_workaround763185 true
set onesync_forceMigration true
set onesync_distanceCullVehicles true
set steam_webApiKey "your_steam_web_api_key"
#### OneSync (64 ya da 128 Oyuncu Slot Özelliği) END
#-----------------------------#
#-----------------------------#
sets sv_projectName "NoPixelServer"
sets sv_projectDesc "NoPixel server"
#-----------------------------#
add_principal identifier.steam:your_steam_id group.admin
add_principal identifier.ip:127.0.0.1 group.admin
add_ace resource.console command allow
#-----------------------------#
#-----------------------------#
# [EN] These resources will start by default.
#### System START
ensure mapmanager
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure rconlog
#ensure playernames
#### System END
#### ScreenShot START
#ensure yarn
#ensure webpack
#ensure screenshot-basic
#### ScreenShot END
#-----------------------------#
#-----------------------------#
# [EN] Nested configs!
exec resources.cfg
#-----------------------------#
#-----------------------------#
# [EN] This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# [EN] 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
#-----------------------------#
#-----------------------------#
# [EN] A comma-separated list of tags for your server.
# - sets tags "drifting, cars, racing"
# - sets tags "roleplay, military, tanks"
sets tags "EvolvedRP, NoPixel, Pixel, RP, esx, roleplay"
setr voice_use3dAudio true
setr voice_useSendingRangeOnly true
#-----------------------------#
#-----------------------------#
# [EN] Set an optional server info and connecting banner image url.
# [EN] Size doesn't matter, any banner sized image will be fine.
sets banner_detail "https://i.imgur.com/a6ukJiU.png"
sets banner_connecting "https://i.imgur.com/a6ukJiU.png"
#-----------------------------#
#-----------------------------#
# [EN] Set your server's hostname
sv_hostname "Evolved RP | Development Server | Dont Join"
#-----------------------------#
#-----------------------------#
# Loading a server icon (96x96 PNG file)
load_server_icon evolvedrp96x96.png
#-----------------------------#
#-----------------------------#
# [EN] convars which can be used in scripts
set temp_convar "hey world!"
#-----------------------------#
#-----------------------------#
# [EN] Uncomment this line if you do not want your server to be listed in the server browser.
##sv_master1 ""
#-----------------------------#
#-----------------------------#
# [EN] Add system admins
add_ace group.admin command allow
#-----------------------------#
#-----------------------------#
# [EN] Hide player endpoints in external log output.
sv_endpointprivacy true
#-----------------------------#
#-----------------------------#
# [EN] Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 24
#-----------------------------#
#-----------------------------#
# [EN] License key for your server (https://keymaster.fivem.net)
sv_licenseKey "your_license_key" # get your own key noobs
#-----------------------------#