-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.cfg
36 lines (29 loc) · 1.36 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
###################################################################################################
#########################SERVER FIVEM | PACK RECIPE LYCUSCODER#####################################
###################################################################################################
## Anda bisa mengkonfigurasi server dengan cara merubah ini:
{{serverEndpoints}}
sv_maxclients {{maxClients}}
set steam_webApiKey "none"
sets tags "default, indo, indonesia, roleplay, polisi, ems, mechanic, starterpack, badside, drugs"
sv_licenseKey "{{svLicense}}"
sv_hostname "{{serverName}} dibuat dengan resep fivem {{recipeName}} oleh {{recipeAuthor}}!"
sets sv_projectName "[{{recipeName}}] {{serverName}}"
sets sv_projectDesc "{{recipeDescription}}"
sets locale "root-AQ"
sets DEV "LycusCoder"
sets WEBSITE "lycuscoder.id"
sets UPTIME "ALWAYS"
###################################################################################################
## Ini adalah Resouces scrip default harap jangan ubah
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
###################################################################################################
## Konfigurasi Sistem admin
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
{{addPrincipalsMaster}}