AppFeed/templates/BinhexsRepository/binhex/minecraftserver.xml
Squidly271 7c90190217 Update
2021-01-12 08:07:51 -05:00

100 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/minecraftserver.xml</TemplateURL>
<Name>binhex-minecraftserver</Name>
<Overview>
Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.
</Overview>
<Support>https://forums.unraid.net/topic/84880-support-binhex-minecraftserver/</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-minecraftserver/</Registry>
<GitHub>https://github.com/binhex/arch-minecraftserver</GitHub>
<Repository>binhex/arch-minecraftserver</Repository>
<Project>https://www.minecraft.net/en-us/download/server/</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>25565</HostPort>
<ContainerPort>25565</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8222</HostPort>
<ContainerPort>8222</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>CREATE_BACKUP_HOURS</Name>
<Value>12</Value>
</Variable>
<Variable>
<Name>PURGE_BACKUP_DAYS</Name>
<Value>14</Value>
</Variable>
<Variable>
<Name>ENABLE_WEBUI_CONSOLE</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>ENABLE_WEBUI_AUTH</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>WEBUI_USER</Name>
<Value>admin</Value>
</Variable>
<Variable>
<Name>WEBUI_PASS</Name>
<Value></Value>
</Variable>
<Variable>
<Name>WEBUI_CONSOLE_TITLE</Name>
<Value>Minecraft Java</Value>
</Variable>
<Variable>
<Name>JAVA_INITIAL_HEAP_SIZE</Name>
<Value>512M</Value>
</Variable>
<Variable>
<Name>JAVA_MAX_HEAP_SIZE</Name>
<Value>1024M</Value>
</Variable>
<Variable>
<Name>JAVA_MAX_THREADS</Name>
<Value>1</Value>
</Variable>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8222]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/minecraftserver-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<Category>GameServers:</Category>
<Description>Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/minecraftserver.xml</templatePath>
</Container>