개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

서버구동기로 마인크래프트 모드 서버를 여는 방법

2016.04.13 조회 수 261655 추천 수 148


      개요


해당 문서는 한마포에서 마인크래프트 모드 서버용 서버구동기를 다운받아 사용할 때, 기본적인 사용법을 정리한 글입니다.
내용이 일반 서버구동기를 사용할 때보다 좀 더 복잡할 수 있으니 순서대로 잘 따라와주세요.




      사전 준비물


아래 과정을 따라하시기 전에 다음과 같은 준비물들을 미리 준비해주세요.

  • 자바(Java) : 모든 서버구동기는 자바가 필요하며, 마인크래프트 버전이나 코어에 따라 필요로 하는 자바 버전이 달라집니다.
    물론 한마포에서는 서버구동기 글 혹은 구동기에 필요한 자바 버전이 적혀있으니, 이에 맞게 꼭 자바를 설치해주세요.
    그리고 컴퓨터에 여러 버전의 자바가 설치되어있는 경우, 컴퓨터에서 여러분이 사용하고자 하는 자바 버전을 인식해야되는데
    그럴러면 환경변수를 추가로 설정해주셔야 합니다. 구글링을 해보시면 아시겠지만 방법이 까다로울 수 있기 때문에,
    귀찮으시면 그냥 제어판에서 여러분이 사용하실 자바는 남겨두고 이외에 다른 자바는 모두 삭제해주세요.

  • 서버구동기 : 당연히 모드 서버용 구동기로 준비해주시면 됩니다.
    여러분이 사용하실 마인크래프트 버전과 모드로더(포지 혹은 패브릭)에 맞춰서 다운받아주세요.

  • 서버에 적용할 모드 : 서버에 모드를 적용시키기 전에, 먼저 개인 마인크래프트에 여러분이 사용하실
    모드로더와 모드를 설치해보시고, 제대로 작동하면 아래 과정을 통해 서버에 모드를 적용시켜주세요.
    참고로 여기서 모드로더는 서버에서 사용하는 모드로더의 자체 버전과 동일하거나, 더 높은 버전을 설치해주세요.





      서버 구동하기


1. 먼저 한마포에서 다운 받으신 서버구동기 파일의 압축을 풀어보시면 다음과 같은 간단한 내용물이 나올겁니다.
여기서 서버구동기를 실행시켜줍니다.

[참고사항]

  • 보통은 코어(.jar)와 서버구동기(.bat)가 있을테고, 이외에 마인크래프트 버전이나 모드로더에 따라 추가 파일 및 폴더가
    있을 수 있습니다. 이런 기본적인 내용물은 절대로 건드리지마시고 이름도 바꾸시면 안됩니다.



2. 숫자 1을 입력하고 엔터를 쳐줍니다.



3. 서버에서 사용할 램 용량을 숫자로 선택해주면 됩니다. 자신의 컴퓨터에 장착되어있는 램 용량을 고려해 선택해주세요.

[참고사항]

  • 컴퓨터에 장착되어있는 램 용량을 모르시는 분들은 내 컴퓨터 > 빈 공간에 마우스 우클릭 > 속성에서 확인할 수 있습니다.
    보통 설치된 메모리(RAM)로 표시됩니다.



4. 곧바로 구동기가 작동하기 시작합니다. 그러다가 위와 같이 "Done (숫자s)!" 문구가 뜨면 서버가 정상적으로 열렸다는 뜻입니다.
이제 구동기에 stop 이라고 입력해 서버를 다시 종료해주세요.



5. 서버구동기가 있는 폴더 안에 들어가보시면 다음과 같이 서버의 여러 옵션들을 설정할 수 있는 수많은 yml, json, properties 파일들과
새로운 폴더들이 생겼을 겁니다. 이중에서 mods 폴더는 모드 파일을, plugins 폴더는 플러그인 파일을 넣는 곳이니 참고해주시고,
모드 파일 적용을 위해 mods 폴더에 들어가줍니다.

[주의사항]

  • 모드 서버용 구동기를 사용할 때는 가급적이면 플러그인은 최소한으로만 사용해주세요.
    모드와 플러그인은 완전히 서로 다른 API를 사용하기 때문에 서로 많이 적용하게되면 그만큼 오류가 발생할 확률이 높아집니다.
  • 서버의 기본적인 설정들은 server.properties 파일을 통해 설정하실 수 있습니다.



6. 이 mods 폴더에 서버에 적용하실 모드 파일들을 넣어주시면 됩니다. 저는 예시로 플랜모드 파일을 넣어줬습니다.

참고로 위에서도 이미 언급했지만 개인 마인크래프트에 먼저 모드로더(포지 혹은 패브릭)와 모드를 설치하신 다음에,
제대로 작동하면 서버에 해당 모드들을 적용하시는 것을 권장합니다. 개인 마인크래프트에 적용된 모드 파일은
.minecraft > mods 폴더에서 확인할 수 있으며, 여기서 서버에 적용할 모드는 복사하셔서 위 mods 폴더에 붙여넣기 해주시면 편합니다.

[주의사항]

  • 서버에 모드를 적용시킬 때, 아무 모드나 막 적용시키시면 안됩니다! 일반 모드나 서버 전용 모드는 적용시켜도되지만
    클라이언트 전용 모드는 서버에서 사용이 불가능하기에 적용시키면 오류가 발생합니다.
    클라이언트 전용 모드의 대표적인 예시는 다음과 같습니다.

    (예시 : 투매니, REI, JEI, 한글채팅, 옵티파인, 소듐, 아이리스 쉐이더, 인벤토리 HUD, 클라이언트 최적화 모드 등)
    (꿀팁 : 패브릭의 경우, 인게임에서 메인화면 > 모드 메뉴를 눌렀을 때 클라이언트 전용 모드는 따로 표시됩니다)

  • 서버 전용 모드는 일반 모드와 다르게 서버에만 적용시켜주면 되는 모드입니다. 아래에서 자세하게 설명하겠지만
    모드 서버에 접속할 때, 반드시 개인 마인크래프트에는 서버에 적용되어있는 모드로더와 모드가 설치되어있어야 합니다.
    하지만 서버 전용 모드는 따로 개인이 설치할 필요가 없습니다. 물론 일부는 설치를 요구하기도하며, 싱글에서 작동하기도 합니다.



7. 그리고 저는 플랜모드를 적용시켜서 따로 플랜팩도 서버에 적용시켜줬습니다. 제 마인크래프트에 이미 설치되어있기에
.minecraft 폴더 안에 플랜팩 파일들이 들어있는 Flan 폴더를 그대로 위와 같이 서버구동기가 있는 폴더 안에 붙여넣기 해줬습니다.
이건 제가 플랜 모드를 적용시켜서 그런거지 왠만한 일반 모드는 6번 과정만 수행하시면 됩니다.



8. 이렇게 서버에 모드 파일을 모두 적용했으면 다시 아까처럼 서버구동기를 실행시켜 서버를 열어줍니다.
다행히 오류 문구 없이 Done 문구가 떠줬네요!



9. 이제 서버에 제대로 접속은 되는지, 모드는 제대로 적용되었는지 확인해봅시다. 위에서부터 쭉 따라오신 분들은 이미 설치하셨겠지만,
서버에서 사용하는 모드로더와 적용된 모드를 여러분들의 마인크래프트에 설치하신 다음에 게임을 켜주세요.
(이부분은 서버에 접속하고자 하는 다른 유저들도 마찬가지입니다)

[주의사항]

  • 모드로더 : 개인 마인크래프트에 설치하실 때,
    서버에서 사용하는 모드로더의 자체 버전과 동일하거나 더 높은 버전을 설치해주세요.

    모드 : 개인 마인크래프트에 설치하실 때,
    가급적이면 서버에 적용하신 모드 파일의 자체 버전과 동일한 버전으로 설치해주세요.



10. 멀티플레이 메뉴로 들어가 서버 주소 부분에 localhost 혹은 여러분들의 아이피를 입력해서 서버에 접속해줍니다.
참고로 다른 유저가 여러분들의 서버에 접속하려면 여러분들의 아이피 혹은 아이피와 연결된 도메인 주소를 입력해야합니다.

[참고사항]

  • 여러분들의 컴퓨터 아이피는 네이버에서 직접 확인해보실 수 있습니다.



11. 접속이 잘되네요! 서버가 제대로 열려있고 접속도 가능한게 확인되었으니 이제 서버에 적용시킨 모드가 잘 작동하는지 확인해봅시다.



12. 참고로 초보 유저분들을 위해 TMI 설명을 드려보자면, 서버에서 자유롭게 아이템을 뽑아내는 크리에이티브 상태로 바꿀려면
먼저 서버 내에서 모든 것을 할 수 있는 관리자 권한을 부여 받아야 합니다. 구동기에 "op 닉네임" 을 입력해 관리자 권한을 부여한 뒤,
게임 내에서 "/gamemode creative" 혹은 "/gamemode 1" 명령어를 입력하시면 크리에이티브 상태로 전환됩니다.



13. 저는 플랜모드를 적용시켰기에 플랜 모드의 플랜팩에서 추가시켜주는 다연장 로켓포를 사용해봤습니다.
잘 작동하는 것을 보아하니 모드도 제대로 적용되었네요!



14. 참 많다 그죠? 이제 마지막으로 다른 유저들이 여러분들의 서버에 접속할 수 있도록 방화벽 설정만 해주면 됩니다.

화면 좌측 하단 검색칸에 "방화벽" 입력 > 고급 보안이 포함된 Windows Defender 방화벽 > 좌측에 인바운드 규칙을 누르면
위와 같이 많은 항목들이 표시됩니다. 이중에 자바 관련 항목(Java, javaw)들은 모두 초록불이 들어와있어야 합니다.
만약 빨간 차단 아이콘이 표시된 항목이 있다면, 해당 항목을 더블 클릭해서 작업 부분을 연결 허용으로 바꿔주세요.




      포트포워딩


모든 분들에게 해당되는 기본적인 과정은 여기까지입니다. 이외에 컴퓨터 인터넷을 직접 랜선으로 끌어와서 사용하는 경우가 아닌,
공유기를 통해 사용하시는 분들은 포트포워딩이라는 작업을 추가로 해주셔야 합니다. 포트포워딩은 공유기 제조사마다
방법이 다르기 때문에 구글에 공유기 제조사 명칭을 같이 입력해서 검색해보시는 것을 권장드립니다.




이외에 이해가 되지 않거나 궁금하신 점들은 댓글로 물어봐주시고, 서버 구동 중에 발생하는 오류나 버그 등에 대한 문의는
질문 포럼에 해주시기 바랍니다. 참고로 오류가 발생해서 질문 포럼에 글을 올리실 때는 구체적인 기록이 담겨있는
구동기 로그 파일을 같이 첨부해주시면 저를 포함한 다른 분들이 수월하게 진단해드릴 수 있습니다.

(로그 파일은 오류 발생 직후, 서버구동기 파일이 있는 폴더 안에 logs 폴더 > latest.log 파일입니다)




564개의 댓글

메이플덕후
2017.06.11
쉐이더도 서버 모드 파일에 넣으면 않되요?
한마포
2017.06.13
@메이플덕후
쉐이더 역시 모드버킷을 지원하지 않는뿐더러 넣을 필요가 없습니다
그냥 개인 마인크래프트에 설치만 되어있으면 됩니다

캡처.PNG

 

포트 오류가 나네요.. 도메인으로 하려고 포트포워딩 도 한 상태도 server-ip 에 내도메인.한국 에 등록한 아이피 썻는데..

한마포
2017.06.14
@크라카l
서버 아이피를 server 메모장에 입력하실 때에는 도메인 주소가 아닌, 도메인 주소와 연결되어있는 컴퓨터 아이피를 입력해주셔야 된답니다 :)
ChickKang
2017.06.14
워크샵 모드에서 여태껏 만든 갑옷을 불러오려면 어떻게 하나요
워크샵 폴더를 그대로 복붙하나요
심심한사람3928
2017.06.18
테라퍼마 같은 따로 특별한 맵이 있는모드는 맵도 같이 넣어줘야 하나요?
조하람조하람
2017.06.23

열때마다 이렇게 뜨는데 어떻게하죠 ㅠ
마지막에 항상
[22:11:26 ERROR]: This crash report has been saved to: D:\서버\프리루트_1.7.10_모드버킷_1614_201\.\crash-reports\crash-2017-06-23_22.11.26-server.txt
[22:11:26 WARN]: Can't revert to frozen GameData state without freezing first.
[22:11:26 INFO]: Applying holder lookups
[22:11:26 INFO]: Holder lookups applied
[22:11:26 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
이렇게 되고 서버가 꺼져요 ㅠ
서버파일 안 mods 파일에 들어있는 모드는
-idFixer
-b77_1710f
-빌드크래프트
-codechickencore
-산업모드2
-철상자모드
-Mantle
-스티브카트 모드
-T컨스트럭트 모드
-써멀 익스펜션
-versionchecker
입니다 뭐가 문제인지좀 알려주세요 ㅠ

모드안에 있는 써멀 익스펜션이랑 T컨스트럭트 지우면

섭은 열리는데 들어갈때 

"mod 거부 써멀 익스펜션 T컨스트럭트 이렇게 뜨네요 ㅠ"

메이플덕후
2017.06.29
more2 라고 뜨는데 어떻게 해야하죠?
치킨먹고파라
2017.07.01
노트북이라 그런가요 방화벽 작업을 하려는데 JAVA자체가 안뜨네요
한마포
2017.07.01
@치킨먹고파라
자바가 설치되어있는지 확인해보시고 설치가 제대로 되어있는데도 방화벽에 Java 항목이 없다면 그냥 방화벽을 해제하세용
lay0802
2017.07.09
서버 열렸는데 무한로딩이네요ㅜㅜ 뭐가 문제일까요
한마포
2017.07.09
@lay0802
접속하시는 동안(무한로딩이 진행되는 동안) 서버구동기 창에 따로 뜨는 문구는 없나요?
없다면 개인 마인크래프트를 초기화 하신 다음에 다시 포지랑 모드를 설치하셔서 접속해보세여

M.jpg

서버는 잘돌아가긴 하는데... 제가 이런것만 보면 불안해서 여쭤봅니다.

이 WARN없애려면 어떻게 해야 하나요?

한마포
2017.07.10
@SioSniper
서버구동기 창에 뜨는 모든 문구를 복붙하셔서 보여주실 수 있을까요?
서버구동기 창에서 복사, 붙여넣기가 안된다면서 서버구동기 파일이 있는 폴더안에
logs - latest 텍스트 파일의 내용을 복사, 붙여넣기 해주시면 됩니다 :)
SioSniper
2017.07.11
@한마포

[20:41:00] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:41:00] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:41:00] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:41:00] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[20:41:01] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_131
[20:41:01] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[20:41:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:41:01] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:41:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:41:01] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:41:01] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:41:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:41:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:41:03] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:41:03] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:41:03] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:41:04] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:41:09] [Server thread/INFO]: Starting minecraft server version 1.7.10
[20:41:10] [Server thread/INFO]: Attempting early MinecraftForge initialization
[20:41:10] [Server thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
[20:41:10] [Server thread/INFO]: Replaced 183 ore recipies
[20:41:10] [Server thread/INFO]: Completed early MinecraftForge initialization
[20:41:10] [Server thread/INFO]: Config directory created successfully
[20:41:10] [Server thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[20:41:10] [Server thread/INFO]: Searching C:\Users\Apple\Desktop\MineCraft\MineCraft\Server\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[20:41:10] [Server thread/INFO]: Forge Mod Loader has identified 4 mods to load
[20:41:10] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[20:41:10] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[20:41:11] [Server thread/INFO]: Processing ObjectHolder annotations
[20:41:11] [Server thread/INFO]: Found 341 ObjectHolder annotations
[20:41:11] [Server thread/INFO]: Identifying ItemStackHolder annotations
[20:41:11] [Server thread/INFO]: Found 0 ItemStackHolder annotations
[20:41:11] [Server thread/INFO]: Configured a dormant chunk cache size of 0
[20:41:11] [Server thread/INFO]: Applying holder lookups
[20:41:11] [Server thread/INFO]: Holder lookups applied
[20:41:11] [Server thread/INFO]: Injecting itemstacks
[20:41:11] [Server thread/INFO]: Itemstack injection complete
[20:41:11] [Server thread/INFO]: Loading properties
[20:41:11] [Server thread/WARN]: server.properties does not exist
[20:41:11] [Server thread/INFO]: Generating new properties file
[20:41:11] [Server thread/INFO]: Default game type: SURVIVAL
[20:41:11] [Server thread/INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[20:41:11] [Server thread/WARN]: Failed to load user banlist:
java.io.FileNotFoundException: banned-players.json (지정된 파일을 찾을 수 없습니다)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_131]
at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_131]
at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_131]
at com.google.common.io.Files.newReader(Files.java:86) ~[server-1.7.10.jar:?]
at net.minecraft.server.management.UserList.func_152679_g(UserList.java:201) ~[om.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.func_152620_y(SourceFile:99) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:25) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:235) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[20:41:11] [Server thread/WARN]: Failed to load ip banlist:
java.io.FileNotFoundException: banned-ips.json (지정된 파일을 찾을 수 없습니다)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_131]
at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_131]
at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_131]
at com.google.common.io.Files.newReader(Files.java:86) ~[server-1.7.10.jar:?]
at net.minecraft.server.management.UserList.func_152679_g(UserList.java:201) ~[om.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.func_152619_x(SourceFile:91) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:27) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:235) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[20:41:11] [Server thread/WARN]: Failed to load operators list:
java.io.FileNotFoundException: ops.json (지정된 파일을 찾을 수 없습니다)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_131]
at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_131]
at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_131]
at com.google.common.io.Files.newReader(Files.java:86) ~[server-1.7.10.jar:?]
at net.minecraft.server.management.UserList.func_152679_g(UserList.java:201) ~[om.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.func_72417_t(SourceFile:107) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:29) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:235) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[20:41:11] [Server thread/WARN]: Failed to load white-list:
java.io.FileNotFoundException: whitelist.json (지정된 파일을 찾을 수 없습니다)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_131]
at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_131]
at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_131]
at com.google.common.io.Files.newReader(Files.java:86) ~[server-1.7.10.jar:?]
at net.minecraft.server.management.UserList.func_152679_g(UserList.java:201) ~[om.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.func_72418_v(SourceFile:123) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:30) [ls.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:235) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[20:41:11] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:41:11] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:41:11] [Server thread/INFO]: Generating keypair
[20:41:12] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:41:12] [Server thread/INFO]: Injecting itemstacks
[20:41:12] [Server thread/INFO]: Itemstack injection complete
[20:41:12] [Server thread/INFO]: Forge Mod Loader has successfully loaded 4 mods
[20:41:12] [Server thread/INFO]: Preparing level "world"
[20:41:12] [Server thread/INFO]: Registered command debug with permission node vanilla.command.debug
[20:41:12] [Server thread/INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[20:41:12] [Server thread/INFO]: Registered command playsound with permission node vanilla.command.playsound
[20:41:12] [Server thread/INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[20:41:12] [Server thread/INFO]: Registered command achievement with permission node vanilla.command.achievement
[20:41:12] [Server thread/INFO]: Registered command summon with permission node vanilla.command.summon
[20:41:12] [Server thread/INFO]: Registered command setblock with permission node vanilla.command.setblock
[20:41:12] [Server thread/INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[20:41:12] [Server thread/INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[20:41:12] [Server thread/INFO]: Registered command netstat with permission node vanilla.command.netstat
[20:41:13] [Server thread/INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@4065e5e)
[20:41:13] [Server thread/INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@4065e5e)
[20:41:13] [Server thread/INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@4065e5e)
[20:41:13] [Server thread/INFO]: Preparing start region for level 0
[20:41:14] [Server thread/INFO]: Preparing spawn area: 8%
[20:41:15] [Server thread/INFO]: Preparing spawn area: 22%
[20:41:16] [Server thread/INFO]: Preparing spawn area: 39%
[20:41:17] [Server thread/INFO]: Preparing spawn area: 62%
[20:41:19] [Server thread/INFO]: Preparing spawn area: 87%
[20:41:19] [Server thread/INFO]: Done (6.714s)! For help, type "help" or "?"
[20:41:19] [Server thread/INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[20:41:22] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[20:41:22] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:41:23] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[20:41:23] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:41:24] [KCauldron version retrievier/INFO]: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://api.prok.pw:443: The target server failed to respond
[20:41:24] [KCauldron version retrievier/INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:41:25] [KCauldron version retrievier/WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:69) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: org.apache.http.NoHttpResponseException: api.prok.pw:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) ~[DefaultHttpResponseParser.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) ~[DefaultHttpResponseParser.class:4.4.1]
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) ~[AbstractMessageParser.class:4.4.1]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) ~[DefaultBHttpClientConnection.class:4.4.1]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) ~[CPoolProxy.class:4.4.1]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) ~[HttpRequestExecutor.class:4.4.1]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) ~[HttpRequestExecutor.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more

오늘 다시키니까 warn이 더 있네요.. 문제점이 뭔가요ㅠ

잠금장치
2017.07.27
[21:10:47 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

이렇게 뜨는 데 문제점이 뭔가요...
한마포
2017.07.27
@잠금장치
서버구동기 창에 뜨는 모든 문구를 복붙하셔서 보여주실 수 있을까요?
아니면 서버구동기 파일이 들어있는 폴더안에 logs - latest 텍스트 파일을 열으셔서 해당 텍스트 파일에 적혀있는
모든 내용을 복붙하셔서 보여주셔도 좋습니다 :)
잠금장치
2017.07.28
@한마포

제 아이피는 *로 바꿔서 드릴께요


[08:57:33 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:57:33 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:57:33 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[08:57:33 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[08:57:35 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_71, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_71
[08:57:35 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[08:57:35 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:57:35 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:57:35 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:57:35 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:57:35 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:57:36 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:57:36 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:57:37 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:57:37 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:57:37 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:57:37 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[08:57:44 INFO]: Starting minecraft server version 1.7.10
[08:57:45 INFO]: Attempting early MinecraftForge initialization
[08:57:45 INFO]: MinecraftForge v10.13.4.1614 Initialized
[08:57:45 INFO]: Replaced 183 ore recipies
[08:57:45 INFO]: Completed early MinecraftForge initialization
[08:57:45 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[08:57:45 INFO]: Searching C:\Users\USER\Downloads\S4A15\마인크래프트\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[08:57:45 INFO]: Forge Mod Loader has identified 8 mods to load
[08:57:45 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, plushieWrapper, armourersWorkshop, Cyan Warrior Swords Mod, magicclover] at CLIENT
[08:57:45 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, plushieWrapper, armourersWorkshop, Cyan Warrior Swords Mod, magicclover] at SERVER
[08:57:46 INFO]: Processing ObjectHolder annotations
[08:57:46 INFO]: Found 341 ObjectHolder annotations
[08:57:46 INFO]: Identifying ItemStackHolder annotations
[08:57:46 INFO]: Found 0 ItemStackHolder annotations
[08:57:46 INFO]: Configured a dormant chunk cache size of 0
[08:57:46 INFO]: Loading Armourer's Workshop 1.7.10-0.38.1.98
[08:57:46 INFO]: Starting Update Check
[08:57:46 INFO]: Registering skin type - id:0 name:armourers:head
[08:57:46 INFO]: Registering skin type - id:1 name:armourers:chest
[08:57:46 INFO]: Registering skin type - id:2 name:armourers:legs
[08:57:46 INFO]: Registering skin type - id:3 name:armourers:feet
[08:57:46 INFO]: Registering skin type - id:4 name:armourers:sword
[08:57:46 INFO]: Registering skin type - id:5 name:armourers:bow
[08:57:46 INFO]: Registering skin type - id:6 name:armourers:arrow
[08:57:46 INFO]: Registering skin type - id:7 name:armourers:block
[08:57:46 INFO]: Registering equipment cube - id:0 name:Cube
[08:57:46 INFO]: Registering equipment cube - id:1 name:CubeGlowing
[08:57:46 INFO]: Registering equipment cube - id:2 name:CubeGlass
[08:57:46 INFO]: Registering equipment cube - id:3 name:CubeGlassGlowing
[08:57:46 INFO]: Loading Plushie Wrapper version 0.0.0
[08:57:46 INFO]: Applying holder lookups
[08:57:46 INFO]: Holder lookups applied
[08:57:46 INFO]: Injecting itemstacks
[08:57:46 INFO]: Itemstack injection complete
[08:57:46 INFO]: Loading properties
[08:57:46 INFO]: Default game type: SURVIVAL
[08:57:46 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[08:57:47 INFO]: Using 2 threads for Netty based IO
[08:57:47 INFO]: Server Ping Player Sample Count: 12
[08:57:47 INFO]: Generating keypair
[08:57:47 INFO]: Starting Minecraft server on ***.***.***.**:25565
[08:57:47 WARN]: **** FAILED TO BIND TO PORT!
[08:57:47 WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[08:57:47 WARN]: Perhaps a server is already running on that port?
[08:57:47 WARN]: Can't revert to frozen GameData state without freezing first.
[08:57:47 INFO]: Applying holder lookups
[08:57:47 INFO]: Holder lookups applied
[08:57:47 INFO]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

 

빠르고 정확한 답변 부탁드립니다...

한마포
2017.07.28
@잠금장치
server 메모장에 입력하신 아이피로는 서버를 열으실 수 없다는 뜻이랍니다 (구동기 내용중 Perhaps a server is already running on that port?)
본문에서 7번 부분의 내용 확인해주세요
여비5858
2017.07.29
10:51:22 INFO]: Done (2.126s)! For help, type "help" or "?"
[10:51:22 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[10:51:24 WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:69) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
Caused by: javax.net.ssl.SSLPeerUnverifiedException: Host name 'api.prok.pw' does not match the certificate subject provided by the peer (CN=mirror.aur.rocks)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:465) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:395) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
... 2 more

이런식으로 뜬느데 문제가 뭔가요..ㅠㅠ
박호범0
2017.07.30
이거 서버는 돌아가는데 제가 들어갈때 무한로딩이 됩니다. 이거 뭐죠? 다 잘했는데 무한로딩이 됬습니다.해결좀
WoT
2017.07.31
[19:04:29 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:04:29 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:04:29 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[19:04:29 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[19:04:32 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_131, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_131
[19:04:32 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[19:04:32 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:04:32 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:04:32 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:04:32 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:04:32 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:36 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:36 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:04:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:04:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[19:04:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[19:04:40 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:04:55 INFO]: Starting minecraft server version 1.7.10
[19:04:55 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[19:04:55 INFO]: Attempting early MinecraftForge initialization
[19:04:55 INFO]: MinecraftForge v10.13.4.1614 Initialized
[19:04:56 INFO]: Replaced 184 ore recipies
[19:04:56 INFO]: Completed early MinecraftForge initialization
[19:04:56 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[19:04:56 INFO]: Searching C:\Users\USER\Desktop\모드용 버킷\프리루트_1.7.10_모드버킷_Thermos_1614_57\mods for mods
[19:05:00 ERROR]: Found a duplicate mod RenderPlayerAPI at [minecraft.jar, minecraft.jar]
[19:05:00 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.DuplicateModsFoundException:
Duplicate Mods:
RenderPlayerAPI : C:\Users\USER\Desktop\모드용 버킷\프리루트_1.7.10_모드버킷_Thermos_1614_57\minecraft.jar


at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:403) ~[Loader.class:1.7.10-1614.57]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:365) ~[Loader.class:1.7.10-1614.57]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) ~[Loader.class:1.7.10-1614.57]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-1614.57]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:1.7.10-1614.57]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[19:05:00 ERROR]: This crash report has been saved to: C:\Users\USER\Desktop\모드용 버킷\프리루트_1.7.10_모드버킷_Thermos_1614_57\.\crash-reports\crash-2017-07-31_19.05.00-server.txt
[19:05:00 WARN]: Can't revert to frozen GameData state without freezing first.
[19:05:00 INFO]: Applying holder lookups
[19:05:00 INFO]: Holder lookups applied
[19:05:00 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

이렇게 뜨고 서버가 안열려요..
한마포
2017.07.31
@WoT
동일한 모드가 모드버킷에 적용되어있는듯한데
모드버킷의 mods 폴더안에 넣으신 파일들의 모습을 캡처하셔서 보여주실 수 있을까요?
WoT
2017.07.31
찍긴 찍었는데 어떻게 보내죠..?
WoT
2017.07.31
메일로 보내드렸어여
WoT
2017.07.31
저기요..
WoT
2017.07.31
저기요..
NEI 같은 모드는 못넣는 건가요? 유튜브에서는 멀티에서도 넣던데...
한마포
2017.07.31
@빨려드러간드아
NEI 같은 모드는 모드버킷에 넣을 필요없이 그냥 개인 마인크래프트에만 설치해놓아도 멀티플레이에서 사용할 수 있답니다 :)
설이
2017.08.01
cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:243)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:493)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643)
at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.10
Thermos Version: cyberdynecc:Thermos:1.7.10-1614.57
Plugins: ~~ERROR~~ NullPointerException: null
Disabled Plugins: ~~ERROR~~ NullPointerException: null
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 806782848 bytes (769 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms1G -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 9 mods loaded, 9 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
U mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
U FML{7.10.99.99} [Forge Mod Loader] ([Thermos]1.7.10_1614-57.jar)
U Forge{10.13.4.1614} [Minecraft Forge] ([Thermos]1.7.10_1614-57.jar)
U kimagine{0.2} [KImagine] (minecraft.jar)
U SmartCore{1.0.3} [Smart Core] (minecraft.jar)
U armourersWorkshop{1.7.10-0.45.1} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.45.1.jar)
U plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.45.1.jar)
U customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
U SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
Type: Dedicated Server (map_server.txt)
아무거나 입력하시오...
뜨는데 이거 모드파일이 이 모드들만 넣었는데 서버 구동이 안되네요. 모드는 Armourers-Workshop-1.7.10-0.45.1, CustomNPCs_1.7.10d, SmartMoving-1.7.10-15.6 이렇게 넣었습니다.
뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1