Server manager with automatic plugin- mod- server- java- self- updater, scheduled restarts, automatic backups, shared folders, and many more handy features to automate/boost your server maintenance.
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.
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:
*add it to your server startup flags (between java ... and -jar, in general config start-command, tested on latest paper)
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:
start-command
, tested on latest paper)