Add better support for java agents in the `minecraft-servers` module, such as in the form of ``` javaAgents = [ jar packages here ]; ``` Which would get turned into `-javaagent:${jar} -javaagent:${packages} -javaagent:${here}` in the JVM arguments. See #75