Hi how to write something in PuTTY in the console in Minecraft that does not work.
Echo switched on?
How does that work in the .sh file?
I hope you are currently in the "screen" of the console.
If you write something in chat, will that be displayed on Putty?
How do you get in there, and no it is displayed in the console nothing
Then you are not in the console but just logged on to your vServer.
Geb times
screen -ls
And then
Yes, what is there?
CD.
Then cd YOUR FOLDER
After so many cd's and YOUR FOLDER's until you're at your Minecraft directory,
Then screen -r SCREENNAME
Screen is terminating
There's definitely something wrong.
For "screen -ls" all "screens" should be listed.
Achso now the folder is displayed
But if I try something purely to write it is not there's indeed the green bar in the console but I can't write anything
What green bars amk?!
Do you have TeamViewer?
No, I send picture
It does not matter, tell me to continue with the console because I can't type in anything
You just have to "attache" to the "screen" again.
Just download TeamViewer, it's much faster.
How can you attune to Screen
You just have to know which screen that is.
screen -ls
Yes, the screen is hot Minecraft
But that does not matter, because you need the ID.
If you have the ID:
screen -r {ID}
And where do you see the id
Screen -ls
In the home directory
Whut?!
Stay with the Minecraft directory.
screen -ls
The number at the very front (in front of the name) is the ID.
Oh, and what should you do with the ID then
Screen -r {ID}
Hi how can you write something in PuTTY in the console in Minecraft
Putty is an SSH client and can only communicate with an SSH server. The console inside Minecraft is probably not SSH, so there's no way to bring them together
Linux Hase
-------------------------------------------------- -------------------------------------------------- --------------------------------
¹ Minecraft would have a corresponding API because you could certainly "trick"
If I now enter Screen LS because Screen is terminating
You already have the ID?
No, if I enter Screen LS above is Screen is terminating
I hope you entered the command correctly:
screen -ls
Why do not you want to download TeamViewer?
Because I'm afraid that something will happen, yes I have now done the id but I'm back in the console but I still can't write anything
What should happen there? You are not allowed to publish your password (if necessary, you can generate a new one). If you do not need TeamViewer, then just finish it completely. Nothing happens.
Yes, but you can't do it first please
Is pretty hard. You do not seem to get much of this topic either.
screen is terminating.
means that the screen is switched to the background.
If I were you, I would completely restart the Minecraft server:
killall java
And reinstall Java
No? This has nothing to do with Java.
OK and now what
Did you stop the server?
Then you navigate to the directory where the "start.sh" file is inside. Then just
./start.sh start
If you have a BungeeCord server, do not forget to start the proxy as well.
No There's still nothing to write in the console
Can you show me the content of your start.sh?
Yes
Yes, then do it.
There's the console. Maybe you just have to wait a while.
I have just found out on the Internet, what the parameter -S is.
Here is a better start.sh:
java -Xmx1G -jar spigot.jar
I can't write anything anyway
Just press ENTER and try to write.
Maybe the password method will also be used (do not know why), then you just do not see what you type.
No the pw method is not so no I can't write anything
Then there's something wrong. But you see now, if someone writes something in the chat, etc., right?
Yes, but exactly I can't write anything
And if you ignore that there's not what you enter there?
Enter the following:
say test
something happens after pressing ENTER?
No, nothing happened
Are you using a modified version of Spigot? Which plugins are installed?
No nothing at all
If you press ENTER, will you create a new line?
No
Then there's something wrong with your console. What that is I can't say, ask the best times on the Spigot Forum.
Minecraft has such an API, called Rcon. He probably means the console of the Minecraft server, which is always running, as long as the server is on. He logged in to the SSH server via Putty, started the Minecraft server and is thus in the "Minecraft server console" with Putty.
He probably means the console of the Minecraft server, which is always running, as long as the server is on.
You mean the screen in which his Minecraft is running, which he hopefully started and wants to reattachen?
screen -ls
and then:
screen -r [session]
That is possible ;-)
Linux Hase