Skip to content

collielimabean/BukkitPluginEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Bukkit Plugin Editor site!

Welcome! This program is still in development, but you can take a look at its progress.

###Purpose of this project: When I started programming for the Bukkit platform, I noticed how tedious it was to test a plugin. For me, testing plugins went like this:

  1. Write some code.
  2. Export the code as a jarfile.
  3. Copy the jarfile into the plugin directory of CraftBukkit.
  4. Run the server, and test.

I found this workflow to be quite time consuming and possibly confusing, especially to new or younger Java developers who aren't as familiar with programming. The intent of this program is to integrate the development side of Bukkit development with the testing part. To give flexibility to the developer, the editor will be able to create, edit, compile IntelliJ and Eclipse projects. All it will take to test your code is simply click a button in the menu, and it will autmatically export your Jar and run the craftbukkit server on the local machine (127.0.0.1).

###Planned feature list: -Internal server
-Import Eclipse, IntelliJ, and Maven projecs
-Automatically generate project files
-Automatically update Bukkit/CraftBukkit builds
-And more!

Thank you for stopping by! William Jen (collielimabean)

About

A mini-IDE for Bukkit plugin development [INACTIVE]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages