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

Better Fabric Console

Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more.

Загрузки
32K
Подписчики
236
Обновлён
8 июля 2026 г.
Лицензия
MIT

Опубликован 12 февраля 2023 г.

Better Fabric Console

Better Fabric Console icon

Better Fabric Console is a server-side Fabric mod that replaces the vanilla dedicated server console experience with an interactive, color-aware terminal.

Features

  • Brigadier-aware command completion in the server console
  • Command syntax highlighting with configurable argument colors
  • Colored log output in terminal consoles
  • Persistent command history in .console_history
  • Optional logging of player-executed commands

Screenshot 1

Requirements

Installation

  1. Download the latest Better Fabric Console, Fabric API, and adventure-platform-fabric jars.
  2. Place the jars in your server mods/ directory.
  3. Start the server once to generate config files.
  4. Stop the server and edit configuration as needed.
  5. Start the server again.

You may also choose to run the server with the --nogui argument (i.e. java -jar fabric.jar --nogui) to disable the server GUI (this is a Vanilla option).

Configuration

Better Fabric Console generates and reads:

  • config/better-fabric-console/better-fabric-console.conf
  • config/better-fabric-console/log4j2.xml

The bundled default Log4j config is also written to config/better-fabric-console/defaults/log4j2.xml for reference. If you customize log4j2.xml and the bundled default changes, Better Fabric Console will warn on startup until you review/merge the change and run:

/better-fabric-console dismiss-log4j-config-update

You can also start once with -Dbetter-fabric-console.dismiss-log4j-config-update=true to dismiss the warning.

Default better-fabric-console.conf for reference:

# Specify argument highlight colors, in order. Possible values: [BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE]
highlight-colors=[
    CYAN,
    YELLOW,
    GREEN,
    MAGENTA,
    BLUE
]
# Whether to log commands executed by players to console.
log-player-executed-commands=true

Click here to see the default log4j2.xml configuration.

Better Fabric Console also respects the following system properties to override terminal environment detection:

Changes require a server restart.

Command

  • /better-fabric-console (operator-level): Prints mod version information.
  • /better-fabric-console dismiss-log4j-config-update (operator-level): Marks the current bundled Log4j default as reviewed.

License

MIT. See license.txt.

Ченджлог

2.0.0Релиз26.1.2, 26.2 · 8 июля 2026 г.

What's Changed

  • Updated for Minecraft 26.1.2
  • Updated to JLine 4
  • Improved dumb/non-interactive terminal handling, especially when running through Gradle
  • Moved console logging configuration to config/better-fabric-console/log4j2.xml
    • Existing config/better-fabric-console.conf files are migrated automatically
    • The previous log-pattern config option has been removed; customize log4j2.xml instead
  • Added Log4j config update tracking and /better-fabric-console dismiss-log4j-config-update
  • Removed the old runtime mappings/remapper system
  • Completion tooltip colors now respect terminal color support

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.9...v2.0.0

1.2.9Релиз1.21.11 · 25 декабря 2025 г.

What's Changed

  • Fixed error on OP user login #137

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.8...v1.2.9

1.2.8Релиз1.21.11 · 23 декабря 2025 г.

What's Changed

  • Updated for Minecraft 1.21.11

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.7...v1.2.8

1.2.7Релиз1.21.10 · 13 октября 2025 г.

What's Changed

  • adventure-platform-mod is no longer bundled inside of the better-fabric-console jar, instead users should download it from Modrinth as a separate library mod. This may allow better-fabric-console to run on newer versions without an update so long as adventure-platform-mod is updated, but this is not always the case.

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.6...v1.2.7

1.2.6Релиз1.21.10 · 10 октября 2025 г.

What's Changed

  • Updated for Minecraft 1.21.10

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.5...v1.2.6

1.2.5Релиз1.21.8 · 7 августа 2025 г.

What's Changed

  • Updated Adventure, fixing some formatting issues in the previous release
  • Updated jline

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.4...v1.2.5

1.2.4Релиз1.21.8 · 20 июля 2025 г.

What's Changed

  • Update for Minecraft 1.21.8

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.3...v1.2.4

1.2.3Релиз1.21.5 · 28 апреля 2025 г.

What's Changed

  • Update for Minecraft 1.21.5

Full Changelog: https://github.com/jpenilla/better-fabric-console/compare/v1.2.2...v1.2.3

Комментарии

Загружаем…