This used to work but not anymore PHP: $item1 = Item::get(267, 0, 1); $player->getInventory()->setItem(4, $item1); $item1->setCustomName(TF::BOLD . TF::GOLD . "FFA" . TF::RESET);
fixed.. im dumb lol PHP: $item1 = Item::get(267, 0, 1); $item1->setCustomName(TF::BOLD . TF::GOLD . "FFA" . TF::RESET); $player->getInventory()->setItem(4, $item1);