· 6 years ago · Nov 26, 2019, 10:10 PM
1# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
2endpoint_add_tcp "127.0.0.1:30120"
3endpoint_add_udp "127.0.0.1:30120"
4
5set mysql_connection_string "server=localhost;uid=root;password=;database=redm
6set gamename rdr3
7
8# These resources will start by default.
9#ensure mapmanager
10#ensure chat
11#ensure spawnmanager
12#ensure sessionmanager
13#ensure fivem
14#ensure hardcap
15#ensure rconlog
16#ensure scoreboard
17
18ensure mysql-async
19ensure #redm
20ensure esplugin_mysql
21ensure xrp
22ensure xrp_respawn
23ensure xrp_chat
24ensure am_commands
25ensure owo
26ensure xrp_identity
27
28# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
29# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
30sv_scriptHookAllowed 1
31
32# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
33#rcon_password ""
34
35# A comma-separated list of tags for your server.
36# For example:
37# - sets tags "drifting, cars, racing"
38# Or:
39# - sets tags "roleplay, military, tanks"
40sets tags "default"
41
42# A valid locale identifier for your server's primary language.
43# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
44sets locale "root-AQ"
45# please DO replace root-AQ on the line ABOVE with a real language! :)
46
47# Set an optional server info and connecting banner image url.
48# Size doesn't matter, any banner sized image will be fine.
49#sets banner_detail "https://url.to/image.png"
50#sets banner_connecting "https://url.to/image.png"
51
52# Set your server's hostname
53sv_hostname "sialalala"
54
55# Nested configs!
56#exec server_internal.cfg
57
58# Loading a server icon (96x96 PNG file)
59#load_server_icon myLogo.png
60
61# convars which can be used in scripts
62set temp_convar "hey world!"
63
64# Uncomment this line if you do not want your server to be listed in the server browser.
65# Do not edit it if you *do* want your server listed.
66#sv_master1 ""
67
68sv_lan 1
69
70
71# Add system admins
72add_ace group.admin command allow # allow all commands
73add_ace group.admin command.quit deny # but don't allow quit
74add_principal identifier.fivem:1 group.admin # add the admin to the group
75
76# Hide player endpoints in external log output.
77sv_endpointprivacy true
78
79# Server player slot limit (must be between 1 and 32, unless using OneSync)
80sv_maxclients 5
81
82# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
83# -> replace "" with the key
84set steam_webApiKey "xxxxxxxx"
85
86# License key for your server (https://keymaster.fivem.net)
87sv_licenseKey xxxxxx