-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathserver.cfg
57 lines (38 loc) · 2.13 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
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_maxclients 64
sets tags "roleplay, serious, fr, french, optimisé"
sv_hostname "CitizenVice RolePlay"
sets sv_projectName "CitizenVice Roleplay" # not sure what these are but error came up about them
sets sv_projectDesc "CitizenVice Roleplay" # not sure what these are but error came up about them
## These resources will start by default.
ensure mapmanager
ensure spawnmanager
ensure sessionmanager
ensure hardcap
ensure Badger_Discord_API
ensure Bad-DiscordQueue
exec resources.cfg # PUT ALL RESOURCES IN THE OTHER CFG
## Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:11000010521d778 group.admin # Forley
add_principal identifier.steam:110000108968cbd group.admin
add_ace identifier.steam:11000010521d778 "txadmin.menu.perm" allow
add_ace identifier.rockstar:a798b0db0ab26d12e0a3abfc84592a56e12d3ddb "txadmin.menu.perm" allow
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
add_ace resource.sonoranradio command allow
add_ace resource.sonoran_updatehelper command allow
## EasyAdmin stuff
setr ea_LanguageName "fr" # set our language to english
setr ea_alwaysShowButtons "false" # we don't want to see buttons we can't even access, do we? default: "false"
set ea_moderationNotification "false" # this can be either "false" or a discord webhook address, this will send a discord message if an admin takes actions against a player ( such as banning and kicking )
set ea_custombanlist "false" # read docs for this, dont touch it
set ea_enableCallAdminCommand "true" # enables "calladmin" command via webhook
set ea_enableReportCommand "true" # enables "report" command, see Configuration Wiki Page for More infos
setr ea_MenuButton "212" # set our menu button to F3. default: "170" "212" = home
add_ace group.admin easyadmin allow
ensure EasyAdmin