How so you get the name of the issuer that has run a command and then save the name in a variable and than say the name of the issuer to the chat?
$sender and $issuer just depend on how you define your variable. I like using $issuer or $isr or $p in all APIs
Old API : PHP: $this->api->ban->kick($issuer); New API : PHP: $plr = $sender->getName(); $plr->kick();
we don't call them that but most of the people copy and paste from other people's codes (not me ) $sender is callable you can use what ever you want