Creating multi versions

Discussion in 'Plugin Development' started by ArsenArsen, Jun 14, 2014.

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

    ArsenArsen

    I want to make bukkit plugin witch is compatibile thrue 1.6.4R2.0 to 1.7.9R0.3
     
  2. Offline

    xTigerRebornx

    ArsenArsen As long as you only reference the API, it should be fairly compatible, unless you use a feature that was introduced in a version past 1.6.4R2.0
     
  3. Offline

    ArsenArsen

    Im using regural fetaures witch was in ALL versions (like perms)
     
  4. Offline

    xTigerRebornx

    ArsenArsen If it was in all versions, then you should have no problem with cross-version compatibility. The Bukkit API is designed to work across versions.
     
  5. Offline

    ArsenArsen

  6. Offline

    Gamecube762

    ArsenArsen Usually your plugin isn't version sensitive unless you add stuff that would make it that(ie. sending packets, custom mobs, stuff you normally cant do with Bukkit API alone, ext). If you are worried if your plugin works in certain versions, give it a test on them, you'll know if it works or not. If it doesn't work, you can always find the bug and fix it.
     
  7. Offline

    xTigerRebornx

    ArsenArsen Like I've said, if you are only referencing the API, then you are fine.
     
  8. Offline

    ArsenArsen

    Ok its just Bukkit API thanks!
     
Thread Status:
Not open for further replies.

Share This Page