-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathFicsitRemoteMonitoring.uplugin
More file actions
44 lines (44 loc) · 1012 Bytes
/
FicsitRemoteMonitoring.uplugin
File metadata and controls
44 lines (44 loc) · 1012 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.4.10",
"SemVersion": "1.4.10",
"AcceptsAnyRemoteVersion": true,
"FriendlyName": "Ficsit Remote Monitoring",
"Description": "Statistical and GeoLocation Monitoring for Satisfactory",
"Category": "Modding",
"CreatedBy": "Porisius",
"CreatedByURL": "",
"DocsURL": "https://docs.ficsit.app/ficsitremotemonitoring/latest/index.html",
"MarketplaceURL": "",
"SupportURL": "https://github.com/porisius/FicsitRemoteMonitoring",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FicsitRemoteMonitoring",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FicsitRemoteMonitoringServer",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetAllowList": [
"Editor",
"Server"
]
}
],
"Plugins": [
{
"Name": "SML",
"SemVersion": "^3.11.3",
"Enabled": true
}
],
"GameVersion": ">=416835",
"RequiredOnRemote": false
}