{"id":20084280,"url":"https://github.com/eternalcodeteam/parcellockers","last_synced_at":"2025-05-06T01:31:52.793Z","repository":{"id":65405235,"uuid":"489897491","full_name":"EternalCodeTeam/ParcelLockers","owner":"EternalCodeTeam","description":"ParcelLockers is a parcel plugin, dedicated for Spigot-based servers.","archived":false,"fork":false,"pushed_at":"2024-10-23T19:01:41.000Z","size":662,"stargazers_count":9,"open_issues_count":19,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-24T05:14:54.105Z","etag":null,"topics":["bukkit","hacktoberfest","java","minecraft","minecraft-plugin","minecraft-plugin-development","paper","parcellockers","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EternalCodeTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"EternalCodeTeam","ko_fi":"eternalcodeteam"}},"created_at":"2022-05-08T09:19:04.000Z","updated_at":"2024-10-11T16:05:33.000Z","dependencies_parsed_at":"2023-10-13T04:57:49.800Z","dependency_job_id":"57d2596d-443a-4b43-989e-23de4ef468f5","html_url":"https://github.com/EternalCodeTeam/ParcelLockers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternalCodeTeam%2FParcelLockers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternalCodeTeam%2FParcelLockers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternalCodeTeam%2FParcelLockers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EternalCodeTeam%2FParcelLockers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EternalCodeTeam","download_url":"https://codeload.github.com/EternalCodeTeam/ParcelLockers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224479824,"owners_count":17318297,"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":["bukkit","hacktoberfest","java","minecraft","minecraft-plugin","minecraft-plugin-development","paper","parcellockers","spigot","spigot-plugin"],"created_at":"2024-11-13T15:51:21.496Z","updated_at":"2025-05-06T01:31:52.772Z","avatar_url":"https://github.com/EternalCodeTeam.png","language":"Java","funding_links":["https://github.com/sponsors/EternalCodeTeam","https://ko-fi.com/eternalcodeteam"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![ParcelLockers.svg](.github/assets/ParcelLockers.svg)\n\n[![Supports Paper](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io)\n[![Supports Spigot](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/spigot_vector.svg)](https://spigotmc.org)\n\n[![ko-fi](https://github.com/intergrav/devins-badges/blob/v3/assets/cozy/donate/kofi-plural_vector.svg)](https://ko-fi.com/eternalcodeteam)\n[![Website](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/documentation/website_vector.svg)](https://eternalcode.pl/)\n[![Chat on Discord](https://raw.githubusercontent.com/vLuckyyy/badges/main//chat-with-us-on-discord.svg)](https://discord.com/invite/FQ7jmGBd6c)\n\n[![Gradle](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/built-with/gradle_vector.svg)](https://gradle.org/)\n[![Java](https://badges.penpow.dev/badges/built-with/java/cozy.svg)](https://www.java.com/)\n[![LiteCommands](https://raw.githubusercontent.com/Jakubk15/devins-badges/refs/heads/v3/assets/cozy/built-with/litecommands_vector.svg)](https://github.com/Rollczi/LiteCommands)\n\n\u003c/div\u003e\n\n# Welcome to ParcelLockers! 🚀\n\nParcelLockers is a minecraft plugin dedicated to incorporating highly practical server function of transfering items across the Minecraft world,\nespecially on long distances.\n\n## ❗Warning\n\nParcelLockers is at an very early stage of development, and you use it at your own risk.\n\n## ℹ️ Information\n\n- ParcelLockers *currently* supports only latest Minecraft version.\n- Requires **Java 21 or later** to work properly. For older versions of Java, this may affect the functionality of the\n  plugin.\n- If you have any questions, you can ask us about it on our [Discord server](https://discord.gg/FQ7jmGBd6c).\n\n## 🏗️ Compiling JAR from Source\n\nTo build ParcelLockers, follow these steps (Make sure you have **JDK 21 or higher**):\n\n```shell\n./gradlew shadowJar\n```\n\n- The output JAR file will be located at `build/libs`.\n- When you build the plugin for the first time, it might take a while to download all the dependencies.\n\n## 🛠️ Development builds\n\n🤫 Want to be a few steps ahead of others? You can gather our freshly squeezed builds from GitHub\nActions [here](https://github.com/EternalCodeTeam/ParcelLockers/actions).\n\n## :octocat: Contributing\n\n🧩 Are you a developer and want to add something?\n\nCreate a [public fork of the repository](https://github.com/EternalCodeTeam/ParcelLockers/fork), modify it with\nappropriate\nchanges and then create a Pull Request.\nSee [CONTRIBUTING.md](https://github.com/EternalCodeTeam/ParcelLockers/blob/master/.github/CONTRIBUTING.md) to find out\nmore.\n\n## 🐛 Issues\n\nFound a bug? Report it [here](https://github.com/EternalCodeTeam/ParcelLockers/issues). If you are not sure if that's an\nintended behavior or not, feel free to ask on our [Discord](https://discord.com/invite/FQ7jmGBd6c) 😅\n\nAdditionally, if you enable automatic Sentry bug\nreporting in your config.yml file (we strongly advise to do so), errors will be automatically sent to us, which will\ngreatly accelerate the bug fixing process 🥳\n\n## ❤️ Other dependencies usages\n\n- [LiteCommands (by Rollczi ❤️)](https://github.com/Rollczi/LiteCommands)\n- [Adventure API \u0026 MiniMessage](https://docs.adventure.kyori.net/)\n- [CDN Configs](https://github.com/dzikoysk/cdn)\n- [PaperLib](https://github.com/PaperMC/PaperLib)\n- [Lombok](https://projectlombok.org)\n- [Spigot API](https://www.spigotmc.org/wiki/spigot-maven/#build-gradle)\n- [expressible](https://github.com/dzikoysk/expressible)\n- [panda-utilities](https://github.com/panda-lang/panda)\n- [TriumphGUI](https://github.com/TriumphTeam/triumph-gui)\n- [bStats](https://bstats.org/)\n- [jackson-bukkit](https://github.com/eldoriarpg/jackson-bukkit)\n- [SignGUI](https://github.com/Rapha149/SignGUI)\n\n## :heart: Special Thanks\n\n[\u003cimg src=\"https://user-images.githubusercontent.com/65517973/210912946-447a6b9a-2685-4796-9482-a44bffc727ce.png\" alt=\"JetBrains\" width=\"150\"\u003e](https://www.jetbrains.com)\n[\u003cimg src=\".github/assets/sentry.svg\" alt=\"Sentry logo\" width=\"150\" height=\"150\"\u003e](https://www.sentry.io)\n\nWe express our gratitude to JetBrains for providing [Open Source Licenses](https://www.jetbrains.com/opensource/) for\ntheir outstanding tools. We recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/) to work with our projects\nand boost your productivity!\n\nWe also thank [Sentry](https://sentry.io) for providing us with\na [Open-Source Sponsorship plan](https://sentry.io/for/open-source/) for error tracking. We recommend using\n[Sentry](https://sentry.io) to track errors in your projects and improve the quality of your software.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternalcodeteam%2Fparcellockers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feternalcodeteam%2Fparcellockers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternalcodeteam%2Fparcellockers/lists"}