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/API/about.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The API is still in development. It is **NOT** perfect and will be improved in t
13
13
:::
14
14
15
15
:::info This guide is aimed at developers
16
-
The following tips and information is aimed at developers wanting to create apps that utilize the API. If you are a regular user this may not be for you.
16
+
The following tips and information is aimed at developers wanting to create apps that utilize the API. If you are a regular user this may not be for you.
17
17
As such some steps will assume that you already have basic knowledge of how API calls work and that you can read a documentation.
18
18
:::
19
19
@@ -60,7 +60,6 @@ Standalone software allow you to make API calls from a nice interface. These sof
60
60
You can download Insomnia <ahref="https://insomnia.rest/download">here</a><imgsrc="/img/docs/intro-api/insomnia.png"></img></TabItem>
61
61
</Tabs>
62
62
63
-
64
63
### IDE extensions {#-ide-extensions}
65
64
66
65
If you plan on writing code that leverages the API, you may want to use an IDE extension. Visual Studio Code being the most popular, here are a few options for it.
@@ -73,5 +72,3 @@ If you plan on writing code that leverages the API, you may want to use an IDE e
With MCSS you can use different versions of java for each of your servers, or set a global override for the version of java that is used by all servers.
9
9
10
10
## Finding the path to the Java executable {#-java-path}
11
+
11
12
:::tip
12
13
MCSS now (versions 12.6 and above) includes a Java path picker !<br/>
13
14
The different installed versions are automatically detected and you can easily switch between them, so you can skip this section.<br/>
Copy file name to clipboardExpand all lines: docs/advanced/using-playit.gg-with-mcss.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you're having issues following this guide, there are plenty of video tutorial
27
27
28
28
Creating an account on playit is extremely simple.
29
29
You can go to the website [of playit](https://playit.gg), and click on the "Login" button in the top right corner of the page.
30
-
There, you can click on "Create an Account" to go to the creation page.
30
+
There, you can click on "Create an Account" to go to the creation page.
31
31
32
32
After creating the account, you'll be met with an "onboarding" process.
33
33
This is really simple, but we'll go over it anyway.
@@ -44,8 +44,6 @@ At this point, your website should look something like this:
44
44
45
45

46
46
47
-
48
-
49
47
After that's done, you'll have to define the rules for the first tunnel.
50
48
Click on "Create Tunnel" to proceed.
51
49
@@ -75,7 +73,6 @@ We'll use the X's in the example below, but be sure to replace the IP and PORT w
75
73
To connect to the server, we just take the IP (in this case `XX.ip.gl.ply.gg`) and we add the port (in this case `47XXX`) after a colon.
76
74
The result would be `XX.ip.gl.ply.gg:47XXX`. It is important to use the port, as without it the tunnel won't work.
77
75
78
-
79
76
## Using playit.gg for the web panel {#-using-playit-for-the-panel}
80
77
81
78
To use playit.gg for the web panel, first enable the panel following our [documentation page](/webpanel/getting-started).
@@ -97,9 +94,8 @@ This tunnel has additional settings, but all we care about is the port. You shou
97
94
98
95
After the tunnel is created, we follow the same process that we used to connect to the minecraft server above.
99
96
100
-
:::info
97
+
:::info
101
98
Due to the structure of the tunnel, you **have** to specify `https://` before the IP if you set SSL to true in the panel settings. Just like above, we need the port added to the end of the IP.
102
99
103
100
It is normal to see the "Website not secure" warning when loading the panel.
Copy file name to clipboardExpand all lines: docs/basic/create-server/Fabric/create-fabric-server-manually.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ You can now use the downloaded jar as the source file for a new server by clicki
18
18
:::note Using an installer
19
19
If you have a Fabric installer instead of a single launcher jar, you can follow this procedure to create a server, though it's recommended to use the standalone file method as presented above.
20
20
:::
21
+
21
22
## Create the Fabric server {#-create-the-fabric-server}
22
23
23
24
Once the download is done, open the file `fabric-installer-<fabric-version>.jar` to begin the Fabric server installation. <br/>
You must remove the *pause* statement at the bottom and add the *nogui* parameter, as well as replace `java` with your full path to java.exe.<br/>
81
82
You can use the Path Picker (in the server's settings) to find it, make sure to use [the right version](/advanced/java-version.md) depending on your server.
82
83
@@ -93,4 +94,4 @@ REM pass them to this script directly
93
94
At the first server start, the console will show an error asking you to accept the EULA. To do so, click on "servers > show in file explorer" and open the "eula.txt" file. Change the line `eula=false` to `eula=true` and start the server again. <br/>
94
95
This time, it will fully start and you will be able to connect from you Minecraft client.
95
96
96
-
That's it, now you have a fully functioning forge server in mcss.
97
+
That's it, now you have a fully functioning forge server in mcss.
Copy file name to clipboardExpand all lines: docs/basic/supported-server-types.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Even if you don't want any plugins, we recommend you use [paper](#-plugin-suppor
18
18
19
19
Plugins are third party add-ons you can add to your server. They can do a lot of different things, from fixing bugs to adding minigames or RPG-like gameplay.
| Forge | Most widely used server type, with over 84 000 mods available |[Forge Guide](/basic/create-server/Forge/create-forge-server)|
38
-
| Fabric | More recent than Forge, with an emphasis on performance and about 3 000 mods available |[Fabric guide](/basic/create-server/Fabric/create-fabric-server-manually)|
| Forge | Most widely used server type, with over 84 000 mods available |[Forge Guide](/basic/create-server/Forge/create-forge-server)|
38
+
| Fabric | More recent than Forge, with an emphasis on performance and about 3 000 mods available |[Fabric guide](/basic/create-server/Fabric/create-fabric-server-manually)|
0 commit comments