Skip to content

Plugin for IntelliJ IDEA that gives special support for Bukkit/Spigot/BungeeCord projects.

License

Notifications You must be signed in to change notification settings

CrystalMare/IntelliJBukkitSupport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliJBukkitSupport

Compiling

To compile IntelliJBukkitSupport, a few steps need to be taken to setup an SDK.

  1. Create a zip of the contents of the latest (version 15.0.1 in this case) IntelliJ folder.
    On windows this folder could be: C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0
    Make sure the name of the file is IntelliJ.zip
  2. Install the file to your local repository by running
    $ mvn install:install-file -Dfile=IntelliJ.zip -DgroupId=org.jetbrains -DartifactId=intellij-idea-iu -Dversion=15.0.1 -Dpackaging=zip
  3. Now compile the project using $ mvn package

Running with IntelliJ IDEA

To run this plugin with IntelliJ to debug. You must install a plugin called: "Intellij plugin development with Maven"

About

Plugin for IntelliJ IDEA that gives special support for Bukkit/Spigot/BungeeCord projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%