forked from tabarra/PlumeESX-recipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.cfg
76 lines (67 loc) · 2.61 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
# # # # # # # # # # # # # # # # # # # # # # # # # # #
# _____ _ ______ _______ __ #
#| __ \| | | ____|/ ____\ \ / / #
#| |__) | |_ _ _ __ ___ ___| |__ | (___ \ V / #
#| ___/| | | | | '_ ` _ \ / _ \ __| \___ \ > < #
#| | | | |_| | | | | | | __/ |____ ____) |/ . \ #
#|_| |_|\__,_|_| |_| |_|\___|______|_____//_/ \_\ #
# # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Support: https://discord.gg/AFAAXzq
## You CAN edit the following:
{{serverEndpoints}}
sv_maxclients {{maxClients}}
set steam_webApiKey "none"
sets tags "deployer, plume esx, esx legacy, legacy"
## You MAY edit the following:
sv_licenseKey "{{svLicense}}"
sv_hostname "{{serverName}} built with {{recipeName}} by {{recipeAuthor}}!"
sets sv_projectName "[{{recipeName}}] {{serverName}}"
sets sv_projectDesc "{{recipeDescription}}"
sets locale "en-US"
set mysql_connection_string "{{dbConnectionString}}"
## 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_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
## Default & Standalone resources
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure hardcap
ensure mysql-async
ensure bob74_ipl
ensure loadingscreen
ensure simpledrift
## ESX Legacy
ensure es_extended
ensure gcphone
ensure [esx]
## ESX Addons
ensure [esx_addons]
ensure [hud]
ensure shotspotter
ensure mdt
ensure pma-voice
ensure rp-radio
ensure vSync
ensure vstancer
stop basic-gamemode #remove this if you dont want to use multicharacter
## EasyAdmin stuff
setr ea_LanguageName "en" # 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 "f3"
add_ace group.admin easyadmin allow
ensure EasyAdmin