Infinidoge / nix-minecraft

An attempt to better support Minecraft-related content for the Nix ecosystem
MIT License
172 stars 18 forks source link

Feature Request: Support for adding Java Agents #76

Open Infinidoge opened 1 week ago

Infinidoge commented 1 week ago

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