We’ve had a Minecraft server since the end of 2012. Our current setup is comprised of the following 4 servers:
[table]
Server, Date Started, Status
Lobby, 3/15/16,[insert_php]
$lobby = shell_exec(‘./lobby_server.sh start’);
if (strpos($lobby, ‘running’) !==false):
echo ‘‘;
else:
echo ‘‘;
endif;
[/insert_php]
Survival Server,12/20/12,[insert_php]
$original = shell_exec(‘./original_server.sh start’);
if (strpos($original, ‘running’) !==false):
echo ‘‘;
else:
echo ‘‘;
endif;
[/insert_php]
Vanilla Server,9/9/14,[insert_php]
$vanilla = shell_exec(‘./vanilla_server.sh start’);
if (strpos($vanilla, ‘running’) !==false):
echo ‘‘;
else:
echo ‘‘;
endif;
[/insert_php]
Factions Server,3/15/16,[insert_php]
$factions = shell_exec(‘./factions_server.sh start’);
if (strpos($factions, ‘running’) !==false):
echo ‘‘;
else:
echo ‘‘;
endif;
[/insert_php]
[/table]
MineCraft Screen Shots
- 2012-12-10 – Main House
- 2013-01-25 – Main House
- 2013-01-25 – Main House
- 2013-01-25 – Base
- 2013-01-25 – Main House