A hacked client mod for Minecraft
Combat
- AutoArmor
- AutoLeave
Exploit
- Autoclicker
- AutoRespawn
- ChestStealer
- ClientSpoof
- NoFallDamage
- NoHunger
- PortalGui
- FastBreak
Misc
- DataSize
- Panic
Movement
- AirJump
- AutoWalk
- BunnyHop
- Dolphin
- Fly (VANILLA, VELOCITY)
- InventoryMove
- SafeWalk
- Sneak (VANILLA, PACKET)
- Speed
- Spider
- Sprint
- Step
Network
- PacketDelay
- PacketLogger
- PausePackets
Render
- BlockEsp
- CustomGui
- FullBright
The project is split in two: The api, and the implementation. The api is a separate gradle module from the implementation to keep it as small and compact as possible for plugin development. The implementation houses the core logic and all modules and features of the client.
The Floria client provides a stable api which allows you to create your own modules, categories and commands. We also provide a plugin template to make understanding plugin development as straight forward as possible.
Contributions to the project as a whole are always welcome and encouraged. If you run into any issues feel free to open an issue, or create a pull request with the solution. The project is held to a strict coding standard and naming rules. before pushing make sure to run the build task (which runs detekt and ktlint) to make sure the code is formatted. All files must contain this projects copyright notice.
