Solved Send fake block packets

Discussion in 'Plugin Development' started by Niv-Mizzet, May 23, 2020.

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

    Niv-Mizzet

    Does anyone know how to send fake block change packets?
    Thanks in Advance.
     
  2. Offline

    KarimAKL

  3. Offline

    Niv-Mizzet

    @KarimAKL Ive tried that. I'm more looking for a way for any client-side effects due to the block to happen e.x., getting a beacon beam to render, without the block actually showing to the player.
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Niv-Mizzet The effects are related to the block though, if the client thinks that there is no beacon block then the beam will be gone as well.
     
  5. Offline

    Niv-Mizzet

    @timtower Would it be possible to create a new type of block that has the properties I need but has the "transparency" and texture of air.
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    Niv-Mizzet

    @timtower could I procedurally generate a datapack and then force it on the player?
     
  8. Offline

    timtower Administrator Administrator Moderator

    Do you want to do that then?
     
  9. Offline

    Niv-Mizzet

    @timtower i guess so if its the only way.
     
  10. Offline

    timtower Administrator Administrator Moderator

    Issue with that is that players can say no to that.
     
  11. Offline

    Niv-Mizzet

  12. Offline

    timtower Administrator Administrator Moderator

    Can't they say no or do they get kicked if they do?
    Big difference there.
     
  13. Offline

    Niv-Mizzet

    @timtower Well, I think I know what I'm going to do. Thanks for your help.
     
    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page