{"id":25757952,"url":"https://github.com/aj-rom/pushaway","last_synced_at":"2025-11-06T23:03:16.624Z","repository":{"id":104460162,"uuid":"279522686","full_name":"aj-rom/PushAway","owner":"aj-rom","description":"[1.8+] Simple plugin to push players out of the way or send them flying sky high...","archived":false,"fork":false,"pushed_at":"2020-08-13T06:42:49.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-26T16:47:31.029Z","etag":null,"topics":["bukkit-plugin","launch","mechanics","spigot-plugin","vectors"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/pushaway.81674/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aj-rom.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":"2020-07-14T08:07:44.000Z","updated_at":"2020-12-31T20:43:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"36647b47-58d3-45d3-af0a-e95edfeba6ab","html_url":"https://github.com/aj-rom/PushAway","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aj-rom/PushAway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-rom%2FPushAway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-rom%2FPushAway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-rom%2FPushAway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-rom%2FPushAway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aj-rom","download_url":"https://codeload.github.com/aj-rom/PushAway/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aj-rom%2FPushAway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283095890,"owners_count":26778518,"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","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bukkit-plugin","launch","mechanics","spigot-plugin","vectors"],"created_at":"2025-02-26T16:35:44.135Z","updated_at":"2025-11-06T23:03:16.619Z","avatar_url":"https://github.com/aj-rom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![PushAway](https://i.imgur.com/QFKR3gS.png)\n![Java CI with Maven](https://github.com/CoachLuck/PushAway/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/dbd47d714e5141d0b20f5275c26b16d7)](https://www.codacy.com/manual/CoachLuck/PushAway?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=CoachLuck/PushAway\u0026amp;utm_campaign=Badge_Grade)\n\n### Commands\n- /pushaway - shows the help\n- /pushaway reload - reloads the plugin\n- /pushaway give - gives you the Push Away item\n- /pushaway give [player] - gives the player the Push Away item\n\n### Permissions\n```Yaml\npermissions:\n  pushaway.*:\n    children:\n      pushaway.reload: true\n      pushaway.use: true\n      pushaway.givewand: true\n      pushaway.givewand.others: true\n      pushaway.bypass-cooldown: true\n  pushaway.use:\n    description: Allow the player to use the wand.\n    default: op\n  pushaway.givewand:\n    description: Allow the player to give themselves a wand.\n    default: op\n  pushaway.givewand.others:\n    description: Allow the player to give anyone a wand.\n    default: op\n    children:\n      pushaway.givewand: true\n  pushaway.reload:\n    description: Reload the configuration file.\n    default: op\n  pushaway.bypass-cooldown:\n    description: Bypass the cooldown to use the push away item.\n    default: op\n```\n\n### Configuration\n```Yaml\n# Range is how close players have to be to get launched\n# Launch-X is how far horizontally they get launched\n# Launch-Y is how far vertically they get launched\nPush-Away-Range: 3\nPush-Away-Launch-X: .7\nPush-Away-Launch-Y: .5\nUsage-Cooldown: 5\nWand:\n  Material: \"RECORD_3\"\n  Name: \"\u0026a\u0026lPushAway Wand\"\n  Lore:\n    - \"\u00267Right click to \u0026epush \u00267players away!\"\n    - \"\u00267Works up to \u0026e%range% blocks\"\nSound:\n  On-Push:\n    Enabled: true\n    Sound: \"BLOCK_ANVIL_PLACE\"\n    Volume: 1.0\n    Pitch: 1.0\n  When-Pushed:\n    Enabled: true\n    Sound: \"ENTITY_BLAZE_SHOOT\"\n    Volume: 1.0\n    Pitch: 1.0\nMessages:\n  Permission: \"\u0026cYou do not have permission to use this command!\"\n  Given-Wand: \"\u00267You have been given a \u0026a\u0026lPushAway Wand\u00267!\"\n  Give-Other-Wand: \"\u00267You have given \u0026e%player% \u00267a \u0026a\u0026lPushAway Wand\u00267!\"\n  Pushed-Players: \"\u00267You have \u0026e\u0026lLAUNCHED \u0026a%num% \u00267players away from you!\"\n  Pushed-By-Player: \"\u00267You have been \u0026epushed away \u00267by \u0026c%player%\u00267!\"\n  No-Players-Nearby: \"\u00267There are no players nearby!\"\n  Cooldown: \"\u0026cYou are on cooldown for \u0026e%time% \u0026cmore seconds!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-rom%2Fpushaway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faj-rom%2Fpushaway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faj-rom%2Fpushaway/lists"}