-
Notifications
You must be signed in to change notification settings - Fork 5
/
allthemods7_server.xml
72 lines (72 loc) · 3 KB
/
allthemods7_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
<?xml version="1.0"?>
<Container version="2">
<Name>AllTheMods7</Name>
<Repository>goobaroo/allthemods7:latest</Repository>
<Registry>https://hub.docker.com/repository/docker/goobaroo/allthemods7</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/all-the-mods-7</Project>
<Overview>[b]ATM7-1.0.4[/b][br]1.18 Modpack with everyone's favorite mods as well as a ton of new mods to try out. [br]Version tags available:[br] - 1.0.4[br] - 1.0.3[br] - 1.0.2[br] - 1.0.0[br] - 0.4.34[br] - 0.4.29[br] - 0.4.27[br] - 0.4.26[br] - 0.4.25[br] - 0.4.24[br] - 0.4.23[br] - 0.4.22[br] - 0.4.21[br] - 0.4.20[br] - 0.4.18[br] - 0.4.17[br] - 0.4.16[br] - 0.4.15[br] - 0.4.14[br] - 0.4.13[br] - 0.4.12[br] - 0.4.11[br] - 0.4.10[br] - 0.4.9[br] - 0.4.8[br] - 0.4.7[br] - 0.4.5[br] - 0.4.4[br] - 0.4.3[br] - 0.4.2[br] - 0.3.18[br] - 0.3.17[br] - 0.3.12[br][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>
<Icon>https://media.forgecdn.net/avatars/391/574/637584581193129752.jpeg</Icon>
<Config
Type="Path"
Name="Installed Location"
Target="/data"
Default="/mnt/user/appdata/allthemods7/"
Mode="rw"
Description="Path to store the installed server files."
Display="always"
Required="true"
Mask="false">/mnt/user/appdata/allthemods7/</Config>
<Config
Type="Variable"
Name="EULA"
Target="EULA"
Default="false"
Description="Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula? Server will not start without accepting. Set to 'true' to accept."
Display="always"
Required="true"
Mask="false">false</Config>
<Config
Type="Variable"
Name="JVM_OPTS"
Target="JVM_OPTS"
Default="-Xms2048m -Xmx4096m"
Description="JAVA Options"
Display="always"
Required="false"
Mask="false">-Xms2048m -Xmx4096m</Config>
<Config
Type="Variable"
Name="OPS"
Target="OPS"
Default=""
Description="Comma separated list of players to have op capability"
Display="always"
Required="false"
Mask="false"/>
<Config
Type="Variable"
Name="MOTD"
Target="MOTD"
Default=""
Description="Set the server MOTD"
Display="always"
Required="false"
Mask="false"/>
<Config
Type="Port"
Name="Port"
Target="25565"
Default="25565"
Mode="tcp"
Description="Port for the server"
Display="always"
Required="false"
Mask="false">25565</Config>
</Container>