Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

A Minecraft Spigot plugin with custom NPCs & a basic A* pathfinding implementation.

Notifications You must be signed in to change notification settings

ShinySapphic/minecraft-npcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-npcs

A Minecraft Spigot plugin with custom NPCs & a basic A* pathfinding implementation.

Examples

combat example mlg water bucket example moving example

What I Learned

  • Navigating through a world using A* Pathfinding
  • Basic AI with states (combat, moving, ect.)
  • Sending server packets to users
  • Serializing & deserializing NPC data

Note

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.

About

A Minecraft Spigot plugin with custom NPCs & a basic A* pathfinding implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages