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
If you get a `permission denied` error when attempting to run a `mscs` command, please ensure that the `minecraft` user
11
12
has the correct permissions set:
12
13
@@ -15,6 +16,9 @@ chmod -R u+w /opt/mscs
15
16
chown -R minecraft:minecraft /opt/mscs
16
17
```
17
18
19
+
## Error starting the server: couldn't retrieve the server's process ID
20
+
This is usually due to an outdated java installation on your machine when trying to start the minecraft server. Verify that the java version required for your minecraft server version is installed on your machine.
0 commit comments