{"id":14969718,"url":"https://github.com/timbru31/pickuparrows","last_synced_at":"2025-10-26T09:30:58.219Z","repository":{"id":4237702,"uuid":"5361742","full_name":"timbru31/PickupArrows","owner":"timbru31","description":"🏹 ⬆️ PickupArrows plugin for CraftBukkit/Spigot ","archived":false,"fork":false,"pushed_at":"2025-01-20T14:44:07.000Z","size":453,"stargazers_count":7,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T17:40:29.405Z","etag":null,"topics":["arrow","bukkit","bukkit-plugin","craftbukkit","java","minecraft","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://dev.bukkit.org/projects/pickuparrows","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/timbru31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["timbru31"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://paypal.me/timbru/"}},"created_at":"2012-08-09T21:51:37.000Z","updated_at":"2025-01-08T02:24:25.000Z","dependencies_parsed_at":"2023-07-05T18:31:24.794Z","dependency_job_id":"66180699-8243-4206-b665-95a19f937c36","html_url":"https://github.com/timbru31/PickupArrows","commit_stats":{"total_commits":338,"total_committers":9,"mean_commits":37.55555555555556,"dds":0.5857988165680473,"last_synced_commit":"d88795232ccaa5e3aa2f0ce196a24c30c3a8e2e6"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FPickupArrows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FPickupArrows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FPickupArrows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FPickupArrows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbru31","download_url":"https://codeload.github.com/timbru31/PickupArrows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238301209,"owners_count":19449403,"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":["arrow","bukkit","bukkit-plugin","craftbukkit","java","minecraft","spigot-plugin","spigotmc"],"created_at":"2024-09-24T13:42:15.874Z","updated_at":"2025-10-26T09:30:52.872Z","avatar_url":"https://github.com/timbru31.png","language":"Java","funding_links":["https://github.com/sponsors/timbru31","https://paypal.me/timbru/","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9TEV7Q88B9M2"],"categories":[],"sub_categories":[],"readme":"# PickupArrows\n\n[![Build Status](https://ci.dustplanet.de/job/PickupArrows/badge/icon)](https://ci.dustplanet.de/job/PickupArrows/)\n[![Build the plugin](https://github.com/timbru31/PickupArrows/workflows/Build%20the%20plugin/badge.svg)](https://github.com/timbru31/PickupArrows/actions?query=workflow%3A%22Build+the+plugin%22)\n\n[![BukkitDev](https://img.shields.io/badge/BukkitDev-v6.2.4-orange.svg)](https://dev.bukkit.org/projects/pickuparrows)\n[![SpigotMC](https://img.shields.io/badge/SpigotMC-v6.2.4-orange.svg)](https://www.spigotmc.org/resources/pickuparrows.8073/)\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n## Info\n\nThis CraftBukkit/Spigot plugin aims to offer the ability to pickup arrows from various source up again.\nYou can define any shooter source and configure burning, normal, spectral and tipped arrows.\nSpecial features are\n\n- Flexible configuration support, add or remove own mobs/sources of shooters\n- Permission to control the pickup\n- WorldGuard support. Allow or deny regions where the plugin should be active!\n- Support for normal, fire, spectral or tipped arrows and tridents\n- Command to toggle the status of picking up arrows\n- Crossbow, Drowned and Pillager support\n\nThird party features, all of them can be disabled\n\n- bStats for usage statistics\n\n## Standard config\n\nTo add new mobs/blocks just add the name in lowercase(!) like the scheme to the config.\n\n```yaml\n# For help please refer to the bukkit dev page: https://dev.bukkit.org/projects/pickuparrows\nusePermissions: false\npickupFrom:\n  skeleton:\n    fire: true\n    normal: true\n    spectral: true\n    tipped: true\n    trident: true\n  player:\n    fire: true\n    normal: true\n    spectral: true\n    tipped: true\n    trident: true\n    crossbow:\n      fire: true\n      normal: true\n      spectral: true\n      tipped: true\n      multishot:\n        fire: false\n        normal: false\n        spectral: false\n        tipped: false\n  dispenser:\n    fire: true\n    normal: true\n    spectral: true\n    tipped: true\n    trident: true\n  drowned:\n    fire: true\n    normal: true\n    spectral: true\n    tipped: true\n    trident: true\n  pillager:\n    fire: true\n    normal: true\n    spectral: true\n    tipped: true\n    trident: true\n  unknown:\n    fire: false\n    normal: false\n    spectral: false\n    tipped: false\n    trident: false\nignoreCreativeArrows: false\nuseWorldGuard: false\nuseListAsDenylist: false\nregions: []\n```\n\n## Permissions\n\n(Fallback to OPs, if no permissions system is found)\n\n#### General permissions\n\n| Permission node             | Description                                   |\n| :-------------------------- | :-------------------------------------------- |\n| pickuparrows.allow.normal   | Ability to pickup normal arrows (non burning) |\n| picluparrpws.allow.fire     | Ability to pickup fire arrows (burning)       |\n| picluparrpws.allow.spectral | Ability to pickup spectral arrows             |\n| picluparrpws.allow.tipped   | Ability to pickup tipped arrows               |\n\n#### Special permissions\n\n- pickuparrows.\\* - Grants access to ALL other permissions (better use the allow permission instead!)\n- pickuparrows.allow.\\* - Grants access to ALL permissions for pickup\n\n## Commands\n\nAliases:\n\n- pa\n- pickuparrow\n- arrow\n- arrows\n\n|    Command    |        Description        |\n| :-----------: | :-----------------------: |\n| /pickuparrows | Toggles the pickup status |\n\n## Credits\n\n- mushroomhostage for the neat idea!\n\n## Support\n\nFor support visit the dev.bukkit.org page: https://dev.bukkit.org/projects/pickuparrows\n\n## Pull Requests\n\nFeel free to submit any PRs here. :)\nPlease follow the Sun Coding Guidelines, thanks!\n\n## Usage statistics\n\n[![Usage statistics](https://bstats.org/signatures/bukkit/PickupArrows.svg)](https://bstats.org/plugin/bukkit/PickupArrows/284)\n\n## Data usage collection of bStats\n\n#### Disabling bStats\n\nThe file `./plugins/bStats/config.yml` contains an option to opt-out.\n\n#### The following data is **read and sent** to https://bstats.org and can be seen under https://bstats.org/plugin/bukkit/PickupArrows\n\n- Your server's randomly generated UUID\n- The amount of players on your server\n- The online mode of your server\n- The bukkit version of your server\n- The java version of your system (e.g. Java 8)\n- The name of your OS (e.g. Windows)\n- The version of your OS\n- The architecture of your OS (e.g. amd64)\n- The system cores of your OS (e.g. 8)\n- bStats-supported plugins\n- Plugin version of bStats-supported plugins\n\n## Donation\n\n[![paypal logo](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif \"Donation via PayPal\")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9TEV7Q88B9M2)\n\n![BitCoin](https://dustplanet.de/wp-content/uploads/2015/01/bitcoin-logo-plain.png \"Donation via BitCoins\")  \n1NnrRgdy7CfiYN63vKHiypSi3MSctCP55C\n\n## Support\n\nIn addition to reporting bugs here on GitHub you can join my Discord and ask your questions right away!\n[![Discord support](https://discordapp.com/api/guilds/387315912283521027/widget.png?style=banner2)](https://discord.gg/ZjKUkAXus6)\n\n---\n\nBuilt by (c) Tim Brust and contributors. Released under the MIT license.  \nOriginally released under the BSD-3 license by Mushroom Hostage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fpickuparrows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbru31%2Fpickuparrows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fpickuparrows/lists"}