https://github.com/furqit/betterconsole
Hytale mod that improves console log readability and suppresses spam.
https://github.com/furqit/betterconsole
hytale hytale-mod hytale-plugin
Last synced: 5 months ago
JSON representation
Hytale mod that improves console log readability and suppresses spam.
- Host: GitHub
- URL: https://github.com/furqit/betterconsole
- Owner: Furqit
- License: gpl-3.0
- Created: 2026-01-14T20:12:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T20:32:51.000Z (5 months ago)
- Last Synced: 2026-01-15T00:44:14.453Z (5 months ago)
- Topics: hytale, hytale-mod, hytale-plugin
- Language: Java
- Homepage: https://curseforge.com/hytale/mods/betterconsole
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BetterConsole
BetterConsole improves Hytale's console readability by adding colors, cleaning up timestamps, and suppressing log spam.
## Configuration
Settings are located in `config/betterconsole/settings.properties`:
- `useColors` (true): Toggles ANSI colors and bright white text.
- `useSuppressions` (true): Enables hiding logs defined in `suppressions.txt`.
- `compactTimestamps` (true): Use `HH:mm:ss` instead of the full date.
- `prettifyPartyInfo` (true): Formats messy `PartyInfo` objects into readable lines.
- `inlineValidationLogs` (true): Compresses asset validation results to single lines.
**Suppressions:**
Add words or regex to `config/betterconsole/suppressions.txt` to hide matching logs.
## Installation
Place the plugin in your server's `earlyplugins` folder. Requires [Hyxin](https://www.curseforge.com/hytale/mods/hyxin).
## GitHub
[BetterConsole on GitHub](https://github.com/Furqit/BetterConsole)