What Is Packet Manipulator?
Packet Manipulator Is A Based Minecraft Mod For Finding Packet-Based Dupes & Exploits.
This Guide Will Show You How To Properly Clone, Setup, Build, And Compile Packet Manipulator.
IntelliJ Is Recommended! (Scroll Down On The Download Page To Download The Community Edition)
-
Clone The Repo:
git clone https://github.com/Gulag-Innovation/PacketManipulator.git
-
Enter The Project Directory:
cd PacketManipulator
-
Open The Project In Your IDE
-
Open The Project Structure Settings With Ctrl + Alt + Shift (In IntelliJ)
-
Set Your SDK To Java 17 & Language Level To
17 - Sealed types, always-strict floating-point semantics
-
Set Your
Modules -> Language Level
In YourProject Structure Settings
To17 - Sealed types, always-strict floating-point semantics
Then HitApply
-
Let Gradle Work It's Magic, Then Open The
Gradle
Tab At TheTop Right
Of The Screen. -
PacketManipulator -> Tasks -> build -> build
You'll Now Have Your Jar Inbuild -> libs
-
To Run The Client From Your IDE, Do The Following.
-
PacketManipulator -> Tasks -> Fabric -> runClient