You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fivem/settings.ts
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,23 @@ import type { SettingsValues } from "../settings";
4
4
exportconstfivemSettings=defineSettings({
5
5
enableTxAdmin: {
6
6
default: false,
7
-
help: "Enables the txAdmin web panel. Your server will not go online until it is started from txAdmin on first run. Exposes port 40120 for the txAdmin UI.",
7
+
help:
8
+
"Enables the txAdmin web panel. Your server will not go online until it is started from txAdmin on first run. Exposes port 40120 for the txAdmin UI.",
8
9
label: "Enable txAdmin",
9
10
type: "boolean",
10
11
},
11
12
fivemVersion: {
12
13
default: "recommended",
13
-
help: 'FiveM artifact version to install. Use "recommended", "latest", or a specific build ID such as "6013-d8ae399d". Find builds at runtime.fivem.net/artifacts/fivem/build_proot_linux/master/',
14
+
help:
15
+
'FiveM artifact version to install. Use "recommended", "latest", or a specific build ID such as "6013-d8ae399d". Find builds at runtime.fivem.net/artifacts/fivem/build_proot_linux/master/',
14
16
label: "FiveM version",
15
17
maxLength: 50,
16
18
type: "string",
17
19
},
18
20
license: {
19
21
default: "",
20
-
help: "Your FiveM server license key from portal.cfx.re (keymaster.fivem.net). Required to start the server.",
22
+
help:
23
+
"Your FiveM server license key from portal.cfx.re (keymaster.fivem.net). Required to start the server.",
0 commit comments