* @throws FileNotFoundException if Permissions plugin doesn't exists, or if
* it's config.yml doesn't exist
*/
public PermissionLoginAuthenticator(Server server, String addGroup)
throws FileNotFoundException {
this.permission = new WritablePermissionHandler(server);
this.addGroup = addGroup;
}