Skip to content

Commit e0897fa

Browse files
committed
Update code block language for Windows script section
Changed the code block language from `plain text` to `bash` for improved syntax highlighting and better readability in the Windows script example.
1 parent 1b74ce3 commit e0897fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writerside/topics/server-minecraft-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#### Windows (start.bat)
2222

23-
```plain text
23+
```bash
2424
@echo off
2525
java -Xmx4G -Xms4G -javaagent:authlib-injector-1.2.5-alpha-1.jar=https://localhost:5000/api/v1/integrations/authlib/minecraft -jar paper-1.20.4.jar nogui
2626
pause

0 commit comments

Comments
 (0)