-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathftbevolution_server.xml
More file actions
82 lines (82 loc) · 3.25 KB
/
ftbevolution_server.xml
File metadata and controls
82 lines (82 loc) · 3.25 KB
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
76
77
78
79
80
81
82
<?xml version="1.0"?>
<Container version="2">
<Name>FTB Evolution</Name>
<Repository>goobaroo/ftbevolution:latest</Repository>
<Registry>https://hub.docker.com/repository/docker/goobaroo/ftbevolution</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://feed-the-beast.com/modpack/125-ftb_evolution</Project>
<Overview>FTB Evolution Modded Minecraft Server[br][br][b]FTB Evolution[/b][br]FTB Evolution re-imagines modded MC with a vast collection of advanced tech, intricate magic, and limitless exploration. Whether you're into building high-tech machinery or wielding powerful spells, Our flagship pack FTB Evolution has something new in store for you to explore.[br]Version tags available:[br] - 1.30.3[br] - 1.29.1[br] - 1.27.0[br] - 1.26.1[br] - 1.26.0[br] - 1.25.0[br] - 1.24.2[br] - 1.24.0[br] - 1.23.1[br] - 1.23.0[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://cdn.feed-the-beast.com/blob/a3/a3716bf4fbab2a80750a32b74ed1d64201d8bdeaecece0f3caa20cb9b5d95d30.png</Icon>
<Labels/>
<Config
Type="Path"
Name="Installed Location"
Target="/data"
Default="/mnt/user/appdata/ftbevolution/"
Mode="rw"
Description="Path to store the installed server files."
Display="always"
Required="true"
Mask="false">/mnt/user/appdata/ftbevolution/</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="-Xms6144m -Xmx8092m"
Description="Java Options"
Display="always"
Required="false"
Mask="false">-Xms6144m -Xmx8092m</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>
<Config
Type="Variable"
Name="LEVEL"
Target="LEVEL"
Default="world"
Description="Name of the world directory. It is usually world."
Display="advanced"
Required="false"
Mask="false">world</Config>
</Container>