I'm using InfoAPI from SOF3 and I can't do it according to the documentation, please help. Example how i do it: public function onPlayerChat(PlayerChatEvent $event): void { $event->setFormat("{player} {message}"); }