Solved Manipulating client side data

Discussion in 'Plugin Development' started by MrGeneralQ, Sep 2, 2018.

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

    MrGeneralQ

    Good day

    i'm looking for a clean way of munipulating data on the client side. Example given:
    If you place a block, only you can see it while others can't.

    What would be my best approach for that?

    Thank you in advance.

    best regards,

    Quinten
     
  2. Offline

    Zombie_Striker

    @MrGeneralQ
    Player#sendBlockChange will send a block change to only that player. Note that if a player walks on these fake blocks, the server may kick them for trying to fly, or anti-cheat plugins may be triggered if they try to interact with them.
     
    MrGeneralQ likes this.
  3. Offline

    MrGeneralQ

    This seems to fit my question perfectly well. Thank you
     
Thread Status:
Not open for further replies.

Share This Page