#[SOLVED] Pathfinding

1 messages · Page 1 of 1 (latest)

amber topaz
#

my code is

command test:
    trigger:
        loop all chickens:
            make loop-chicken pathfind to {center.chicken} with speed 1

and theres no errors on reloading

#

but when i run the command it says

#

An internal error occurred while attempting to perform this command

#

also when i ran this my console started to spam errors

hollow viper
#

looks like its broken on SkQuery, report it to the dev of the plugin

amber topaz
#

alr

#

its only pathfinding, the other effects/conditions are working

hollow viper
#

you could give SkBee's pathfinding stuff a try

amber topaz
#

hmm never used it

#

explain it to me :D

hollow viper
amber topaz
#

ty

hollow viper
#

yw

amber topaz
#

i never knew that skbee pathfinding existed lol

amber topaz
#

Hey @hollow viper,
How can i pathfind a cow to a player in this command:

command cow:
   permission: op
   trigger:
      summon cow at location of player
      set {_cow} to last spawned cow
      #pathfinding {_cow} to player
hollow viper
#

look in the docs

#

i literally already sent the link

amber topaz
#

Yeah i did but i still have no clue lmao

hollow viper
amber topaz
#

So set path target of cow to player should work?

hollow viper
#

try it

amber topaz
#

Alr

amber topaz
#

thanks alot m8

hollow viper
#

You’re welcome