how to make bot pathfind to a negative coordinate #2352
Answered
by
amoraschi
nooberman12121
asked this question in
Q&A
-
I want to know how to go to a certain coordinate in minecraft (-10000 55 10000) but I have no idea how to get a negative coordinate to work. How can i do this? |
Beta Was this translation helpful? Give feedback.
Answered by
amoraschi
Dec 20, 2021
Replies: 1 comment
-
You use the pathfinder plugin, like: bot.pathfinder.setGoal(new GoalBlock(-10000, 55, 10000)) Same with positive numbers, please check out the examples |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
u9g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You use the pathfinder plugin, like:
Same with positive numbers, please check out the examples