https://github.com/lukiiy/chatrelay
A concept plugin that relays the last chat messages to a player when they join.
https://github.com/lukiiy/chatrelay
minecraft minecraft-plugin papermc papermc-plugin
Last synced: 2 months ago
JSON representation
A concept plugin that relays the last chat messages to a player when they join.
- Host: GitHub
- URL: https://github.com/lukiiy/chatrelay
- Owner: Lukiiy
- License: mit
- Created: 2025-06-08T06:31:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-04T09:38:43.000Z (10 months ago)
- Last Synced: 2025-09-04T11:34:15.649Z (10 months ago)
- Topics: minecraft, minecraft-plugin, papermc, papermc-plugin
- Language: Kotlin
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatRelay
A plugin that relays the last chat messages to a player when they join. You can change the limit, delay, format, and the messages! ;)
The messages are logged in the plugin's folder (when the server stops).
### Commands
| Command | Description | Permission |
|---------------------------|---------------------------------------|---------------|
| `chatrelay` | Reloads the plugin | chatrelay.cmd |
| `chatrelay send ` | Relays the logged messages to someone | chatrelay.cmd |
### API (for Developers)
You can add/remove conditions for what can be logged and also add/remove logged messages.
Use the plugin's jar as file dependency.