Clientside entities/blocks?

Discussion in 'Plugin Development' started by ViperLordX, Sep 12, 2015.

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

    ViperLordX

    Does anyone know of a way to possibly show entities or blocks for just a specific player or for all players but a specific player, or to do something like the Realms plugin does (Send a player clientside data about where they are/what world they're in)
     
  2. Offline

    raGan.

    You already know. You need to manually send player fake data.
     
  3. Offline

    teej107

    @ViperLordX Sending fake blocks is easy because there is a method that is already part of the API. Entities is another problem.
     
  4. Offline

    mine-care

    @teej107 indeed.


    @ViperLordX for entities you would have to send packets individually such as PacketPlayOutNamedEntitySpawn and so on, it isnt that hard but issues will arise along the way.
     
  5. Offline

    ViperLordX

    Ok, but what is the method to send fake blocks? I can't seem to find it.
     
  6. Offline

    rbrick

Thread Status:
Not open for further replies.

Share This Page