All versions
1.0
Release
TimeChat 1.09 months ago 1,220
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog for TimeChat v1.0
English
Initial Release (v1.0)
- Added: Client-side mod to add customizable timestamps to all chat messages.
- Features:
- Supports 12-hour (AM/PM) and 24-hour time formats.
- Customizable timestamp format with color code support (e.g.,
&7[HH:mm:ss]&r). - In-game configuration screen via ModMenu integration (accessible with F7 key).
- Handles all message types (
CHAT,SYSTEM,GAME_INFO) for compatibility with servers using plugins (e.g., Spigot/Paper). - Preserves text styles and resource pack textures (e.g., custom emojis).
- Configuration:
- Enable/disable timestamps.
- Switch between 12h/24h formats.
- Customize timestamp format in
config/timechat.json.
- Requirements:
- Minecraft 1.21
- Fabric Loader
- Fabric API
- ModMenu (optional, for configuration screen)
Русский
Начальный релиз (v1.0)
- Добавлено: Клиентский мод для добавления настраиваемых временных меток ко всем сообщениям в чате.
- Функции:
- Поддержка форматов времени 12-часового (AM/PM) и 24-часового.
- Настраиваемый формат временной метки с поддержкой цветовых кодов (например,
&7[HH:mm:ss]&r). - Экран настроек в игре через интеграцию с ModMenu (доступен по клавише F7).
- Обработка всех типов сообщений (
CHAT,SYSTEM,GAME_INFO) для совместимости с серверами, использующими плагины (например, Spigot/Paper). - Сохранение стилей текста и текстур ресурс-паков (например, кастомных эмодзи).
- Конфигурация:
- Включение/выключение временных меток.
- Переключение между форматами 12ч/24ч.
- Настройка формата временной метки в
config/timechat.json.
- Требования:
- Minecraft 1.21
- Fabric Loader
- Fabric API
- ModMenu (опционально, для экрана настроек)
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:nl7OHe8c:9KCZs3bO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nl7OHe8c:9KCZs3bO"
}

