다른사람들이 내 서버에 들어올때 내 서버의 모드를 꼭 똑같이 넣어야하나요?
모드를 안깔고 들어올순 없나요?
네
아니면 런처를 만들면 되긴 하는데..
런쳐 만드는거 많이 어려운가요...?
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
대충 이런거 하네요
감사합니다!
월드에딧 같은 서버에만 적용되는 모드가 아닌 이상은 들어오는 플레이어도 모드를 적용해야 합니다..
없습니다.
레드스톤
노트블럭전문가
2024-11-27
0
건축
팀뉴일리시
2024-11-23
4
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
거너아나
2021.06.19네
아니면 런처를 만들면 되긴 하는데..
lIlZIZONlIl
2021.06.19런쳐 만드는거 많이 어려운가요...?
거너아나
2021.06.19Minecraft.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없습니다.