{"id":16013545,"url":"https://github.com/andrevarandas/private-message-kit","last_synced_at":"2026-04-27T22:31:40.054Z","repository":{"id":211957318,"uuid":"730337382","full_name":"AndreVarandas/private-message-kit","owner":"AndreVarandas","description":"A Spigot plugin for Minecraft servers enabling advanced private messaging between players.","archived":false,"fork":false,"pushed_at":"2023-12-12T10:21:43.000Z","size":760,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T02:42:44.596Z","etag":null,"topics":["chat-plugin","minecraft","minecraft-server-plugin","player-communication","private-messaging","server-management","spigot","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreVarandas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-11T17:49:12.000Z","updated_at":"2023-12-11T18:10:30.000Z","dependencies_parsed_at":"2023-12-11T20:26:35.769Z","dependency_job_id":"29401a4f-29f6-466c-9fe2-6ab567c457aa","html_url":"https://github.com/AndreVarandas/private-message-kit","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e1a1fdf4fdf57bc7a373d1438264bfb6d8e7c42d"},"previous_names":["andrevarandas/private-message-kit"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AndreVarandas/private-message-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreVarandas%2Fprivate-message-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreVarandas%2Fprivate-message-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreVarandas%2Fprivate-message-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreVarandas%2Fprivate-message-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreVarandas","download_url":"https://codeload.github.com/AndreVarandas/private-message-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreVarandas%2Fprivate-message-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chat-plugin","minecraft","minecraft-server-plugin","player-communication","private-messaging","server-management","spigot","spigot-plugin","spigotmc"],"created_at":"2024-10-08T14:41:49.407Z","updated_at":"2026-04-27T22:31:40.039Z","avatar_url":"https://github.com/AndreVarandas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrivateMessageKit\n\n[![Maven Package](https://github.com/AndreVarandas/private-message-kit/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/AndreVarandas/private-message-kit/actions/workflows/maven-publish.yml)\n\n![PrivateMessageKit Logo](extras/logo.png)\n\nPrivateMessageKit is a Spigot plugin designed for Minecraft servers. It allows players to send private messages to each other and reply to the most recent message. This plugin enhances in-game communication by providing a simple yet effective private messaging system.\n\n## Features\n\n- **Private Messaging**: Players can send private messages directly to other players online.\n- **Reply Functionality**: Quickly reply to the most recent private message received.\n- **Message Formatting**: Neat and clear message format for both sending and receiving messages.\n- **Concurrent Handling**: Safe handling of player data in a multithreaded environment.\n\n## Installation\n\n1. Download the `PrivateMessageKit.jar` file.\n2. Place the JAR file in your server's `plugins` directory.\n3. Restart your server, or if your server supports plugin reloading, you can reload the server.\n4. Once loaded, the plugin should be active.\n\n## Commands\n\n- `/message \u003cplayer\u003e \u003cmessage\u003e`: Send a private message to a specific player.\n- `/reply \u003cmessage\u003e`: Reply to the most recent private message.\n\n## Configuration\n\nNo additional configuration is required.\n\n## Permissions\n\nPrivateMessageKit does not require special permissions to use the basic commands.\n\n## Dependencies\n\nThis plugin requires a Spigot-compatible server.\n\n## Contributing\n\nContributions to PrivateMessageKit are welcome. Feel free to fork the repository, make changes, and submit pull requests. If you find any issues or have suggestions, please open an issue in the repository.\n\n## Initial Work\n\nThis plugin was originally developed by [André Varandas](http://github.com/andrevarandas) and released on [SpigotMC](https://www.spigotmc.org/).\n\n## Acknowledgments\n\nThanks to all contributors and users of PrivateMessageKit. Your support is greatly appreciated!\n\n## License\n\nMIT License\n\n```text\nCopyright (c) 2023 André Varandas\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrevarandas%2Fprivate-message-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrevarandas%2Fprivate-message-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrevarandas%2Fprivate-message-kit/lists"}