Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full color support for server process I/O (advanced terminal features) #131

Open
Osiris-Team opened this issue Feb 13, 2022 · 1 comment

Comments

@Osiris-Team
Copy link
Owner

Osiris-Team commented Feb 13, 2022

Importance: 3/10

Problem:
The server process gets started as a child of the AutoPlug process and thus with no real terminal attached to it, which prevents colors aka ANSI escape codes to get shown.

Solution:

  • I tried multiple things but without success. Here you'll find more details: Is it possible to disallow the creation of a "dumb-terminal"? jline/jline3#671
  • At the moment AutoPlug uses a workaround that checks for specific words in the string (like ERROR or WARN) and colors the complete line accordingly.
  • Alternatively you can do the following:
    image
    *add it to your server startup flags (between java ... and -jar, in general config start-command, tested on latest paper)
@KaspianDev
Copy link

👍🏻

@Osiris-Team Osiris-Team changed the title Full color support for server process I/O Full color support for server process I/O (advanced terminal features) May 14, 2022
@Osiris-Team Osiris-Team pinned this issue Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants