How do you make the change from coding HMOD Plugins to Bukkit Plugins?

Discussion in 'Plugin Development' started by GH0STX05, Jan 4, 2011.

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

    GH0STX05

    So I just started to learn how to code plugins for hmod, but now I want to switch over to Bukkit. Whats the difference between coding the two?
     
  2. Offline

    EvilSeph

    When we feel that Bukkit is ready for active plugin development, we'll be providing the community with plenty of resources to get them going.
     
  3. Offline

    Killie01

    nice :)
    want to create plugins :D
     
  4. Offline

    matejdro

    So how are people posting ports then?
     
  5. Offline

    Killie01

    they know how to make plugins from reading the source of bukkit
     
  6. Offline

    Ben S

    It's kind of rough porting right now because some of the hooked functions have a :
    Code:
    /**
     * Not implemented yet
     */
    associated with the hook. So theoretically we can get our plugin written because the API is available, however much of it still hasn't been implemented.
     
  7. Offline

    GH0STX05

    Thanks for the reply guys. Guess I'll have to wait a bit longer then.
     
  8. Offline

    rayman86

    Yeah mines on the list, but not implemented yet.
     
Thread Status:
Not open for further replies.

Share This Page