hello I am currently using a plugin thats a little outdated but it still works I was trying to add some features to it for private use but I am struggling a little bit. CODE.php Code: public function onTap(PlayerInteractEvent $tap){ $PlayerName = $tap->getPlayer(); $cmd2 = $block->getText()[2] . $PlayerName . $block->getText()[3]; } Issue; I am trying to make $PlayerName = $tap->getPlayer(); $cmd2 = $block->getText()[2] . $PlayerName . $block->getText()[3]; Generate the username instead of inputting "player(1)"