Solved Building against craftbukkit.

Discussion in 'Plugin Help/Development/Requests' started by meguy26, Apr 16, 2015.

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

    meguy26

    I am updating all my Maven dependencies and figured I might as well add craftbukkit, but I cannot find ANY documentation on how to do so. I do not know what to put in my pom to build against craftbukkit, would someone mind posting an example pom? Thanks for all help provided.
     
  2. Offline

    BrickBoy55

    @meguy26

    You don't build it with craftbukkit, you build it with bukkit.
     
  3. Offline

    meguy26

    @BrickBoy55
    Then how do I cast to CraftPlayer, CraftSnowball, and etc?
    Just depending on bukkit makes these come up as error, saying that they cannot be resolved to a type.
     
  4. @meguy26 You can build against CraftBukkit, but unless you already have a copy, it isn't legal to get one.
     
  5. Offline

    meguy26

    @CodePlaysMinecraft
    What about through spigot buildtools?

    EDIT:
    and yes, i know it is a "fork" but would it work?
     
  6. Offline

    nverdier

  7. Offline

    BrickBoy55

    @meguy26

    Good question, one I would like to know the answer to.
    But you build the plugin with the API, not the server.
     
  8. Offline

    meguy26

  9. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
    @meguy26 Why do you need those classes then?
     
  10. Offline

    meguy26

Thread Status:
Not open for further replies.

Share This Page