CraftBukkit 1.6.2-R1.0 is now available!

Discussion in 'Bukkit News' started by EvilSeph, Sep 10, 2013.

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

    EvilSeph

    A new CraftBukkit Recommended Build (1.6.2-R1.0) that provides Minecraft 1.6.2 compatibility is now available. As this new Recommended Build also contains a CRITICAL security fix, updating is HIGHLY recommended.

    Will plugins break with this build?
    Provided the developers of the plugins you are using are keeping up with the development of Bukkit, all your plugins should work fine.

    Known Issues:
    • None.
    For more detailed information on what is contained in this update, please see the changelog here.

    Download CraftBukkit 1.6.2-R1.0 here (if this link doesn't work, try this one instead).
     
  2. Offline

    UltiFix

    Great work guys! :)
     
  3. Offline

    Bobcat00

    Hey, just to mention it: I'm using the recommended build with the new release of Java (Version 7 Update 40; just came out yesterday or the day before). It works fine.
     
  4. Offline

    Equitime77


    They did on my server and wreaked loads of havoc. I now have to rebuild the whole server again and get players back. <name and shame removed>
     
  5. Offline

    Bobcat00

    That's why you make regular backups, right?
     
  6. Offline

    Equitime77

    Actually this time Ive been busy so we hadnt had an uptodate backup done. Thats not anyones fault. And im not complaining at anyone. Just saying whats happened.
     
  7. Offline

    Deleted user

    EvilSeph
    Do you know how I would fix Enchantment.getById(NUMBER)?
    And also, do you know how to fix ITEM.getId();
     
  8. Offline

    aaronfranke

    Bukkit team: We have finally released a recommended build for MC 1.6.2!
    Mojang: Minecraft 1.6.3 pre-release is now out!

    :(
     
  9. Offline

    Janmm14

    Just don't use it! Check the enums instead!
     
  10. Offline

    Deleted user

    What do you mean?
     
  11. Offline

    Janmm14

    The thing with the ids is, that they are magic numbers. So, if these numbers change, your code wouldn't do the same. But if you check ItemStack.getType() == Material.??? the code won't lose its functionality.

    You can also get Materials (for example) from Strings using the build-in function in enum.
     
  12. Offline

    Deleted user

    Janmm14
    I'm using it do display the id
     
  13. Offline

    Shzylo

    EvilSeph
    Is there an important reason why these methods have become deprecated, I have no idea why there is no point for a deprecation towards a Magic Value:
    Code:
    new ItemStack(int, int);
    getTypeId();
    getTargetBlock(HashSet<Set>, int);
    
     
  14. Offline

    zolcos

    I have the same concern. My plugin deals with arbitrary item IDs, that's what it is supposed to do in the core of its concept. Deprecation means that something will be removed in the future, and if Bukkit removes all the ID based functions that will force me to re-implement id-to-Material conversion in my own code. It won't be any less "magic" and will just increase the amount of stuff I have to maintain between versions.
     
  15. Offline

    coldandtired

    Material.getMaterial(id) is also deprecated so I'm not sure how it's supposed to work now short of every plugin implementing lookup tables.
     
  16. Offline

    Nibelton

    hope mojang will slow down,and we will have some rest without those build rushes.
    now only plugin updating is left.
     
  17. Offline

    ThunderGemios10

    Finally now running my Server with this Build. Good Job!
     
  18. Offline

    robotnikthingy

    Nope, just got a 1.6.4 patch a few min ago lol
     
    Shzylo likes this.
  19. Offline

    iamrusty13

    My client just updated to 1.6.4 but my bukkit server is still running 1.6.2. How do I fix it so that I can get people back on the server?
     
  20. Offline

    Shzylo

    You have to wait for a new release now..
     
  21. Offline

    iamrusty13


    Well that sucks, how long does it take to release the newest bukkit?
     
  22. Offline

    dark_hunter

    Uh no, you can select the 1.6.2 in the profile editor.
    [​IMG]
     
    Shzylo likes this.
  23. Offline

    iamrusty13

    Thank you! I'm still kind of new to this server running thing.
     
  24. Offline

    matheson5

  25. Offline

    Shzylo


    I meant for bukkit but :p

    Not but a day or two on average, sometimes hours, sometimes days. Some servers can get them in an instance (like the server I play on) but I don't know how they do it, I think they edit something within the jar.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
    dark_hunter likes this.
  26. Man...I hate losing players to an update :/ I used to have 20+ people on at once...now I have 6 because of 1.6.4. I don't mind though. I don't want the 1.6.4 craftbukkit to be rushed and full of bugs/glitches. I'd rather just keep my small player base than have a big one full of bugs <3
     
Thread Status:
Not open for further replies.

Share This Page