CraftBukkit 1.4.6-R0.1 is now available!

Discussion in 'Bukkit News' started by EvilSeph, Dec 21, 2012.

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

    EvilSeph

    A new CraftBukkit Beta Build (1.4.6-R0.1) that provides Minecraft 1.4.6 compatibility is now available in time for the holidays!

    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, with the exception of plugins that use Minecraft or CraftBukkit code.

    Important Note: This Beta Build contains a new safeguard to protect servers against unchecked and thus potentially damaging plugins. See the announcement here for more information:
    http://forums.bukkit.org/threads/sa...cked-and-potentially-damaging-plugins.116749/

    What is a Beta build?
    A Beta Build is in between a developer build and a Recommended Build. These builds simply work and are promoted much more frequently than a Recommended Build. While we will do some testing before promoting a beta build, we will not be running it through our extensive test process. As such, there are no guarantees that they will not contain minor bugs. If we do find out they are broken, we will mark it as such on DLB and promote a new one. A beta build may contain incomplete API and new features but they should not interfere with running the build in any way.

    This particular Beta build, like every first Beta build for a Minecraft update, is primarily made available to help facilitate more testing coverage to bring us closer to a Recommended Build sooner. Please consider running this Beta build to give us a hand with discovering issues we need to address in order to reach a Recommended Build.

    Known Issues:
    • Monsters, villagers, etc. using portals (added in Minecraft 1.4) has been temporarily disabled.
    For more detailed information on what is contained in this update, please see the changelog here.

    Download CraftBukkit 1.4.6-R0.1 here
     
  2. Offline

    tanveergt5

    Hi me and my brother own the game and I would like to be in offline mode, can we still not do that in 1.4.6 ?? if so why? All I have is the rest of my extended family playing with us in our private bukkit server

    edit: i forgot to mention but i cannot afford to buy more and more accs ... has 1.4.6 removed offline mode? if so i dont want to risk it and update >_>
     
  3. Offline

    np98765

    We don't support piracy. Don't expect help with offline mode here.
     
  4. Offline

    Phlexor

    Offline mode working here on our private home LAN server.
     
  5. Offline

    lenis0012

    TnT np98765 mbaxter
    any alternatives for PlayerManager from net.minecraft.v1_4_5.PlayerManager?
     
  6. Offline

    Cyclometh

    OK, figured out where to file a bug report and did so (3300). Thanks again, and Merry Christmas, Bukkit. :)
     
  7. Offline

    Jacold92

    Is there any chance to keep the 'old' system? (like 1.4.5 or older). Few of plugins that I use on my server (and it's like a core) will break. So, I'm stuck on 1.4.5
     
    Praqoon likes this.
  8. Offline

    dog12345drew

    [fire]

    cool

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  9. Offline

    XxBoonexX

    Wow Nice work, didn't expect to get a beta build so fast :D
     
  10. it's all good and great, but why did you guys change the craftbukkit imports? gotta import all my craft stuff again bacause of a name change :S
     
  11. Offline

    Frsoty39801

    When will the reconmended build come out?
     
  12. Offline

    troed

    Update your plugins. Remove the ones that haven't been updated for v1.4.5 R1.0 and/or v1.4.6 R0.1 and throw errors in the log.

    (That's a general answer that always apply as soon as you've installed a new Bukkit version and things don't work as expected. Please reuse when appropriate ;))
     
  13. Offline

    Zai44

    ok thanks! i shall maybey do that when im not tired xD
     
    s32ialx likes this.
  14. Offline

    YoFuzzy3

    Or if you're in America you can now buy Minecraft Gift Cards.
     
    s32ialx likes this.
  15. Offline

    NeedyGunner360

    does this update make people not be able to build or is it just me? (i use permissions bukkit and even put the permission, permissions.build to true so they can build, but they still cant build... please help.
     
  16. Offline

    s32ialx

    yes that's it exactly they made a build so no one could build any more it's genious! but seriously did you update your plugins? how do we know that your permissions file has the syntax written correctly? Make use of your internet and search Google for a yml parser and paste your permissions file in it to check integrity in it's syntax.

    P.S. Have you tried oping yourself to see if you can build as Operator, or maybe you don't know some plugins also require there own permission to allow building? if more than 1 plugin can prevent building you may need to allow all the ones that do.
     
  17. Offline

    Phlexor

    I know it's a simple one, but have you made sure you aren't in the spawn protected area?
     
  18. Offline

    NeedyGunner360

    yes yes i did and i have updated all my plugins

    ya i was away from spawn and deoped my self and had ppl try and we were at wilderness

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  19. Offline

    Zai44

    i live in sweden not in america :)
     
  20. Offline

    YoFuzzy3

    I don't live in America either. :p
     
  21. Offline

    Zai44

    ok :)
     
  22. Offline

    Azzara7

    How do i report a bug for this? Kinda new on the posting thing :p Me and my brother are using this build to continue building our adventure/puzzle/parkour map and we noticed that one of our devices gets broken.
    It does this all the time. What happends is that a red wool beneith a tnt block disepears. Above the tnt is a piston to push the tnt +3 red wools down. But since the top wool (beneith the tnt) disepears the machine dosnt work correctly. ( the piston will push the tnt into the empty spot, not pushing the wool) I don;t know if this helps but its something =)

    Greets Azzara7
     
  23. Offline

    Machete.Panda

  24. Offline

    DarthRiddle

    Does this version work with TerrainControl? The last time I checked it doesnt.Also what does all this mean?
    [WARNING] Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
    org.bukkit.plugin.AuthorNagException:
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
    at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
    at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
     
  25. Offline

    YoFuzzy3

    DarthRiddle
    That just means a plugin is using a deprecated feature of Bukkit and it's telling you to nag them to change it because it may be removed in a future version.
     
  26. Offline

    durand1w

    I just wanted to confirm that we upgraded with the Beta today and that pets and ocelots do despawn.
     
  27. Offline

    NuclearW

    I've split out the discussion around PermissionsEx from this thread and put it here

    More posts here about PEX will be removed. Please don't derail this thread again.
     
    s32ialx likes this.
  28. Offline

    theminer199

    Where is the download link?
     
  29. Offline

    Cyclometh

    Word on the street is that the defect is fixed in #2578. It's a dev build so all the usual disclaimers apply. I'm going to put it on my server and see what's what.

    Thanks for getting it fixed so quickly, Bukkit team.

    Edit: Confirmed to be working properly in 1.4.6-R0.2 (Build #02578) .
     
  30. Offline

    TheLazeboy

    Sticky Pistons don't work. D:
     
Thread Status:
Not open for further replies.

Share This Page