Navigate

Navigate

Plugin

An A* pathfinding plugin for navigating mazes or leading players to quests

Server AdventureGame MechanicsManagementMinigameTechnologyTransportation

59 downloads
5 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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 commands
  • navigate.use.others - Allows navigating other players
  • navigate.use.neofetch - Allows using the neofetch command

⚙️ How It Works

  1. Player specifies target coordinates
  2. Plugin calculates path using advanced A* algorithm:
    • Handles complex terrain and obstacles
    • Respects safe mode for fall prevention
  3. Displays colored particle trail showing the path
  4. Continuously updates path as player moves

🟩 Showcase

Navigate - Maze Preview

🏗️ 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!


Project members

YeahAkis_

Member

Details

Licensed MIT
Published 5 months ago
Updated 5 months ago