Coder Social home page Coder Social logo

Server Console about mcscripts HOT 8 CLOSED

tapewerm avatar tapewerm commented on June 19, 2024
Server Console

from mcscripts.

Comments (8)

ArduinoUno17 avatar ArduinoUno17 commented on June 19, 2024 1

Now I understand. I am so sorry for bugging you. I think that is all. I might be having some drive issues, probably drive permissions. I have been able to access the server terminal now. Thank you so much and sorry for potentially driving you crazy. Thank you again for your help, and keep up the great work.

Have a great night.

-ArduinoUno17

from mcscripts.

ArduinoUno17 avatar ArduinoUno17 commented on June 19, 2024

Update: It appears that the script was running as I got a "Server is shutting down in 10...." when I typed "sudo service mcbe@MCBE stop" so I know it is doing something. I have to see where the backups are being stored, so I need to look back in the config.

from mcscripts.

TapeWerm avatar TapeWerm commented on June 19, 2024

systemctl status mcbe@MCBE
This is how you make sure the systemd service worked, and is still working. You can replace mcbe@MCBE with mcbe-backup@MCBE, et cetera.
journalctl -u mcbe@MCBE shows more history.
2)
"How to attach to the systemd service's tmux session (server console)" from the README is what you want.
3)
/gamerule showcoordinates true should enable coordinates if I recall. The Minecraft Wiki has a list of commands. Look at the table and if BE is Yes the command is in Bedrock.

from mcscripts.

ArduinoUno17 avatar ArduinoUno17 commented on June 19, 2024

Hello TapeWerm, thank you for getting back to me so quickly.

So I am guessing that I start the server from the tmux session if I am correct? I was able to launch it from a fresh terminal though.

from mcscripts.

TapeWerm avatar TapeWerm commented on June 19, 2024

~mc/MCBEbackup.sh --help and the README say they're in ~mc by default. If you changed it in the systemd units like the README says you can do, they should be where you specify. nano /etc/systemd/system/[email protected] to edit it if you want and press Ctrl-G to save.

from mcscripts.

TapeWerm avatar TapeWerm commented on June 19, 2024

The sudo systemctl enable mcbe@MCBE --now should've started it in a tmux session. If you aren't using that, make a session with tmux new -s MCBE 'LD_LIBRARY_PATH=. ./bedrock_server'.

Edit: tmux needs '' to set the environment variable LD_LIBRARY_PATH and run ./bedrock_server. Else it thinks they're separate lines, they need to be together as LD_LIBRARY_PATH only gets passed if it's in the same line as ./bedrock_server.

from mcscripts.

ArduinoUno17 avatar ArduinoUno17 commented on June 19, 2024

Okay, I will look into that again. As for accessing the command terminal for the server, how do I do that. When I would launch the server like normal, (before I started using this software), there was a terminal that spit out information about the server, aka Ports, versions, etc. It also allowed me to type server commands, such a gamerule commands, gamemode, etc. How do I access that?

Thanks again,

-ArduinoUno17

from mcscripts.

TapeWerm avatar TapeWerm commented on June 19, 2024

"How to attach to the systemd service's tmux session (server console)" from the README is what you want. That shows how to access the console/command prompt for the server and escape from it.

Edit: https://github.com/TapeWerm/MCscripts#notes
Edit 2: You may already know, press Ctrl-F to search in most web browsers and many programs for that matter.

from mcscripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.