Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MaksaginStudio License
Published 2 months ago
๐งญ Maksagin_Studio Waypoints
Maksagin_Studio Waypoints is a lightweight and beautiful waypoint system for Fabric 1.16.5. Create custom markers, navigate with a real-time HUD arrow, and manage your waypoints with an intuitive interface.
โจ Features
| Feature | Description |
|---|---|
| ๐ Waypoints | Create waypoints with custom names, coordinates, and colors |
| ๐งญ HUD Navigation | Real-time arrow direction and distance to your active waypoint |
| ๐ Waypoint List | View all waypoints with distance from your current position |
| ๐จ 5 Colors | Red, Green, Blue, Yellow, Purple for easy categorization |
| โ๏ธ Fully Configurable | Everything can be customized via config.yml |
| ๐พ Persistent Storage | Waypoints saved between game sessions |
| ๐ Lightweight | Minimal performance impact, no dependencies |
๐ฎ Controls
| Key | Action |
|---|---|
| RIGHT SHIFT | Open Main Menu |
| All keys are configurable |
โ๏ธ Settings
| Setting | Description |
|---|---|
| HUD Toggle | Enable/disable the navigation HUD |
| Arrow Glow | Toggle rainbow glow effect |
| Arrow Size | Adjust from 0.5 to 20.0 |
| Arrow Position | Custom X/Y coordinates |
| Key Bindings | Rebind all controls |
๐ฅ Installation
- Download the latest
.jarfile - Place it in your
modsfolder - Launch Minecraft with Fabric 1.16.5
- Press
RIGHT SHIFTto open the menu - Create your first waypoint!
๐ ๏ธ Requirements
- Minecraft 1.16.5
- Fabric Loader 0.14.0+
- Fabric API (recommended but not required)
๐ Configuration
After first launch, edit config/maksagin_waypoints/config.json:
{
"openMenuKey": "key.keyboard.right.shift",
"hudEnabled": true,
"hudX": 10,
"hudY": 10,
"arrowScale": 1.5,
"arrowGlow": true
}


