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 LevelIn YourProject Structure SettingsTo17 - Sealed types, always-strict floating-point semanticsThen HitApply -
Let Gradle Work It's Magic, Then Open The
GradleTab At TheTop RightOf The Screen. -
PacketManipulator -> Tasks -> build -> buildYou'll Now Have Your Jar Inbuild -> libs -
To Run The Client From Your IDE, Do The Following.
-
PacketManipulator -> Tasks -> Fabric -> runClient