{"id":14969522,"url":"https://github.com/altiran/drop-stop","last_synced_at":"2025-10-08T14:12:57.425Z","repository":{"id":247269316,"uuid":"822740497","full_name":"Altiran/drop-stop","owner":"Altiran","description":"A highly customizable plugin that can be used to disable the ability of dropping items by players on a server and warn them to not drop items again.","archived":false,"fork":false,"pushed_at":"2025-09-30T19:23:05.000Z","size":1142,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T21:21:40.127Z","etag":null,"topics":["minecraft","minecraft-plugin","papermc","spigot"],"latest_commit_sha":null,"homepage":"https://altiran.com/drop-stop","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/Altiran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["Altiran","Ab20zip"],"custom":["https://altiran.com/sponsor"]}},"created_at":"2024-07-01T18:12:29.000Z","updated_at":"2025-09-30T19:22:10.000Z","dependencies_parsed_at":"2024-08-27T01:56:07.318Z","dependency_job_id":"2d9e7bd6-02f9-43e9-a17f-95a5f7ffcaf5","html_url":"https://github.com/Altiran/drop-stop","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.07999999999999996,"last_synced_commit":"fa2b730bb5b884168f8797bc07d200e5793f429d"},"previous_names":["altiran/drop-stop"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Altiran/drop-stop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altiran%2Fdrop-stop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altiran%2Fdrop-stop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altiran%2Fdrop-stop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altiran%2Fdrop-stop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Altiran","download_url":"https://codeload.github.com/Altiran/drop-stop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altiran%2Fdrop-stop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956366,"owners_count":26075227,"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-10-08T02:00:06.501Z","response_time":56,"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":["minecraft","minecraft-plugin","papermc","spigot"],"created_at":"2024-09-24T13:41:59.108Z","updated_at":"2025-10-08T14:12:57.395Z","avatar_url":"https://github.com/Altiran.png","language":"Java","funding_links":["https://github.com/sponsors/Altiran","https://github.com/sponsors/Ab20zip","https://altiran.com/sponsor"],"categories":[],"sub_categories":[],"readme":"# DropStop\n\nA highly customizable plugin that can be used to disable the ability of dropping items by players and warn them to not\ndrop items again. The plugin is fully customizable with a configuration file and supports BungeeCord and Velocity.\n\n[![Build \u0026 Test](https://github.com/Altiran/drop-stop/actions/workflows/main.yml/badge.svg)](https://github.com/Altiran/drop-stop/actions/workflows/main.yml)\n[![WakaTime](https://wakatime.com/badge/github/Altiran/drop-stop.svg)](https://wakatime.com/badge/github/Altiran/drop-stop)\n\n**Like the project? Make sure to leave a ⭐ on the repository!**\n\n## Features\n\n- Prevent players from dropping items.\n- Warn players to not drop items again.\n- Fully customizable with a configuration file.\n- Item allowlisting to allow dropping for certain items.\n- Warn players with a custom message.\n- Absolutely free and open-source.\n- Supports BungeeCord and Velocity.\n- Latest version 1.21, including snapshots.\n\n## Installation\n\nThere are a few ways to install the plugin on your server:\n\n1. **PaperMC**: You can download the plugin from the PaperMC\n   page [here](https://hangar.papermc.io/Altiran/DropStop).\n2. **SpigotMC**: You can download the plugin from the SpigotMC\n   page [here](https://www.spigotmc.org/resources/antiitemdrop.116889/).\n3. **GitHub Releases**: You can download the latest version of the plugin from the Releases\n   page [here](https://github.com/Altiran/drop-stop/releases/latest).\n4. **Build from Source**: You can build the plugin from the source code by cloning the repository and running\n   the `./gradlew build` command.\n\nTo install the plugin, drag and drop the downloaded JAR file into the `plugins` folder of your server folder.\nRestart the server to load the plugin.\n\n## Configuration\n\nYou can customize the settings of the plugin by changing the values in the configuration file. The configuration file is\nautomatically generated when the plugin is loaded for the first time. It will be located\nat `YourServerFolder/plugins/DropStop/config.yml`. Here is the default configuration file:\n\n```yaml\n# ************************* #\n#   DropStop Configuration  #\n# ************************* #\n\n# DISABLE ITEM DROPS\n# Enables the core feature of the plugin to disable item drops.\n# When enabled, players will not be able to drop items.\n# Default: true\ndisable-item-drops: true\n\n# WARN PLAYER ON DROP\n# Enable this to warn players if they try to drop items when the plugin is enabled.\n# Default: false\nwarn-player-on-drop: false\n\n# WARNING MESSAGE\n# Give a message to send as a warning when dropping items (only works when 'warn-player-on-drop' in enabled).\n# Use \u0026 for Minecraft text formatting and %player% for the player name.\n# Default: \"\u00266\u0026lHey %player%, you are not allowed to drop that here.\"\nwarning-message: \"\u00266\u0026lHey %player%, you are not allowed to drop that here.\"\n\n# WARNING TIMEOUT\n# Time in seconds to wait before sending the warning message again.\n# This feature is to prevent spamming the warning message.\n# Set to 0 to disable the feature.\n# Default: 5\nwarning-timeout: 5\n\n# ITEM ALLOWLISTING\n# Enable item allowlist to allow dropping for certain items and restrict for the rest.\n# When enabled, only the items in the list will be allowed to drop.\n# Default: false\nitem-allowlisting: false\n\n# ITEM ALLOWLIST\n# This is the list of items which can be dropped even when the plugin is enabled.\n# Can hold different item names e.g., DIAMOND, STICK, DIRT.\n# Default:\n#    - DIAMOND\n#    - GOLD_BLOCK\nitem-allowlist:\n    - DIAMOND\n    - GOLD_BLOCK\n```\n\n\u003c!-- MADE WITH ❤️ BY ALTIRAN --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltiran%2Fdrop-stop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltiran%2Fdrop-stop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltiran%2Fdrop-stop/lists"}