Hey, I have been using MCMA2 for years but since minecraft 1.18 the forge modded servers are no longer using a JAR file located at server root rendering MCMA2 unable to launch those. I have tested AMP with the minecraft module but I was not able to get it working as I would like it to run.
Let me explain, I am using a fully automated process to create game servers with WHMCS and TCAdmin module. Basically WHMCS creates a TCAdmin service and TCAdmin is running mcmyadmin.exe as a service.
So I'm trying to reproduce it with AMP but I could not find how to. Currently I am enforcing certain parameters (ip, ports, slots) in mcmyadmin.exe command line with TCAdmin variables. TCadmin scripts are used to set the mcmyadmin user (same user and password than TCAdmin basically).
Is it possible to do the same with AMP and if yes how?
To make it clear I need to pack a zip file used as a template for default setup, then TCAdmin is parsing the command line to AMP so I can enforce settings and set user (been using mcmyadmin -configonly until now).
Thanks