You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to run a Minecraft server with this library to emulate a real shell to get autocomplete in its console. I tried using JediTerm to run the server start command manually which works how i want it. But when using the code below, the server does not produce suggestions when sending tab keys. It also complains that WARN StatusConsoleListener Advanced terminal features are not available in this environment. I'm clueless what JediTerm does differently to make that work, that my code doesnt do.
I just downloaded the executable jar from https://papermc.io/downloads/paper and placed it in a folder. To test it with JediTerm i cloned the JediTerm repo and executed its Main class. Then I typed the command from the second to last line im the code above into the JediTerm window: /home/pipeman/.jdks/zulu21.32.17-ca-jre21.0.2-linux_x64/bin/java -jar paper-1.21.1-120.jar nogui
Hello, I am trying to run a Minecraft server with this library to emulate a real shell to get autocomplete in its console. I tried using JediTerm to run the server start command manually which works how i want it. But when using the code below, the server does not produce suggestions when sending tab keys. It also complains that
WARN StatusConsoleListener Advanced terminal features are not available in this environment
. I'm clueless what JediTerm does differently to make that work, that my code doesnt do.The text was updated successfully, but these errors were encountered: