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

Request /goto <player> system #38

Closed beldah closed 1 year ago

beldah commented 1 year ago

Hello, i would like to request a feature about ask player to goto an other player with a request system. The steps can be like this :

  1. the requester type /goto
  2. receive the request and and click on accept or deny 3a. if accepted = a basic findlocation is write to the actual position of player (without update of position) 3b. if refused = deny the request and block him for 30 seconds

Optionnal good feature : add a system the block the /goto for everyone or only some speficied players

Thanks for your help and your great plugin CubBossa !

CubBossa commented 1 year ago

Okay so syntax might be /findplayer, the issue could also include /findentity @e[...], which of course needs to be finetuned concerning permissions because it includes /findplayer.

Also, there should be a config way to set the refresh cycle of paths, so if admins want the paths to recalculate like every second for example, this should work for all /find variants

CubBossa commented 1 year ago

Accidentally closed