private function addCoreService()
 {
     $this->service = Models\Service::create(['author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3', 'name' => 'Terraria', 'description' => 'Terraria is a land of adventure! A land of mystery! A land that\'s yours to shape, defend, and enjoy. Your options in Terraria are limitless. Are you an action gamer with an itchy trigger finger? A master builder? A collector? An explorer? There\'s something for everyone.', 'file' => 'terraria', 'executable' => 'TerrariaServer.exe', 'startup' => '-port {{SERVER_PORT}} -autocreate 2 -worldname World']);
 }
 private function addCoreService()
 {
     $this->service = Models\Service::create(['author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3', 'name' => 'Source Engine', 'description' => 'Includes support for most Source Dedicated Server games.', 'file' => 'srcds', 'executable' => './srcds_run', 'startup' => '-game {{SRCDS_GAME}} -console -port {{SERVER_PORT}} -strictportbind -norestart']);
 }
 private function addCoreService()
 {
     $this->service = Models\Service::create(['author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3', 'name' => 'Voice Servers', 'description' => 'Voice servers such as Mumble and Teamspeak 3.', 'file' => 'voice', 'executable' => '', 'startup' => '']);
 }
 private function addCoreService()
 {
     $this->service = Models\Service::create(['author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3', 'name' => 'Minecraft', 'description' => 'Minecraft - the classic game from Mojang. With support for Vanilla MC, Spigot, and many others!', 'file' => 'minecraft', 'executable' => 'java', 'startup' => '-Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}']);
 }