{"id":15174352,"url":"https://github.com/zettos24/jumpandrun","last_synced_at":"2025-07-12T03:10:36.548Z","repository":{"id":247286213,"uuid":"825446839","full_name":"Zettos24/JumpAndRun","owner":"Zettos24","description":"A Jump and Run Plugin for Minecraft Spigot 1.8.8","archived":false,"fork":false,"pushed_at":"2024-07-07T20:18:10.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T03:21:25.801Z","etag":null,"topics":["java","minecraft-plugin","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/Zettos24.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}},"created_at":"2024-07-07T19:50:44.000Z","updated_at":"2024-07-07T20:18:13.000Z","dependencies_parsed_at":"2024-07-07T21:32:02.661Z","dependency_job_id":"0e89f44e-26bd-48f2-980a-29c012b818bb","html_url":"https://github.com/Zettos24/JumpAndRun","commit_stats":null,"previous_names":["zettos24/jumpandrun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zettos24/JumpAndRun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zettos24%2FJumpAndRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zettos24%2FJumpAndRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zettos24%2FJumpAndRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zettos24%2FJumpAndRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zettos24","download_url":"https://codeload.github.com/Zettos24/JumpAndRun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zettos24%2FJumpAndRun/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259680485,"owners_count":22895199,"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":["java","minecraft-plugin","spigot","spigot-plugin"],"created_at":"2024-09-27T12:00:22.311Z","updated_at":"2025-06-13T16:34:56.821Z","avatar_url":"https://github.com/Zettos24.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jump and Run Plugin\n\n## Overview\nWelcome to the Jump and Run plugin for Spigot 1.8.8! This plugin provides a dynamic and challenging parkour experience in Minecraft. Players will be teleported to a block within a designated area when the game starts. The blocks are automatically generated, and as players jump to the next block, the previous one disappears. The game continues indefinitely, with players being teleported back to the starting height upon reaching the maximum height.\n\n## Usage\n\n### Area Setup\nTo define the jump and run area, use the `/area` command:\n\n- `/area set 1`: Set the first position.\n- `/area set 2`: Set the second position.\n- `/area confirm`: Confirm the positions and save them to the config.\n\n**Example:**\n1. Go to the first corner of your desired area and type `/area set 1`.\n2. Move to the opposite corner and type `/area set 2`.\n3. Confirm the area setup with `/area confirm`. This will save the positions to the config file.\n\n### Starting the Game\nTo start the game, stand on or interact with the activation block/item specified in the config. \n\n## Configuration\nAfter running the plugin once, a config file will be generated. This file allows you to customize various settings, including the activation block and conditions for starting the game.\n\n### Configuration Details:\n\n- `stackoverflowAttempts`: The number of attempts the plugin makes to find a suitable location for the next block. If the attempts exceed this limit, the game stops.\n- `startHeight` and `endHeight`: Define the height range for the jump and run area.\n- `activation.block`: The block used to start the jump and run area.\n- `activation.underground.block`: The block placed under the activation block to enable it.\n- `activation.underground.height`: The number of blocks below the activation block where the trigger block is placed.\n- `area.position1` and `area.position2`: The coordinates for the two corners of the jump and run area.\n\n### Example Config:\n```yaml\nSettings:\n  stackoverflowAttempts: 100\n  startHeight: 100\n  endHeight: 110\n  activation:\n    block: GOLD_PLATE\n    underground:\n      block: REDSTONE_BLOCK\n      height: 2\n  area:\n    position1:\n      ==: org.bukkit.Location\n      world: world\n      x: 43.848384369430356\n      y: 92.8503215752898\n      z: 216.53301899693284\n      pitch: 20.71648\n      yaw: 22.645752\n    position2:\n      ==: org.bukkit.Location\n      world: world\n      x: -19.474248515774118\n      y: 149.8408759998909\n      z: 276.6230789520747\n      pitch: 52.21639\n      yaw: 278.088\n```\n\n## Example Scenario\n- Set the activation block to a gold plate (GOLD_PLATE).\n- Place a redstone block (REDSTONE_BLOCK) two blocks below the gold plate.\n- When a player stands on the gold plate, the game starts\n\n## Permissions\n\n- Area Command: `jumpandrun.area`\n\n## Conclusion\nThank you for using the Jump and Run plugin! Customize it to fit your needs and enjoy an exciting parkour experience in your Minecraft world. If you have any issues or suggestions, feel free to open an issue on GitHub\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzettos24%2Fjumpandrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzettos24%2Fjumpandrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzettos24%2Fjumpandrun/lists"}