add this to the onEnable function PHP: @mkdir($this->getDataFolder()."Players"); this may need modified, but this will create a yaml file with the player's name PHP: new Config($this->getDataFolder() . "Players" . DIRECTORY_SEPARATOR . $player . ".yml", Config::YAML, []);