Plugin upgrading

Discussion in 'Plugin Development' started by BeeT, Jan 30, 2012.

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

    BeeT

    Hello,

    I would like to ask, how to update my plugin to R3? Should I add Library craftbukkit-R3 into source and recompile? Or I need to edit smth?
     
  2. Offline

    MuisYa

    BeeT I think this is very obvious. Can you code normal Java? If not go learn that before developing plugins.

    A new craftbukkit snapshot needs to be added like this:
    Code:
    Right click on desired project.
    Click on 'properties'.
    Click on 'Java Build Path'
    Click on 'Add external jars'
     
    Select the craftbukkit jar.
    
     
  3. Offline

    BeeT

    MuisYa
    Can you help me? What is craftbukkit and what is bukkit...?
    I don't know should I use bukkit or craftbukkit.
     
  4. Offline

    Stone_Tigris

    Kind of confused myself here? You have made a plugin, yet do not know what Bukkit or CraftBukkit are?
     
  5. Offline

    emikodo

    Craftbukkit is the server mod for Minecraft, while bukkit is the api used to make plugins. To update your plugin for the latest version of craftbukkit, you follow the steps MuisYa posted, except you select the latest bukkit.jar. I think bukkit-1.1-R4 is the latest so far.
     
Thread Status:
Not open for further replies.

Share This Page