This might be wrong just try itCode:} else if (keyword.equals("changepass") && playerCommand.length() > 15 && playerCommand.length() < 3) { String pass = fullString; setPassword(pass);// setPassword getActionSender().sendMessage( "Your new password is " + pass + "."); } else { c.sendMessage("Your passoword must be 3-15 characters") } }




