There was a topic https://umod.org/index.php/community/rust/33057-simple-userlist several years ago, but it is already closed for discussion.
I'm a beginner in plugin development and need help. How to launch this method not with a chat command, but through void Init(){......} ?

[Command("playerlist")]
        private void plCommand(IPlayer iplayer, string command, string[] args)
        {
            
        }​