---
☕ Support My Work
If you would like to support me and my projects, feel free to buy me a coffee!
---
# Gui for versions above 0.9
- You will have to go into mc settings and set a keybind for the gui .
- U can also set a keybind to toggle it on or off or you can do it in the gui.
# AutoWalk
- AutoWalk is a lightweight Minecraft Fabric mod designed to automatically walk in any direction, toggled on and off with a customizable key bindind.
### Directional Movement
Enable any combination of Forward, Backward, Left, and Right to walk continuously in any direction.
### Auto Sprint
Automatically sprints while walking.
### Stop On Damage
Disables the mod the moment you take any damage.
### Random Pause
Randomly pauses movement for a short time.
### Auto Eat
Automatically eats food from your hotbar when your hunger drops below a threshold.
### Auto Jump
Automatically jumps over block's in your path.
### Avoid Lava
Detects lava or magma blocks and fully stops you from walking in them.
### Avoid Drops
Detects large drops ahead and stops the movement.
### Water Float
Keeps you at the surface of water so you don't drown.
# Commands
- `/autowalk forward` : to walk forward (on by default)
- `/autowalk backwards` : to walk backwards
- `/autowalk left` : to walk left
- `/autowalk right` : to walk left
- `/autowalk feedback` : to toggle the mod feedback in chat
- `/autowalk status` : to get the status of the commands
- `/autowalk stopondamage` : to toggle the mod off while auto walking and the player is hit.
- `/autowalk sprint` : to toggle automatic sprinting while walking.
- `/autowalk randompause` : to toggle random short pauses during walking.
# Contributing
- Feel free to open issues or pull requests for bug fixes or improvements.