https://github.com/archjh/archlibman
https://github.com/archjh/archlibman
fabricmc hack-client minecraft minecraft-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archjh/archlibman
- Owner: Archjh
- License: agpl-3.0
- Created: 2025-06-19T03:28:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T11:00:54.000Z (about 2 months ago)
- Last Synced: 2025-08-12T13:24:53.248Z (about 2 months ago)
- Topics: fabricmc, hack-client, minecraft, minecraft-client
- Language: Kotlin
- Homepage:
- Size: 213 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArchLibMan Client
[](LICENSE)
[](https://www.minecraft.net)
[](https://fabricmc.net)A lightweight and modular Minecraft 1.20.4 client built on Fabric loader, designed for utility and quality-of-life enhancements.

## Features
### Module System
- **Modular architecture** - Easily add/remove features
- **Categories** - Organized module system (Client, Combat, Movement, Render, Player)
- **Runtime configuration** - Toggle modules without restart### Included Modules
- **ArrayList** - Displays active modules
- **ArmorHUD** - Shows armor status and durability
- **PotionHUD** - Displays active potion effects
- **KeyStrokes** - Visualizes pressed keys with CPS counter
- **TargetHUD** - Shows information about targeted entities
- **FPSDisplay** - Real-time FPS counter
- **Sprint** - Automatic sprinting
- **NoClickDelay** - Removes click delay
- **And more...**## Installation
1. **Prerequisites**:
- Minecraft Java Edition 1.20.4
- [Fabric Loader](https://fabricmc.net/use/)
- [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)2. **Installation Steps**:
```bash
# Clone the repository
git clone https://github.com/Archjh/ArchLibman.git
# Build the project (requires JDK 17+)
./gradlew build