I want to use that https://github.com/poggit-orphanage...9591/src/_64FF00/PurePerms/PurePerms.php#L659 on PlayerJoinEvent Group: "TestGroup"
Get the PurePerms instance using PHP: $pperms = $this->getServer()->getPluginManager()->getPlugin("PurePerms"); then access its API like this: PHP: $group = $pperms->getGroup("The group's name");$pperms->setGroup($player, $group);