Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 4314  / 2 Years ago, fri, september 2, 2022, 7:35:49

I have a Minecraft sever running that gets started automatically using the init.d scripts. Now I want to be able to give myself admin privileges but I need to send commands to the server. How can I do that without stopping it and running it manually?


More From » server

 Answers
4

I ended up just calling sudo /etc/init.d/minecraft stop then starting the server java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui and opping my player and starting it again with sudo /etc/init.d/minecraft start


[#44677] Sunday, September 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;