AppFeed/templates/ich777sRepository/ich777/MinecraftBedrockEdition.xml

91 lines
5.5 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>MinecraftBedrockEdition</Name>
<Repository>ich777/minecraftbedrockserver</Repository>
<Registry>https://hub.docker.com/r/ich777/minecraftbedrockserver/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/</Support>
<Project>https://www.minecraft.net/</Project>
<Overview>This is a Basic Minecraft Bedrock Edition Server.&#13;
&#13;
This container downloads Minecraft Bedrock Edition Server in the specified version or you can also set it to latest to download and check on every restart if there is a newer version available.&#13;
&#13;
UPDATE NOTICE: If you set the GAME_VERSION to latest the container will check on every start/restart if there is a newer version available, otherwise enter the preferred version number that you want to install, you also can downgrade your server (no guarantee that it works if you downgrade much versions).&#13;
&#13;
2021-04-06 16:02:58 +00:00
WEB CONSOLE: You can connect to the Minecraft console by opening your browser and go to HOSTIP:9010 (eg: 192.168.1.1:9010) or click on WebUI on the Docker page within Unraid.</Overview>
<WebUI>http://[IP]:[PORT:9010]/</WebUI>
2020-12-03 12:42:32 +00:00
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/bedrock.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>19132</HostPort>
<ContainerPort>19132</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>19132</HostPort>
<ContainerPort>19132</ContainerPort>
<Protocol>udp</Protocol>
</Port>
2021-04-06 16:02:58 +00:00
<Port>
<HostPort>9010</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
2020-12-03 12:42:32 +00:00
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/minecraftbedrockedition</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>GAME_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>latest</Value>
<Name>GAME_VERSION</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="ServerFiles" Target="/serverdata/serverfiles" Default="" Mode="rw" Description="Container Path: /serverdata/serverfiles" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/minecraftbedrockedition</Config>
<Config Name="Game Parameters" Target="GAME_PARAMS" Default="" Mode="" Description="Enter your extra startup parameters otherwise leave blank!" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="TCP - Game Port" Target="19132" Default="" Mode="tcp" Description="TCP Gameport (if you need another port, please delete this entry and create a new TCP Port with the required port number)" Type="Port" Display="always" Required="true" Mask="false">19132</Config>
<Config Name="UDP - Game Port" Target="19132" Default="" Mode="udp" Description="UDP Gameport (if you need another port, please delete this entry and create a new UDP Port with the required port number)" Type="Port" Display="always" Required="true" Mask="false">19132</Config>
2021-04-06 16:02:58 +00:00
<Config Name="TCP - WebConsole" Target="8080" Default="" Mode="tcp" Description="WebConsole (by default, you can connect to the Minecraft console by opening your browser and go to HOSTIP:9010 - eg: 192.168.1.1:9010 - or click on WebUI on the Docker page within Unraid)." Type="Port" Display="always" Required="true" Mask="false">9010</Config>
2020-12-03 12:42:32 +00:00
<Config Name="Game Version" Target="GAME_VERSION" Default="" Mode="" Description="Enter the prefered version to install." Type="Variable" Display="always" Required="false" Mask="false">latest</Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Description>This is a Basic Minecraft Bedrock Edition Server.&#13;
&#13;
This container downloads Minecraft Bedrock Edition Server in the specified version or you can also set it to latest to download and check on every restart if there is a newer version available.&#13;
&#13;
UPDATE NOTICE: If you set the GAME_VERSION to latest the container will check on every start/restart if there is a newer version available, otherwise enter the preferred version number that you want to install, you also can downgrade your server (no guarantee that it works if you downgrade much versions).&#13;
&#13;
2021-04-06 16:02:58 +00:00
WEB CONSOLE: You can connect to the Minecraft console by opening your browser and go to HOSTIP:9010 (eg: 192.168.1.1:9010) or click on WebUI on the Docker page within Unraid.</Description>
2020-12-03 12:42:32 +00:00
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/MinecraftBedrockEdition.xml</templatePath>
</Container>