Fixing broken imports - ChatTriggers/ChatTriggers GitHub Wiki

Unfortunately, due to an issue completely out of our control, /ct import is broken for most users. The reason for this is that our website uses a certain certificate which the Java version that comes with the MC launcher (which is very old) doesn't support. Fortunately the fix is simple, all you need to do is update your Java installation. In order to update, follow these steps:

  1. Download the newest Java 8 version. You can download the appropriate version for your platform from OpenJDK via Adoptium. Here are the direct links for Windows and MacOS. Be sure to download the installer and not the zip file. This will be .msi on Windows and .pkg on MacOS.
  2. Install the downloaded version by double clicking on the file you downloaded to run the installer.
  3. Open your Minecraft launcher and navigate to the settings of the profile you use for CT. Then click "More Options", and in the "Java Executable" field, put the path to the Java version you just installed. (see the image below)
    1. On Windows, the path is C:\Program Files\Eclipse Adoptium\jre-8.0.372.7-hotspot\bin\javaw.exe
    2. On MacOS, the path is /Library/Java/JavaVirtualMachines/temurin-8.jre/contents/home/bin/java

image

With those steps done, /ct import should be fixed. If these steps did not work, please ask for help in our Discord.