1. Any way to get players count from rust engine?Like web-request.(Without rust.io and etc)
     
  2. If we you are not talking about plugin - sorry.

    [ChatCommand("online")]
    void cmdOnline(BasePlayer player) => player.ChatMessage(BasePlayer.activePlayerList.Count.ToString());
     
  3. Wulf

    Wulf Community Admin

    If you want to get it from the server remotely, you can use RCON or the Steam query.
     
  4. Not about plugin :(