Skip to content

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

License

Notifications You must be signed in to change notification settings

willies952002/MinecraftDevIntelliJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Development IntelliJ Plugin

Compiling

To compile Minecraft Development IntelliJ Plugin, a few steps need to be taken to setup an SDK. It is recommended to use Community Edition as the basis for building this plugin, even if you use Ultimate, as we are targeting Community Edition to make this available to everyone.

  1. Create the IntelliJ Plugin SDK.

  2. Once the SDK has been created, go to Project Structure -> SDK's (Under Platform Settings). Click on the green + button:

    IntelliJ SDK

    Navigate to the plugins/maven/lib directory in the IntelliJ installation and add all the Jar's in that directory to the classpath. We probably don't need all of them, but it's simpler this way.

  3. Do the same thing for plugins/yaml/lib as well.

Style Guide

This project will follow DemonWav's Java style guidelines (lol, Google's style slightly modified). Link here.

License

This project is licensed under MIT.

Supported Platforms

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%