-
Notifications
You must be signed in to change notification settings - Fork 5
/
vaulthunters3rdedition_server.xml
73 lines (73 loc) · 3.54 KB
/
vaulthunters3rdedition_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
<?xml version="1.0"?>
<Container version="2">
<Name>VaultHunters3rdEdition</Name>
<Repository>goobaroo/vaulthunters3:latest</Repository>
<Registry>https://hub.docker.com/repository/docker/goobaroo/vaulthunters3</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://vaulthunters.gg</Project>
<Overview>Vault Hunters 3rd Edition-3.16.0.1 Modded Minecraft Server[br][br][b]Vault Hunters 3rd Edition-3.16.0.1[/b][br]Action RPG in Minecraft! Level up, learn talents and abilities, build a base, build farms collect the 25 artifacts and defeat the final boss![br]Version tags available:[br] - update-4.1[br] - update-4[br] - Update-10.0.0[br] - Update-9.0.3[br] - Update-9.0.2[br] - Update-9.0.1[br] - Update-8.0.3-multi[br] - Update-8.0.3[br] - Update-8.0.2[br] - Update-8.0.1[br] - Update-8.0[br] - Update-7H[br] - Update-7.7[br] - Update-7[br] - Update-6[br] - Update-5[br] - Update7[br] - 3.16.0.1[br] - 3.15.3[br] - 3.15.2[br] - 3.15.1.4[br] - 3.15.1[br] - 3.14.3[br] - 3.14.2[br] - 3.14.1[br] - 3.14[br] - 3.13[br] - 3.12.4[br] - 3.12.3[br] - 3.12.1[br] - 3.12.0[br] - 3.11.5[br] - 3.11.4[br] - 3.11.3[br] - 3.11.2[br] - 3.11.1[br] - 3.11.0[br] - 3.10.1[br] - 0.0.3[br] - 0.0.1[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/651/140/638051446127306822.png</Icon>
<Labels/>
<Config
Type="Path"
Name="Installed Location"
Target="/data"
Default="/mnt/user/appdata/vaulthunters3/"
Mode="rw"
Description="Path to store the installed server files."
Display="always"
Required="true"
Mask="false">/mnt/user/appdata/vaulthunters3/</Config>
<Config
Type="Variable"
Name="EULA"
Target="EULA"
Default="false"
Description="By typing TRUE you are indicating your agreement to the EULA of Mojang. Read it at https://account.mojang.com/documents/minecraft_eula before accepting it."
Display="always"
Required="true"
Mask="false">false</Config>
<Config
Type="Port"
Name="Port"
Target="25565"
Default="25565"
Mode="tcp"
Description="Port for the server. Ignored if using a dedicated IP for the container."
Display="always"
Required="true"
Mask="false">25565</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="Variable"
Name="JVM_OPTS"
Target="JVM_OPTS"
Default="-Xms6144m -Xmx8192m"
Description="JAVA Options. VaultHunters recommend a 4GB base, and then 2GB for every player who may be online at the same time. 3 Players would be 4GB + (3 x 2GB) = 10GB. 5 players would be 4GB + (5 x 2GB) = 14GB."
Display="always"
Required="false"
Mask="false">-Xms6144m -Xmx8192m</Config>
</Container>