Hide all online Players

Discussion in 'Plugin Development' started by LightcraftLP, Sep 1, 2013.

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

    LightcraftLP

    Hey how I can hide all online Players?
     
  2. Offline

    tommycake50

    Code:java
    1.  
    2. for(Player p : Bukkit.getServer().getOnlinePlayers()){
    3. someOtherPlayer.hidePlayer(p);
    4. }
     
  3. Offline

    Petzl11

    Sorry,i'm new to this,how would I make a plugin with this code,I know how to make them but i'm confused?
     
Thread Status:
Not open for further replies.

Share This Page