|| sender.hasPermission("ECM.*")) {
if (configExists) {
userName.set("EMC.Users", user);
userName.save("plugins" + File.pathSeparator + "ECM"
+ File.pathSeparator + "users.yml");
chat.finishMessage(sender, "You have let " + user.toLowerCase()
+ " use ECM correctly!");
} else {
FileWriter outFile = new FileWriter(configFile, true);
PrintWriter out = new PrintWriter(outFile);
out.println("#Users For ECM go in here! Do not touch this! Use the ingame command!");