Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtbarr/prisma-chat
A simple and complete chat plugin for spigot.
https://github.com/mtbarr/prisma-chat
bukkit chat-plugin spigot
Last synced: about 2 months ago
JSON representation
A simple and complete chat plugin for spigot.
- Host: GitHub
- URL: https://github.com/mtbarr/prisma-chat
- Owner: mtbarr
- License: mit
- Created: 2023-02-10T19:00:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T04:59:20.000Z (over 1 year ago)
- Last Synced: 2024-10-21T02:20:07.916Z (3 months ago)
- Topics: bukkit, chat-plugin, spigot
- Language: Java
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# My Spigot Chat Plugin
This is a Spigot chat plugin for Minecraft version 1.17.1 and above, written in Java 17.
## Features
- Multi configurable chat channels
- Configurable custom components (with hover and click events)
- Placeholder API support
- Tell and Reply commands
- RGB Color support## Configuration
The plugin comes with a `config.yml` file that allows you to configure the chat channels, custom components, and more. Make sure to edit this file to your liking before starting your server.
## Commands
- `/prismachat` - reloads the plugin configuration.
- `/tell ` - Sends a private message to a player
- `/reply ` - Replies to the last private message received## Placeholder API
This plugin supports the Placeholder API, which allows you to use placeholders in your chat messages. For more information on how to use the Placeholder API, please visit [the Placeholder API wiki](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki).
## Issues and Contributions
If you encounter any issues with the plugin or would like to contribute, please see the [Contributing](https://github.com/sasuked/prisma-chat/blob/master/CONTRIBUTING.md) file and open an issue or pull request.## License
This plugin is licensed under the MIT License. Please see the `LICENSE` file for more information.