개인 자료란 (JE)

  서버 커뮤니티

Profile lIlZIZONlIl 대표칭호 없음

ZIZON_N 15ba376d9a09445493a48a90864f3115

Profile

질문하기 멀티플레이

모드 서버만들때 궁금한게 있어요

2021.06.19 조회 수 71 추천 수 0

다른사람들이 내 서버에 들어올때  내 서버의 모드를 꼭 똑같이 넣어야하나요?

모드를 안깔고 들어올순 없나요?




6개의 댓글

거너아나
2021.06.19

아니면 런처를 만들면 되긴 하는데..

lIlZIZONlIl
2021.06.19
@거너아나

런쳐 만드는거 많이 어려운가요...?

거너아나
2021.06.19
@lIlZIZONlIl

Minecraft.init(Environment.GetEnvironmentVariable("APPDATA") + "\\.minecraft"); // Initialize

 

MProfileInfo[] versions = MProfileInfo.GetProfiles(); // Get MProfileInfo[]

MProfile profile = MProfile.GetProfile("1.14.4", startVersion) // 실행할 버전

 

MDownloader downloader = new MDownloader(profile);

downloader.ChangeFile += Downloader_ChangeFile;

downloader.ChangeProgress += Downloader_ChangeProgress;

downloader.DownloadAll();

 

MLaunchOption option = new MLaunchOption() // set options

{

StartProfile = profile,

JavaPath = "java.exe", // javapath

MaximumRamMb = 4096, // maxram

Session = MSession.GetOfflineSession("tester123") // test session

};

 

MLaunch launch = new MLaunch(option);

launch.GetProcess().Start(); // launch

대충 이런거 하네요

lIlZIZONlIl
2021.06.19
@거너아나

감사합니다!

마커임
2021.06.19

월드에딧 같은 서버에만 적용되는 모드가 아닌 이상은 들어오는 플레이어도 모드를 적용해야 합니다..

명이
2021.06.20

없습니다.