ParadigmMC / mcman

Powerful Minecraft Server Manager CLI. Easily install jars (server, plugins & mods) and write config files. Docker and git support included.
GNU General Public License v3.0
131 stars 11 forks source link

Pre/post launch scripts #32

Open TheAlan404 opened 7 months ago

TheAlan404 commented 7 months ago

I'm thinking either we include this in server.launcher or a file like this:

echo Starting server
${command}
echo ended

If we do include it in the ServerLauncher, we should add 3 versions: platform independent, windows and linux