diff options
Diffstat (limited to 'azalea/src/pathfinder/debug.rs')
| -rw-r--r-- | azalea/src/pathfinder/debug.rs | 8 |
1 files changed, 6 insertions, 2 deletions
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::*; |
