
Minecraft plugin that sends server chat history to players on join.
Simple plugin for Paper servers that stores and displays a history of chat messages for players when they join the server.
To install PriorChat, follow these steps:
The plugin can be configured via the config.yml file located in plugins/PriorChat.
The following configuration options are available:
debug_mode (default: false) - Debug mode toggle.number_of_messages_to_store (default: 50) - The maximum number of chat messages to store in the queue.enabled_message_types (default: all types) - List of message types to store. Valid values are CHAT, JOIN, QUIT, DEATH, BROADCAST, ADVANCEMENT and KICK.debug_mode: false
number_of_messages_to_store: 50
enabled_message_types:
- CHAT
- JOIN
- QUIT
- DEATH
- BROADCAST
- ADVANCEMENT
- KICK
The PriorChat plugin does not yet have any commands or permissions. Simply install the plugin on your server to start using it.
When a player joins the server, the plugin will display a configurable number of past chat messages to the player.