I can't write anything in PuTTY in the console in Minecraft like?

Lu
58

Hi how to write something in PuTTY in the console in Minecraft that does not work.

Sa

Echo switched on?

Lu

How does that work in the .sh file?

ma

I hope you are currently in the "screen" of the console.

If you write something in chat, will that be displayed on Putty?

Lu

How do you get in there, and no it is displayed in the console nothing

ma

Then you are not in the console but just logged on to your vServer.

Geb times

screen -ls

Lu

And then

ma

Yes, what is there?

Ab

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

Lu

Screen is terminating

ma

There's definitely something wrong.

For "screen -ls" all "screens" should be listed.

Lu

Achso now the folder is displayed

Lu

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

ma

What green bars amk?!

Do you have TeamViewer?

Lu

No, I send picture

Lu

It does not matter, tell me to continue with the console because I can't type in anything

ma

You just have to "attache" to the "screen" again.

Just download TeamViewer, it's much faster.

Lu

How can you attune to Screen

ma

You just have to know which screen that is.

screen -ls

Lu

Yes, the screen is hot Minecraft

ma

But that does not matter, because you need the ID.

If you have the ID:

screen -r {ID}

Lu

And where do you see the id

ma

Screen -ls

Lu

In the home directory

ma

Whut?!

Stay with the Minecraft directory.

screen -ls

The number at the very front (in front of the name) is the ID.

Lu

Oh, and what should you do with the ID then

ma

Screen -r {ID}

Pe

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"

Lu

If I now enter Screen LS because Screen is terminating

ma

You already have the ID?

Lu

No, if I enter Screen LS above is Screen is terminating

ma

I hope you entered the command correctly:

screen -ls

Why do not you want to download TeamViewer?

Lu

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

ma

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.

Lu

Yes, but you can't do it first please

ma

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

Lu

And reinstall Java

ma

No? This has nothing to do with Java.

Lu

OK and now what

ma

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.

Lu

No There's still nothing to write in the console

ma

Can you show me the content of your start.sh?

Lu

Yes

ma

Yes, then do it.

ma

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

Lu

I can't write anything anyway

ma

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.

Lu

No the pw method is not so no I can't write anything

ma

Then there's something wrong. But you see now, if someone writes something in the chat, etc., right?

Lu

Yes, but exactly I can't write anything

ma

And if you ignore that there's not what you enter there?

Enter the following:

say test

something happens after pressing ENTER?

Lu

No, nothing happened

ma

Are you using a modified version of Spigot? Which plugins are installed?

Lu

No nothing at all

ma

If you press ENTER, will you create a new line?

Lu

No

ma

Then there's something wrong with your console. What that is I can't say, ask the best times on the Spigot Forum.

Di

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.

Pe

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