Skip to content

Commit 866e188

Browse files
authored
Fix: typo 💀
How did I not notice this...
1 parent 7826bf5 commit 866e188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basic/create-server/Forge/create-a-server-with-a-modpack.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If your bat file(s) do not look like that, you can search the file for the real
3737
java %ARGS% -jar server.jar %MC_ARGS%
3838
```
3939
We need to find the `%ARGS%` and `%MC_ARGS` variables, once you do, copy them over in a new, different file, replacing where they should be in the startup line.
40-
:::caution Run the default .bat file atleat once!
40+
:::caution Run the default .bat file at least once!
4141
We still suggest running the default .bat file atleast once, as in some cases it will install or download necessary mods or libraries.
4242
It will also serve as an auto updater in most cases.
4343
:::
@@ -52,7 +52,7 @@ Create a new `.bat` file, containing
5252
java {JAVA_ARGS} -jar server.jar {ADDITIONAL_ARGS}
5353
```
5454
Replace the arguments with those you copied, without quotes and brackets.
55-
:::caution Run the default .bat file atleast once!
55+
:::caution Run the default .bat file at least once!
5656
ServerPackCreator downloads and installs many requirements automatically. It is necessary to run it once.
5757
We suggest disabling the "java check" in the variables.txt, to avoid installing JABBA, which is not needed if you use MCSS.
5858
:::

0 commit comments

Comments
 (0)