Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrevarandas/private-message-kit
A Spigot plugin for Minecraft servers enabling advanced private messaging between players.
https://github.com/andrevarandas/private-message-kit
chat-plugin minecraft minecraft-server-plugin player-communication private-messaging server-management spigot spigot-plugin spigotmc
Last synced: 5 days ago
JSON representation
A Spigot plugin for Minecraft servers enabling advanced private messaging between players.
- Host: GitHub
- URL: https://github.com/andrevarandas/private-message-kit
- Owner: AndreVarandas
- Created: 2023-12-11T17:49:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:21:43.000Z (about 1 year ago)
- Last Synced: 2024-11-06T18:03:06.729Z (about 2 months ago)
- Topics: chat-plugin, minecraft, minecraft-server-plugin, player-communication, private-messaging, server-management, spigot, spigot-plugin, spigotmc
- Language: Java
- Homepage:
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivateMessageKit
[![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)
![PrivateMessageKit Logo](extras/logo.png)
PrivateMessageKit 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.
## Features
- **Private Messaging**: Players can send private messages directly to other players online.
- **Reply Functionality**: Quickly reply to the most recent private message received.
- **Message Formatting**: Neat and clear message format for both sending and receiving messages.
- **Concurrent Handling**: Safe handling of player data in a multithreaded environment.## Installation
1. Download the `PrivateMessageKit.jar` file.
2. Place the JAR file in your server's `plugins` directory.
3. Restart your server, or if your server supports plugin reloading, you can reload the server.
4. Once loaded, the plugin should be active.## Commands
- `/message `: Send a private message to a specific player.
- `/reply `: Reply to the most recent private message.## Configuration
No additional configuration is required.
## Permissions
PrivateMessageKit does not require special permissions to use the basic commands.
## Dependencies
This plugin requires a Spigot-compatible server.
## Contributing
Contributions 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.
## Initial Work
This plugin was originally developed by [André Varandas](http://github.com/andrevarandas) and released on [SpigotMC](https://www.spigotmc.org/).
## Acknowledgments
Thanks to all contributors and users of PrivateMessageKit. Your support is greatly appreciated!
## License
MIT License
```text
Copyright (c) 2023 André VarandasPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```