Player teleported to other map don't see players

Discussion in 'Plugin Development' started by zajacmp3, Aug 15, 2012.

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

    zajacmp3

    Hello,

    On my server I wrote a plugin that in some part teleports all players to some map.
    Problem is that some of those players are not able to see some others.
    There are a group of players that can be seen and a group that can't.
    Reloging helps.

    I do have question before I start looking for a solution.

    And here it is:
    Have anyone have a quick though what could help? I will try bunch of stuffs.
     
  2. Offline

    ZeusAllMighty11

    This has been asked a lot... I didn't think there was an official solution...
     
  3. Offline

    zajacmp3

    What if we make from a point of a single player get and set others to hiding state and visible state again?
    Like
    player.hidePlayer(arg);
    player.showPlayer(arg);

    could this work?
     
  4. Offline

    devilquak

    It happens with my Essentials teleporting, where you teleport to someone and you can't seem them or they can't see you until you reload the chunks or rejoin, so I think it's a problem with Minecraft/Bukkit, not your plugin.
     
  5. Offline

    zajacmp3

    So... we are getting somewhere. Reloading chunks can help. Can we do that on players playing on this particular chunk without making them too much problem? Or they will suddenly start falling down or our server will crash?
     
Thread Status:
Not open for further replies.

Share This Page