Skip to content

Building the Plugin

rinrien edited this page Nov 23, 2024 · 2 revisions

If you want to build rpchat by yourself (for example with your own changes), you need to follow these steps:

  1. Clone or download the repository.
  2. Open IntelliJ IDEA.
  3. Be sure that you have JDK installed (for MC 1.21 >= Java 21).
  4. You will see the "Load Gradle Project" window. Click on it.
  5. Then go Gradle -> rpchat -> Tasks -> build -> build.
Clone this wiki locally