We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Example: Minecraft server plugin
The source code of the project contains the code for the plugin. Jack can build the jar file of that plugin.
For execution, an entry point is required. The plugin doesn't have an entry point.
Jack has to build the jar, move it into the server's plugin folder, start the server and attach the debugger.
This could be a parameter for the debug command to specify a different jar to run and an alternative location to move the compiled jar file.
jack debug --jar ./test-server/paper-server.jar --drop-in ./test-server/plugins
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example: Minecraft server plugin
The source code of the project contains the code for the plugin. Jack can build the jar file of that plugin.
For execution, an entry point is required. The plugin doesn't have an entry point.
Jack has to build the jar, move it into the server's plugin folder, start the server and attach the debugger.
Possible solution (concept)
This could be a parameter for the debug command to specify a different jar to run and an alternative location to move the compiled jar file.
The text was updated successfully, but these errors were encountered: