Minecraft Template – Automating The Server Type Download/Update

Created a Minecraft (Java) template for version 1.16.5 Vanilla. It worked! Next, was to try the same version, but this time as Forge. It failed. The problem seems to be the part about activating the Download/Update function to kick-off the Forge download. Is there something I can add to the template to trigger this action?

I am running latest AMP, Controller & Target setup. OS is Ubuntu 20.04

There’s a setting in AMP that controls the startup mode, it’s also in AMPConfig.conf.

Core.AMP.StartupMode - set to UpdateApplication, StartApplication, or UpdateAndStart.

Thanks Mike! I added;
Core.AMP.StartupMode Update and then start application
to my template. This seems to work.

1 Like