With bukkit I need to import craftbukkit.jar, what do i need to import into eclipse for the libraries? Any help would be awesome, thanks
Everything is in PocketMine-MP when the plugin is loaded, so you don't have to worry about including anything. Check some already-done plugins for an example. I've a few on my Github page, also in the PocketMine one
Thank you I think I may just found my new favorite editor! Never seen something that support python before.
As most people do, they import functions by the global $api received on plugin construction. As for the classes, they are automatically loaded into the script because they are at the same runtime.