Skip to content

DustinRepo/JexClient

Repository files navigation

Jex Utility Client

Join the Discord

Jex Client is a Minecraft Utility Client made for Anarchy servers. It has support for mods like custom Baritone Processes, ViaFabric compatibility, a Sodium compatible Xray, and more

You can download Jex Client in the discord or in the releases tab

Developers Please note

If your JexClient path has any spaces or special characters in it's path, the Features, Commands, and Config Manager will not properly load. Why?

Things needed:

  1. Java 17 JDK
  2. A Java IDE, like Intellij or Eclipse

Setup Intellij:

Manual

1. Open build.gradle as an Intellij project.
2. If you don't see run profiles after it finishes loading, close and re-open the project

Automatic

Click the green "Code" button above and open an Intellij project from Git with the link it provides

Using Intellij it is recommended to go to your Gradle settings and changing 'Build and Run' to use Intellij.

Setup Eclipse:

1. Download the repo and run the command "gradlew eclipse" (use a ./ before command if using PowerShell)
2. Open Eclipse and go to File -> Import -> Import from existing project
3. Click the drop-down box next to the Run button in Eclipse
4. Select "Java Application" then select "jexclient-main_client"
5. Run

How to build

1. Run the gradle Build script
2. Drag & drop JexClient.jar into your mods folder

Want to test features before they're released?

Sometimes features will be pushed to github before the update is fully released. If you'd like to try them, you can find auto-builds here