{"id":15018328,"url":"https://github.com/panquesito7/minetest-double_jump","last_synced_at":"2026-01-20T14:33:24.843Z","repository":{"id":178391838,"uuid":"645996467","full_name":"Panquesito7/minetest-double_jump","owner":"Panquesito7","description":"Adds double+ jump to the player. Built for Minetest.","archived":false,"fork":false,"pushed_at":"2024-02-02T19:15:39.000Z","size":13199,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T14:23:21.018Z","etag":null,"topics":["double-jump","double-jumping","jump","lua","minetest","minetest-mod","mod","multiple-jump","physics"],"latest_commit_sha":null,"homepage":"https://content.minetest.net/packages/Panquesito7/double_jump/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Panquesito7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null}},"created_at":"2023-05-27T00:57:21.000Z","updated_at":"2023-12-24T17:47:36.000Z","dependencies_parsed_at":"2024-02-02T20:40:24.613Z","dependency_job_id":null,"html_url":"https://github.com/Panquesito7/minetest-double_jump","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"22bc92a6945d719801601d45535a6e54c7085b85"},"previous_names":["panquesito7/minetest-double_jump"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Panquesito7/minetest-double_jump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Fminetest-double_jump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Fminetest-double_jump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Fminetest-double_jump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Fminetest-double_jump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panquesito7","download_url":"https://codeload.github.com/Panquesito7/minetest-double_jump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Fminetest-double_jump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28604924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["double-jump","double-jumping","jump","lua","minetest","minetest-mod","mod","multiple-jump","physics"],"created_at":"2024-09-24T19:51:50.388Z","updated_at":"2026-01-20T14:33:24.826Z","avatar_url":"https://github.com/Panquesito7.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Double Jump\n\n[![LuaCheck status](https://github.com/Panquesito7/minetest-double_jump/workflows/luacheck/badge.svg)](https://github.com/Panquesito7/minetest-double_jump/actions)\n[![ContentDB](https://content.minetest.net/packages/Panquesito7/double_jump/shields/downloads/)](https://content.minetest.net/packages/Panquesito7/double_jump/)\n\nAdds the ability to **double+ jump** in Minetest!\\\nThis can ultimately improve your experience in a few ways. Here are some:\n\n- Exploring: This will make it easier to reach areas with a double jump.\n- Parkour: Level your parkour skills and play on extreme parkour maps!\n- PvP: Dodge your enemies' attacks and have intense battles.\n\nIn order to perform the extra jump, the player must have the `double_jump` privilege.\n\n![Double Jump GIF](https://raw.githubusercontent.com/Panquesito7/minetest-double_jump/main/double_jump.gif)\n\nHere's a video showcasing the mod in action.\n\n[![Double Jump showcase](https://markdown-videos-api.jorgenkh.no/url?url=https%3A%2F%2Fyoutu.be%2FVTFYnTzhvro)](https://youtu.be/VTFYnTzhvro)\n\n## Settings\n\nThese settings can be customized by modifying [`minetest.conf`](https://wiki.minetest.net/Minetest.conf) or directly in the Minetest settings.\n\n- `double_jump.max_jump`: The maximum number of **extra** jumps. This does NOT count the builtin jump. Default is `1`.\n- `double_jump.infinite_jumps`: Whether to have infinite jumps or not. Disabled (`false`) by default.\n- `double_jump.max_height`: Maximum height gained on each jump. Default is [`movement_speed_jump`](https://github.com/minetest/minetest/blob/2b99dabdac823fee3ea843a9ded8bbe7718c3b44/builtin/settingtypes.txt#L935) (or `6.5`).\n\n## Installation\n\n- Unzip the archive, rename the folder to `double_jump` and\nplace it in `..minetest/mods/`\n\n- GNU/Linux: If you use a system-wide installation place\n    it in `~/.minetest/mods/`.\n\n- If you only want this to be used in a single world, place\n    the folder in `..worldmods/` in your world directory.\n\nFor further information or help, see:\\\n\u003chttps://wiki.minetest.net/Installing_Mods\u003e\n\n## License\n\nSee [`LICENSE.txt`](LICENSE.txt) for full license information and [`AUTHORS.md`](AUTHORS.md) for all the contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanquesito7%2Fminetest-double_jump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanquesito7%2Fminetest-double_jump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanquesito7%2Fminetest-double_jump/lists"}