CubBossa / PathFinder

A path finding tool for minecraft to make your maps discoverable and enable navigation
https://docs.leonardbausenwein.de/
MIT License
17 stars 4 forks source link

/findnpc to navigate to a citizens npc #66

Open CubBossa opened 1 year ago

CubBossa commented 1 year ago

As requested, a /findnpc <npc> would help for RPG like servers. To discuss is a way on how to address npcs in a command. Most likely via ID, but then the command will only be used in scripts and not run by players. Which it most likely would be anyways

CubBossa commented 1 year ago

Part for static citizens is easy, but then one could simply use /findlocation, for moving npcs, a listener system should refresh the path. Path refreshing is not yet implemented