-
Notifications
You must be signed in to change notification settings - Fork 5
/
skyfactory4_server.xml
75 lines (75 loc) · 3.89 KB
/
skyfactory4_server.xml
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
<?xml version="1.0"?>
<Container version="2">
<Name>SkyFactory4</Name>
<Repository>goobaroo/skyfactory4:latest</Repository>
<Registry>https://hub.docker.com/repository/docker/goobaroo/skyfactory4</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/</Support>
<Project>https://www.curseforge.com/minecraft/modpacks/skyfactory-4</Project>
<Overview>SkyFactory 4 - 4.2.4 Modded Minecraft Server[br]Back again for more modded skyblock fun! SkyFactory 4 offers a brand-new experience never before seen in the series. Full automation, tech, magic, and bacon resources! This iteration offers over 30+ world types so you can play the pack like never before! While some world types are based on the classic tree on dirt others are designed with unique recipes and advancements.[br]Version 4.2.2[br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]</Overview>
<Category>GameServers:</Category>
<ExtraSearchTerms>minecraft</ExtraSearchTerms>
<WebUI/>
<Icon>https://raw.githubusercontent.com/Goobaroo/docker-SkyFactory4/main/SkyFactory4.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1634691605</DateInstalled>
<DonateText/>
<DonateLink/>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>25565</HostPort>
<ContainerPort>25565</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/skyfactory4/</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>false</Value>
<Name>EULA</Name>
<Mode/>
</Variable>
<Variable>
<Value>-Xms3072m -Xmx4096m</Value>
<Name>JVM_OPTS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>OPS</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MOTD</Name>
<Mode/>
</Variable>
<Variable>
<Value>world</Value>
<Name>LEVEL</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Installed Location" Target="/data" Default="/mnt/user/appdata/skyfactory4/" Mode="rw" Description="Path to store the installed server files." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/skyfactory4/</Config>
<Config Name="EULA" Target="EULA" Default="false" Mode="" Description="Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula? Server will not start without accepting." Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<Config Name="JVM_OPTS" Target="JVM_OPTS" Default="-Xms3072m -Xmx4096m" Mode="" Description="Java Options" Type="Variable" Display="always" Required="false" Mask="false">-Xms3072m -Xmx4096m</Config>
<Config Name="OPS" Target="OPS" Default="" Mode="" Description="Comma separated list of players to have op capability" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MOTD" Target="MOTD" Default="" Mode="" Description="Custom Message of the Day" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Port" Target="25565" Default="25565" Mode="tcp" Description="Port for the server. Ignored if using a dedicated IP for the container." Type="Port" Display="always" Required="false" Mask="false">25565</Config>
<Config Name="LEVEL" Target="LEVEL" Default="world" Mode="" Description="Name of the world directory. It is usually world." Type="Variable" Display="advanced" Required="false" Mask="false">world</Config>
</Container>