Packet for Fake Blocks

Discussion in 'Plugin Development' started by BurnerDiamond, Mar 2, 2015.

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

    BurnerDiamond

    How can I check if say, sponge was under bedrock then spawn a 8x8 block of glass, ONLY visible to the player?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @BurnerDiamond Is this for plugin development? How are you using this?
     
  3. Offline

    BurnerDiamond

    @timtower

    I'm basically making a plugin which checks multiple things.

    If a player is combat logged(done), and if he runs to a certain area which has sponge under bedrock, it will show a cube of glass, only visible to the player.

    Is there a packet which shows the blocks only to certain players and if so how do I choose the area/blocks to show them in?
     
  4. Offline

    timtower Administrator Administrator Moderator

    1. Moved to plugin development.
    2. @BurnerDiamond player.sendBlockChange
     
  5. Offline

    BurnerDiamond

    @timtower

    Oops thought it was in Plugin Development must have mis-clicked.

    How do I check if there is sponge under bedrock?

    @Skionz
     
    Last edited: Mar 2, 2015
  6. Offline

    Skionz

    Player#sendBlockChange()
     
Thread Status:
Not open for further replies.

Share This Page