Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Navigate 🧭
A Minecraft plugin that provides intelligent pathfinding and navigation assistance to help players reach their destinations.
✨ Features
- Smart Pathfinding: Uses A* algorithm to find optimal paths around obstacles
- Visual Guidance: Displays particle trails showing the path to follow
- Safe Mode: Optional safety checks to prevent dangerous drops
- Force Navigate: Admins can navigate other players
- Performance Optimized: Asynchronous pathfinding to prevent server lag
- Smart Pathing: Uses climables like ladders or vines. Without safeMode it also makes the user do parkour (accidental lmao)
📋 Commands
/navigate start <x> <y> <z> [safeMode]
- Begin navigation to specified coordinates/navigate stop
- Cancel current navigation/navigate startfor <player> <x> <y> <z> [safeMode]
- Start navigation for another player/navigate stopfor <player>
- Stop navigation for another player/navigate neofetch
- Display plugin information (fun system info style)
🔒 Permissions
navigate.use
- Allows using basic navigation commandsnavigate.use.others
- Allows navigating other playersnavigate.use.neofetch
- Allows using the neofetch command
⚙️ How It Works
- Player specifies target coordinates
- Plugin calculates path using advanced A* algorithm:
- Handles complex terrain and obstacles
- Respects safe mode for fall prevention
- Displays colored particle trail showing the path
- Continuously updates path as player moves
🟩 Showcase
🏗️ Technical Details
- Asynchronous Processing: Pathfinding runs off main thread
- Efficient Memory: Cleans up active navigations automatically
Perfect for adventure maps, survival servers, or any gameplay where navigation assistance would be helpful!