From 99659bd9a33fad276c2a5ecfb68f094c4f544d48 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 1 Jun 2025 21:01:31 -0545 Subject: add CustomPathfinderState --- azalea/src/pathfinder/debug.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'azalea/src/pathfinder/debug.rs') diff --git a/azalea/src/pathfinder/debug.rs b/azalea/src/pathfinder/debug.rs index b1cc966e..72423243 100644 --- a/azalea/src/pathfinder/debug.rs +++ b/azalea/src/pathfinder/debug.rs @@ -5,8 +5,12 @@ use bevy_ecs::prelude::*; use super::ExecutingPath; /// A component that makes bots run /particle commands while pathfinding to show -/// where they're going. This requires the bots to have server operator -/// permissions, and it'll make them spam *a lot* of commands. +/// where they're going. +/// +/// This requires the bots to have server operator permissions, and it'll make +/// them spam *a lot* of commands. You may want to run `/gamerule +/// sendCommandFeedback false` to hide the "Displaying particle minecraft:dust" +/// spam. /// /// ``` /// # use azalea::prelude::*; -- cgit v1.2.3