Question How to port files of a modified Vanilla Minecraft Server to bukkit ?

Discussion in 'General Help' started by marcoco, Mar 25, 2015.

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

    marcoco

    Hello, recently, I have modified Minecraft-Server1.8.jar with MCP (Minecraft Coder Pack) because I wanted to add new block to my Minecraft Server. It worked perfectly, but after that, I don't know how to use it on bukkit.jar. Because the jar (vanilla) that I reprogrammed is only a vanilla server and I want it to be a Bukkit server, like before I modified Minecraft ? How to do that correctly ? What .class files to replace in the Bukkit.jar files to make it work with my new blocks ? Thank you a lot!
     
  2. Online

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives.
    @marcoco That is not how bukkit works, bukkit is a server on its own. And you need a CraftBukkit.jar, Bukkit.jar is the api
     
  3. Offline

    marcoco

    Yes, I would say CraftBukkit.jar in my question.
     
  4. Online

    timtower Administrator Administrator Moderator

    @marcoco Then you still don't replace classes, you replace the entire jar.
     
  5. Offline

    marcoco

    No because I will don't have Craft Bukkit commands for my server after !
     
Thread Status:
Not open for further replies.

Share This Page