Inactive [Fix] Anti BlockPhysicsEvent - Cancels the BlockPhysicsEvent Crash [1.4.5 R0.3]

Discussion in 'Inactive/Unsupported Plugins' started by Puharesource, Nov 29, 2012.

?

Did it work

  1. Yes

    66.7%
  2. No

    33.3%
  1. Offline

    Puharesource

    >>Bukkit Dev for updates<<

    Basically, as many people might have tried.. WorldEdit'ing with Flowers, Mushrooms, Pressure plates etc.. and crashing the server, and every time someone loads the chunk that those blocks are in the server crashes again.. WELL!! basically I just made a plugin to fix that =)
     
  2. Offline

    Pr0Failure

    I've never had that happen to me :confused:
     
  3. Offline

    Lolmewn

    So.. you cancel an event? I don't see how an event crashes servers. If it does, this should be posted to leaky.bukkit.org, or to WorldEdit if it's a problem with that only.
     
  4. Offline

    Puharesource

    It's a simple 2 line plugin (I'll be updating it so that it wont disable redstone and what not, but anyways it works)
    Here's the crash that some people have gotten (Including me):

    Code:
    [SEVERE] Could not pass event BlockPhysicsEvent to LumosMaxima
    17:11:08 [SEVERE]at net.minecraft.server.World.m(World.java:488)
    17:11:08 [SEVERE]at net.minecraft.server.World.applyPhysics(World.java:459)
    17:11:08 [SEVERE]at net.minecraft.server.World.update(World.java:425)
    17:11:08 [SEVERE]at net.minecraft.server.World.setTypeId(World.java:401)
    17:11:08 [SEVERE]at net.minecraft.server.BlockFlower.c(SourceFile:47)
    17:11:08 [SEVERE]at net.minecraft.server.BlockFlower.doPhysics(SourceFile:36)
    This only happens if you make lets say a 20x20x20 box of lets say flowers (Using worldedit), if you do that you'll need my plugin to be able to load that chunk again ;/

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

    bob7

    I can't seem to re-create that error you posted lol..?
     
  6. Offline

    Puharesource

    Try to go onto a test server, make a 20x20x20 selection and set it to flowers, if then that doesn't crash the server and gives you the error, then try with a bigger selection =)
     
  7. Offline

    bob7

    Ok, i set a 300x300 section and it finally printed an error. This should be forwarded to leaky bukkit!
     
  8. Offline

    Puharesource

    Yeah.. but this is a problem with Minecraft it self, because I once loaded one of the corrupted worlds onto a single player world, leading my game into crashing ;/
     
  9. Offline

    Steffff

    Great Plugin! Works for me
     

Share This Page