I'd like to mod...

Discussion in 'Plugin Development' started by Silvo, Sep 12, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Silvo

    If a game was modable and I played it.. I modded it. Age of Wonders, Baldur's Gate, Neverwinter Nights series, Elder Scrolls series, even Spore and The Sims series...

    Now I play Minecraft and run my server with all those wonderfull bukkit mods. But it bugs me! I have no idea how to make plugins for Minecraft and no idea where to start at all.

    I would kindly ask this great cummunity to give me some pointers.. as it is better to make something yourself than nag every poor plugin author to oblivion for a minor change that could be possibly done by myself if I had the knowledge.

    I'm not asking you to teach me.. I'm asking you to give me something to learn.

    Silvo.
     
  2. Offline

    Kohle

  3. Offline

    ColbyHep55

  4. Offline

    Silvo

    Thank you!

    So Eclipse is the tool to use. Furthermore I need the Bukkit API for developers and a javadoc for bukkti should be useful too.

    Never coded in Java... mosty Basic, C++. But I mastered 2 programming languages why not 3. But java coding syntax is almost the same as the self developed script language they use in Elder Scrolls Oblivion so I think it that experience may help.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  5. Offline

    Sagacious_Zed Bukkit Docs

    @Silvo
    Try the Docs link at the top...
     
  6. Offline

    ColbyHep55

    One thing I want to know is where do I learn to make spout plugins?
     
  7. Offline

    Silvo

    First impression of Java after 1.5h..... Useful but.. Juck! Have to keep swinging the sword to get better and get used to it eh?
     
  8. @ColbyHep55:

    you could try to look at the sources of some other plugin


    @Silvo
    I find java much cleaner and easier to write that many other languages
     
  9. Offline

    Relick

    You first have to import Spout into your project like you would CraftBukkit. And then it's all there for you to muck around in.

    CUSTOM_EVENT is what you send to listeners for spout. Have a look at the Spout javadocs for full info on all the events.
     
  10. Offline

    ColbyHep55

    I can't find any, I really want to look at some, because that's the best way to learn, but again I can't find any.
     
  11. Offline

    Marcos Cosmos

    There are a few that are display their source. try looking at MyWolf, I believe @Keyle hosts his source on github.
     
  12. Offline

    SpikeMeister

  13. Offline

    ColbyHep55

Thread Status:
Not open for further replies.

Share This Page