Перейти к содержимому
Mineforgian

Console Filter

Hides messages from your console logs.

410 загрузок2 подписчиковCC-BY-NC-SA-4.0fabricforgeneoforge

Обновлён 1 июля 2026 г. · опубликован 16 апреля 2026 г.

Console Filter

Allows you to hide console messages that contain configured strings or match configured regular expressions. This mod can be installed on either the client or the server, but it is not required on either side.

Config

Here is an example of how to use a basic filter in the config to hide all console messages containing "Can't keep up" and "Player moved too quickly":

#Any console messages containing any of these strings will be hidden.
basicFilters = ["Can't keep up", "Player moved too quickly"]

Here is an example of how to use a regex filter to hide messages like "Running 2156ms or 43 ticks behind":

#Any console messages containing any of these regular expressions will be hidden. Uses Java regex syntax. Backslashes must be doubled, i.e. use \\s instead of \s to match whitespace.
regexFilters = ["Running \\d+ms or \\d+ ticks behind"]

Here is an example of how to use a logger filter to hide messages from JEI:

#Any console messages from loggers with a name containing any of these strings will be hidden.
loggerFilters = ["jei"]

Modpacks

Yes, you can use this mod in your modpack.

Support

If you enjoy the mod and would like to support the project, feel free to leave a donation on PayPal. Support is greatly appreciated!

Sponsor

This project is sponsored by BisectHosting. If you're looking for a server, check out their hosting plans and use promo code Chaos at checkout to get 25% off your first month!

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
26.2-4.0.0-neoforgeРелиз26.2neoforge1 июля 2026 г.Скачать (9 КБ)
26.2-3.0.0-fabricРелиз26.2fabric1 июля 2026 г.Скачать (9 КБ)
26.1-4.0.0-neoforgeРелиз26.1, 26.1.1, 26.1.2neoforge17 апреля 2026 г.Скачать (9 КБ)
26.1-3.0.0-fabricРелиз26.1, 26.1.1, 26.1.2fabric17 апреля 2026 г.Скачать (9 КБ)
1.21.11-4.0.0-neoforgeРелиз1.21.11neoforge17 апреля 2026 г.Скачать (9 КБ)
1.21.11-3.0.0-fabricРелиз1.21.11fabric17 апреля 2026 г.Скачать (10 КБ)
1.21.1-4.0.0-neoforgeРелиз1.21.1neoforge17 апреля 2026 г.Скачать (9 КБ)
1.21.1-3.0.0-fabricРелиз1.21.1fabric17 апреля 2026 г.Скачать (10 КБ)
1.20.1-3.0.0-fabricРелиз1.20.1fabric17 апреля 2026 г.Скачать (10 КБ)
1.20.1-2.1.0-forgeРелиз1.20.1forge17 апреля 2026 г.Скачать (10 КБ)

Ченджлог

26.2-4.0.0-neoforgeРелиз26.2 · 1 июля 2026 г.
  • Updated to NeoForge 26.2
26.2-3.0.0-fabricРелиз26.2 · 1 июля 2026 г.
  • Updated to Fabric 26.2
26.1-4.0.0-neoforgeРелиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.
  • Updated to NeoForge 26.1
26.1-3.0.0-fabricРелиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.
  • Updated to Fabric 26.1
1.21.11-4.0.0-neoforgeРелиз1.21.11 · 17 апреля 2026 г.
  • Updated to NeoForge 1.21.11
1.21.11-3.0.0-fabricРелиз1.21.11 · 17 апреля 2026 г.
  • Updated to Fabric 1.21.11
1.21.1-4.0.0-neoforgeРелиз1.21.1 · 17 апреля 2026 г.
  • Updated to NeoForge 1.21.1
1.21.1-3.0.0-fabricРелиз1.21.1 · 17 апреля 2026 г.
  • Updated to Fabric 1.21.1

Комментарии

Загружаем…