Adding a mod to SMP

Discussion in 'Plugin Development' started by Dabonez, May 3, 2012.

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

    Dabonez

    Hi guys, I just got into modding, and I'm not sure if this is even the right board, but I have a simple question.

    Let's say I made a mod that adds a new block that uses the same sprite as an already existing sprite in the default terrain.png, and I added the recipe for crafting that new block. It works in SSP, but I want to add the same to Vanilla SMP. As I am not adding any new sprites to the client, just a new recipe, I figure it should work without the players downloading additional files, I just have no clue how, as the tutorials I found only cover the SSP aspect.

    Could anyone please give me some guidelines or show me a tutorial for smp mods?

    Thanks in advance!
     
  2. Offline

    SirTyler

    Not right forum, Bukkit covers bukkit plugins and not vanilla mods. However if your adding a new recipe I would think it needs to be provided server side as well as client side so they know how to deal with it.
     
  3. Offline

    Dabonez

    I am sorry if it was misleading, but I am using CraftBukkit to run the server, but I have no plugins installed on it. I have no idea how to make that mod/plugin SMP material so CraftBukkit can handle it.
     
  4. Offline

    SirTyler

    Not something we really do here....
     
  5. Offline

    Dabonez

    Alright, I'm sorry. A mod can close this topic then. Just a question though - how do you learn to make bukkit plugins if the bukkit community doesn't say how? :D
     
  6. Offline

    SirTyler

    What do you mean we don't say? We have tons of tutorials on it and every topic on Plugin Development is about developing them.
     
  7. Offline

    Dabonez

    I've quickly gone through all of the boards and used the search function, but I couldn't find a place with tutorials, thats why I posted here, and you said you guys don't do this.

    So where can I find those tutorials?
     
  8. Offline

    SirTyler

    Bukkit doesn't support mods by default, we have plugins.
     
  9. Offline

    Dabonez

    Cool. So which section would be the one with the bukkit plugin tutorials?
     
  10. Offline

    SirTyler

    The Wiki or the Resources section.
     
Thread Status:
Not open for further replies.

Share This Page