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
Copy file name to clipboardExpand all lines: docs/faq.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you're running multiple servers make sure they're not using the same port.
32
32
If you're still getting this error restarting your computer will usually resolve it.
33
33
34
34
35
-
## The process cannot acces the file because another process has locked a portion of the file {#-faq-file-locked}
35
+
## The process cannot access the file because another process has locked a portion of the file {#-faq-file-locked}
36
36
37
37
This error happens when the server is already started in the background, but not visible in mcss.
38
38
You have to stop the server, then start it again in mcss. To do that, follow [these steps](#-faq-crash), then start the server again in mcss.
@@ -62,14 +62,19 @@ Open your server's settings (cogwheel icon on the dashboard) and open the advanc
62
62
Make sure to have a space between the end of the line and the argument.
63
63
64
64
65
-
## error: unable to access jarfile
65
+
## Error: unable to access jarfile
66
66
67
-
**If this issue happens on a newly created server**, the it usually means the name of your server's JAR doesn't match with that in the startup flags.
67
+
**If this issue happens on a newly created server**, it usually means the name of your server's JAR doesn't match with that in the startup flags.
68
68
69
69
Try to re-create the server. If the issue persists, join our discord server and we'll guide you through the steps to solve your issue. Alternatively if you know what you're doing you can edit the startup flags and the JAR's name to make them match
70
70
71
71
**If this issue occurs on an existing, working server**, it means the JAR is being used somewhere else. The first fix would be to kill all java processes (through MCSS or task manager). If that doesn't work, restart your computer.
72
72
73
+
## Can I create a Neoforge/Quilt/any other "unsupported" server ? {#-faq-unsupported-servers}
74
+
75
+
Yes, in fact MCSS can run almost any server type, the differences between server types in the app are mostly visual.<br/>
76
+
As long as your server is a jar, you should be able to run it with MCSS, just select the "closest" server type (Use Forge for Neoforge for example).
77
+
73
78
74
79
## How do I regain control of my server if MCSS crashes? {#-faq-crash}
0 commit comments