Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:20:38.000Z (about 2 years ago)
- Last Synced: 2023-03-04T01:54:36.305Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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
- [![Modrinth](https://img.shields.io/modrinth/dt/shbn27fi?style=for-the-badge&color=CCFFCC&logo=modrinth)](https://modrinth.com/mod/stairautojump)
- [![GitHub Releases](https://img.shields.io/github/downloads/theRookieCoder/stairautojump/total?color=B2BEB5&style=for-the-badge&logo=github)](https://github.com/theRookieCoder/StairAutoJump/releases)
- [![CurseForge](https://cf.way2muchnoise.eu/full_stairautojump_downloads.svg?badge_style=for_the_badge)](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`).