File | Date | Author | Commit |
---|---|---|---|
BPE_Executable | 2013-07-28 |
![]() |
[ca37c0] Splitting code into namespaces |
.gitattributes | 2013-07-15 |
![]() |
[a4f0e0] Initial Commit |
.gitignore | 2013-07-15 |
![]() |
[a4f0e0] Initial Commit |
GPL v3.0 | 2013-07-20 |
![]() |
[a3f94b] GPL 3.0 license added |
README.md | 2013-07-26 |
![]() |
[8adf9b] Updated Readme |
Welcome! This program is still in development, but you can take a look at its progress.
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:
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).
-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)