(todo)
- Open IntelliJ.
- If a project is open, then click
File -> Close Project
. - On the IntelliJ start screen, click
Check out from Version Control -> Git
. - Click
Log in to GitHub...
, and login. - Select the repo from the
URL:
drop-down, and clickClone
. - Click
Yes
to create an IntelliJ IDEA project. - Click
Import project from external model
, selectGradle
, and clickNext
. - Check
Use auto-import
andUse default gradle wrapper
, then clickFinish
. - Edit the source code in
src/main/java
.
- Click
View -> Tool Windows -> Gradle
. - In the
Gradle
sidebar, runTasks -> build -> jar
. - Find the built jar in the
build/libs
folder.
Bukkit Wiki
Bukkit Javadoc
Bukkit Forums (Plugin Development)
Spigot Forums (Spigot Plugin Development)