Articles on: Minecraft

Compiling Plugins

Compiling plugins (Gradle and Maven)

Create a new folder.


Find the plugin page with source code.
Click code, copy GitHub link.


Open Command Prompt.
Cd into the newly made folder directory.



Type in "git clone (copy from source code earlier).


Cd into the new folder.


Type Gradlew build or nvm package (depending on the type of plugin).
Open the file in file explorer.
Open the "bin" folder.

Updated on: 15/02/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!