https://github.com/therookiecoder/stairautojump
Turns on auto jump when in/on stairs so that you can move faster!
https://github.com/therookiecoder/stairautojump
Last synced: 3 months ago
JSON representation
Turns on auto jump when in/on stairs so that you can move faster!
- Host: GitHub
- URL: https://github.com/therookiecoder/stairautojump
- Owner: theRookieCoder
- License: mpl-2.0
- Created: 2022-04-09T09:58:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:20:38.000Z (over 2 years ago)
- Last Synced: 2025-03-28T07:04:13.750Z (3 months ago)
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StairAutoJump
Turns on auto jump when in/on stairs so that you can move faster! It's a client-side mod, which means that it works everywhere, even on servers!
## Why though?
As of snapshot [16w20a](https://minecraft.fandom.com/wiki/Java_Edition_16w20a), auto jump on stairs makes you move faster than just pressing the spacebar.
This mod enables it automatically for you when in/on stairs, then disables it once you get off.## Installation and Usage
Download the mod from any of the following and place it in the `mods` folder
- [](https://modrinth.com/mod/stairautojump)
- [](https://github.com/theRookieCoder/StairAutoJump/releases)
- [](https://www.curseforge.com/minecraft/mc-mods/stairautojump)Launch any version of Minecraft supported by either the [Fabric](https://fabricmc.net/use/installer/) or the [Quilt](https://quiltmc.org/install/) mod loader.
## Build from Source
1. Clone the repository with
```
git clone https://github.com/theRookieCoder/StairAutoJump
```or
```
gh repo clone theRookieCoder/StairAutoJump
```
2. Enter the `StairAutoJump` folder and run `./gradlew build`
3. You can find the `.jar` file in the `libs` folder, place it in your `mods` folder to use it## Feedback/Support
You can find support or give feedback in the [Issues Section](https://github.com/theRookieCoder/StairAutoJump/issues).## License
This mod is licensed under the [Mozilla Public License, v2.0](LICENSE) (`MPL-2.0`).