{"id":28714945,"url":"https://github.com/arunruhela93/doublejump","last_synced_at":"2025-06-15T02:02:15.944Z","repository":{"id":296709024,"uuid":"994150938","full_name":"arunruhela93/DoubleJump","owner":"arunruhela93","description":"# DoubleJumpDoubleJump offers a unique double jump experience for Minecraft, enhancing your gameplay with customizable physics. Join the community and elevate your jumps to new heights! 🚀✨","archived":false,"fork":false,"pushed_at":"2025-06-08T22:48:48.000Z","size":10288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T23:27:33.493Z","etag":null,"topics":["consistent-hash","consistent-hash-algorithm","consistent-hashing","consistent-hashing-library","doublejump","fabricmc","minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arunruhela93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T10:24:14.000Z","updated_at":"2025-06-08T22:48:53.000Z","dependencies_parsed_at":"2025-06-08T23:23:30.517Z","dependency_job_id":null,"html_url":"https://github.com/arunruhela93/DoubleJump","commit_stats":null,"previous_names":["arunruhela93/doublejump"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arunruhela93/DoubleJump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunruhela93%2FDoubleJump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunruhela93%2FDoubleJump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunruhela93%2FDoubleJump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunruhela93%2FDoubleJump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arunruhela93","download_url":"https://codeload.github.com/arunruhela93/DoubleJump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunruhela93%2FDoubleJump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259910643,"owners_count":22930701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["consistent-hash","consistent-hash-algorithm","consistent-hashing","consistent-hashing-library","doublejump","fabricmc","minecraft","minecraft-plugin"],"created_at":"2025-06-15T02:00:33.840Z","updated_at":"2025-06-15T02:02:15.938Z","avatar_url":"https://github.com/arunruhela93.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoubleJump 🚀\n\n![DoubleJump Logo](https://img.shields.io/badge/DoubleJump-Game%20Changer-brightgreen)\n\nWelcome to the **DoubleJump** repository! This project offers a game-changing double jump mechanic for Minecraft servers. With a focus on performance and customization, DoubleJump provides a seamless experience that feels native to the game. Say goodbye to boring vanilla jumps and elevate your gameplay.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Compatibility](#compatibility)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Releases](#releases)\n\n## Features\n\n- **Native Feel**: DoubleJump mimics the natural feel of jumping, enhancing your gameplay experience.\n- **Lag-Free Performance**: Enjoy smooth, responsive jumps without any lag.\n- **Fully Customizable**: Tailor the double jump settings to fit your server's needs.\n- **Easy Integration**: Simple to install and configure, allowing you to get started quickly.\n- **Supports Multiple Platforms**: Compatible with Bukkit, Spigot, and Paper servers.\n\n## Installation\n\nTo install DoubleJump, follow these steps:\n\n1. **Download the Plugin**: You can find the latest version of DoubleJump [here](https://github.com/arunruhela93/DoubleJump/releases). Download the `.jar` file.\n2. **Place the File**: Move the downloaded `.jar` file into the `plugins` folder of your Minecraft server.\n3. **Restart the Server**: Restart your server to enable the plugin.\n\n## Configuration\n\nDoubleJump offers a variety of settings you can adjust. The configuration file can be found in the `plugins/DoubleJump` directory after the first run. Here are some key settings you can modify:\n\n- **Jump Height**: Adjust the height of the double jump.\n- **Cooldown Time**: Set a cooldown period between double jumps.\n- **Enable/Disable**: Toggle the double jump feature on or off for specific players or groups.\n\n### Example Configuration\n\n```yaml\ndoublejump:\n  enabled: true\n  jumpHeight: 1.5\n  cooldown: 0.5\n```\n\n## Usage\n\nOnce installed and configured, players can use the double jump feature by pressing the jump key twice. The settings you configured will apply, providing a unique jumping experience.\n\n### Commands\n\n- `/doublejump enable`: Enable double jump for a player.\n- `/doublejump disable`: Disable double jump for a player.\n- `/doublejump setheight \u003cheight\u003e`: Set the jump height for double jumps.\n\n## Compatibility\n\nDoubleJump is designed to work with the following platforms:\n\n- **Bukkit**\n- **Spigot**\n- **Paper**\n\nMake sure your server is running one of these platforms to ensure full functionality.\n\n## Contributing\n\nWe welcome contributions from the community. If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your branch and create a pull request.\n\nPlease ensure your code adheres to the project's coding standards and includes tests where applicable.\n\n## License\n\nDoubleJump is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.\n\n## Contact\n\nFor questions or support, please reach out to the maintainer:\n\n- **Email**: support@example.com\n- **GitHub**: [arunruhela93](https://github.com/arunruhela93)\n\n## Releases\n\nTo stay updated with the latest releases, visit our [Releases section](https://github.com/arunruhela93/DoubleJump/releases). Make sure to download and execute the latest version to enjoy all the new features and improvements.\n\n![Download Latest Release](https://img.shields.io/badge/Download%20Latest%20Release-brightgreen)\n\n## Additional Resources\n\n- **Documentation**: For more detailed information, check the official documentation linked in the repository.\n- **Community**: Join our Discord server for discussions, support, and sharing ideas with other users.\n\n---\n\nThank you for choosing DoubleJump! We hope it enhances your Minecraft experience. Enjoy jumping!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunruhela93%2Fdoublejump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunruhela93%2Fdoublejump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunruhela93%2Fdoublejump/lists"}