A Minecraft Spigot plugin with custom NPCs & a basic A* pathfinding implementation.
- Navigating through a world using A* Pathfinding
- Basic AI with states (combat, moving, ect.)
- Sending server packets to users
- Serializing & deserializing NPC data
This project was actually started and finished back in mid 2021 when I was still in High School. As a result, the code may be a bit messy, though I have improved since then.