• 0

JAVA Minecraft & Plugins


Question

Hello, I'm starting a minecraft server, and I would love help with the plugins,as we all know, it uses JAVA, and I know nothing about JAVA programming. So if you can research for some information, or maybe you already know, give me a suggestion down below! Thanks.

 

By The Way, I need them to be original, and not already made!  :D 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Realistically you are going to have a tough time making an original plugin without first learning the basics of Java (plenty of tutorials out there to get you started, Google/Bing will be your best buddy for that).

 

I'm under the assumption you intend to make plugins for CraftBukkit using the Bukkit API since Minecraft (as it stands right now) has no official API. If that is indeed the case then you will want to consult the Bukkit API javadocs and any further questions regarding the Bukkit API would be best asked over on their forum as well.

 

Hope that helps a bit.

Link to comment
Share on other sites

  • 0

Are you asking for examples of plugins or how to make your own?
You will need to learn java first before you start, unless you're using another server (one coded in C++ or C# for instance).

Then you'd be best to look up on the minecraft APIs to find out how to interface with them.

Link to comment
Share on other sites

  • 0

Realistically you are going to have a tough time making an original plugin without first learning the basics of Java (plenty of tutorials out there to get you started, Google/Bing will be your best buddy for that).

 

I'm under the assumption you intend to make plugins for CraftBukkit using the Bukkit API since Minecraft (as it stands right now) has no official API. If that is indeed the case then you will want to consult the Bukkit API javadocs and any further questions regarding the Bukkit API would be best asked over on their forum as well.

 

Hope that helps a bit.

Yes,I would like to do them with Craft Bukkit,but I need a start, just tell me where to start, that would be lovely and helpful! Thanks

Link to comment
Share on other sites

  • 0

Yes,I would like to do them with Craft Bukkit,but I need a start, just tell me where to start, that would be lovely and helpful! Thanks

 

A basic understanding of Java would be where to start, I can point you here for that.

 

Past that the best I can suggest is looking at the Bukkit Wiki for creating your first plugin.

Link to comment
Share on other sites

  • 0

A basic understanding of Java would be where to start, I can point you here for that.

 

Past that the best I can suggest is looking at the Bukkit Wiki for creating your first plugin.

Thanks for your help!

Link to comment
Share on other sites

This topic is now closed to further replies.