ChatArchive
ChatArchiver — A lightweight Minecraft plugin designed to securely archive and efficiently retrieve in-game chat logs, offering real-time monitoring and permission-based access control to maintain community transparency and historical record integrity.
ChatArchiver — A lightweight Minecraft plugin that archives in-game chats into daily log files organized by month. It records player messages with timestamps, stores them in organized YYYY-MM/YYYY-MM-DD.log structures, and allows paginated viewing via /viewlog [page]. Features basic permission checks (chatarchive.view), asynchronous write operations with thread safety (ReentrantLock), and a 100-entry memory cache for quick access. Designed for simplicity and reliability in maintaining chat history transparency.