carie
대표칭호 없음
이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 1.18.1 |
게임버전 (BE) | 관련없음 |
포지 모드서버 1.18.1 run.bat 편집 누르면 이렇게 뜨는데
REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
REM pass them to this script directly
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.1-39.0.36/win_args.txt %*
pause
원래 서버열때는
@echo off
java -Xms1G -Xmx8G -jar craftbukkit-1.18.1.jar -nogui
pause
이런식으로 되어있어서요
두개다 뭐 다른게 있을까요?
허두
2022.01.16더 간편하게 서버를 열 수 있도록 추가된 방식입니다!
@user_jvm_args.txt 안에 옵션 인수(-Xms1G -Xmx8G 등)를 적어서 저장해두면, run.bat을 실행했을 때 파일 안의 내용물을 자동으로 읽어서 대신 입력합니다.