MinecraftBot-com / MineBot-V3-Issues

0 stars 0 forks source link

Started pathfinding does not stop when initiating plugin is stopped #3

Closed linear[bot] closed 2 months ago

linear[bot] commented 3 months ago

Describe the bug

Plugins may start long pathfinding tasks (e.g.: mining to a diamond ore block), when that plugin is stopped the bot still continues on the path, until it either completes it or fails.

Steps to reproduce

-

Expected behavior

When a plugin is stopped (paused) then all of the actions that the plugin has initiated (pathfinding in this case) should be immediately cancelled.

Screenshots/Video

-

Details

OnlyQubes commented 2 months ago

Fixed in #b-2024-04-16-a