"Block lag" when building pillars

Discussion in 'Bukkit Help' started by Draqo, Nov 30, 2011.

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

    Draqo

    Hello,

    I have a annoying problem I've only encountered on linux-based servers (about 75% sure about this one).
    When I build a dirt pillar straight up while holding down the jump key, I kind of fall into the new dirt block placed, and then get teleported on top. Although, this is only visible on my screen, other people see it as if everything's normal.
    And yes, this also happens for other people on the server. I tried on two different servers (on the same actual server), one using RAMdisk and one without.

    My OS is Debian+LAMP x64 with java build 1.6.0_26.
    The craftbukkits I've tried it on is #1532(RAMdisk one) and #1535(Non-RAMdisk one).

    Specs are:
    i7 920
    8GB ram

    The RAMdisk one uses this one:
    java -server -Xincgc -Xmx3072M -jar craftbukkit-1.0.0-SNAPSHOT.jar nogui

    And the non-RAMdisk one, I've tried several different solutions:
    screen -S minecraftscreen java -Xincgc -Xmx1024M -jar craftbukkit-1.0.0-SNAPSHOT.jar nogui
    screen -S minecraftscreen java -d64 -Xincgc -Xmx1024M -jar craftbukkit-1.0.0-SNAPSHOT.jar nogui
    screen -S minecraftscreen java -Xincgc -Xmx1024M -XX:parallelGCThreads=4 -jar craftbukkit-1.0.0-SNAPSHOT.jar nogui
    screen -S minecraftscreen java -Xms1024m -Xmx1024M -jar craftbukkit-1.0.0-SNAPSHOT.jar nogui

    My plugins are these on the RAMdisk one:
    Code:
    #Plugins info:
    Burning Creative Suite - 1.70
    CleanroomGenerator - 0.0.4
    CreativeGates - 1.3.2
    dynmap - 0.25.1-624
    Essentials - Pre2.7.1.6
    EssentialsProtect - Pre2.7.1.6
    EssentialsSpawn - Pre2.7.1.6
    Factions - 1.6.1
    FalseBookBlock - 0.90alpha
    FalseBookCore - 0.90alpha
    FalseBookExtra - 0.90alpha
    FalseBookIC - 0.90alpha
    HeroChat - 4.10.3
    HeroSpawn - 0.2
    iConomy - 6.0.8b
    LagMeter - 0.9a
    LogBlock - 1.40
    LogBlockQuestioner - 0.02
    mcMMO - 1.1.17
    MCSL - 0.2
    Minequery - 1.5
    MobArena - 0.94.3.11
    MobBounty - 4.2
    MobDisguise - 1.63
    Modifyworld - 1.16
    ModTRS - 2.1
    Multiverse-Core - 2.1-b326
    Multiverse-NetherPortals - 2.1-b283
    Multiverse-Portals - 2.1-b295
    NarrowtuxLib - 1.0.1
    NoCheat - 2.19
    NoFarm - 0.2.1
    NoFarm - 0.2.5
    NullTerrain - 0.3.1
    OpenInv - 1.5.2
    Permissions - 2.7.7
    PermissionsEx - 1.16
    PluginInfo - 0.1.4
    QSpawnProtection - 1
    Register - 1.5
    ScheduledAnnouncer - 1.7.0
    Showcase - 0.7.7.11
    Spout - 556
    SpoutFlight - 1.3
    VanishNoPacket - 1.8.4
    VoxelSniper - 5.019
    WorldBorder - 1.4.4
    WorldEdit - 4.7
    WorldGuard - 5.3
    And the non-RAMdisk one obviously uses no plugins.

    So far I've tried the different commands to start the server and with and without RAMdisk.
    None of it worked.

    Yes, it also happens in vanilla minecraft_server.jar

    Bump!

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

    Draqo

    I can't be the only one with this problem, since I've had this problem on two different server hosts.

    Any help is appreciated!
     
  3. Offline

    Draqo

    Could it be because I'm running Java 6?
     
  4. Offline

    Draqo

    Bump.
     
  5. Offline

    Karlkorv

Thread Status:
Not open for further replies.

Share This Page