PHP: $purePerms = $this->getServer()->getPluginManager()->getPlugin("PurePerms");$group = $purePerms->getGroup("groupname");$purePerms->setGroup($player, $group);
Oh yea, I just took a look at my old Prison plugin and this stuff easy, don't over complicate it. https://github.com/Chris-Prime/Prison/blob/master/src/prison/Prison.php#L141-L147 (Probably not up to date so look at the post above @HimbeersaftLP) Displaying and formatting is done by PureChat. Voiilaaa!