개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

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

2016.04.13 조회 수 261636 추천 수 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.03.19
@La_Ning
막 넣으시면 안되고 그중에 개인형 모드파일이라고 따로 모드버킷을 지원하지 않는 모드 파일들을 건져내셔야 되지여
( 개인형 모드파일의 예로는 NEI, 투매니, 미니맵, 한글채팅, 옵티파인, 데미지 인디케이터 등의 모드들이 있습니다 )
lightlod
2017.03.31

방화벽에 JAVA가 뜨지 않는데 어떻게 하죠?

한마포
2017.04.01
@lightlod
제어판 - 프로그램 추가/제거에서 Java 문구가 붙어있는 목록들은 모두 삭제해주신 다음에
https://www.java.com/ko/ 이곳에서 최신버전의 자바 설치파일로 자바를 설치하신 다음에 이용해보세요
lightlod
2017.04.01

마인크래프트 서버 열린것까진 확실하게 됬는데 로그인중.... 이 계속 뜨더니 서버구동기에 [11:36:36 INFO]: UUID of player lightlodTV is ffa10465-6be7-4ea3-8aa8-0a15bcfd1106
[11:36:45 INFO]: com.mojang.authlib.GameProfile@7ff3d1ae[id=<null>,name=lightlodTV,properties={},legacy=false] (/25.32.21.107:56111) lost connection: Disconnected 라고 뜨는데 어떻게 하죠?

자룡
2017.04.08

Mods 안에파일 실수로 삭제하고 휴지통 비웠는데 파일첨부 안될까요?

 

한마포
2017.04.08
@자룡
어떤 파일첨부여??
AcidSoul
2017.04.12
서버용 모드가 따로잇나요?
그렇다면 어떻게 구분하죠?
한마포
2017.04.12
@AcidSoul

서버용 모드가 따로 있기 보다는 대다수의 모드들은 멀티플레이(모드버킷)를 지원합니다.
다만, 멀티플레이를 지원하지 "않는" 모드들을 구별해내는 것이 중요하지요.
보통 이런 모드들은 마인크래프트에 월드, 바이옴, 아이템, 몹 같은 게임 요소들을 추가시키지 않는 모드들이 해당합니다.

예시로 투매니모드, NEI 모드, 한글채팅, 데미지 인디케이터 같은 것들이 있지여

 

이외에 따로 멀티플레이를 지원하지 않는 모드라면 모드버킷에 적용시키셔서 이용하실 수 없구여

눙강
2017.04.15

제가 이포럼에서 1.7.10 Thermos 탑재 버킷을깔았는데 설명데로하다보니깐  '일반탐지구동기_램할당설정 가능' 이란게없었어요 그파일이어디에있나요?

 

한마포
2017.04.15
@눙강
이번에 모든 서버구동기들이 업데이트가 되면서 "램 할당설정" 기능이 자동으로 서버구동기에 탑재가 되었습니다 :)
서버구동기를 틀으신 다음, 1을 입력하시고 엔터를 치시고나면 램을 서버구동기에 얼마나 부여할건지 페이지가 뜹니다.
거기서 설정하시면 되겠습니다~
눙강
2017.04.15
@한마포
감사합니당~
할러아
2017.04.15

[18:59:18 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[18:59:21 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
[18:59:21 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:59:22 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
[18:59:22 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:59:22 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
[18:59:22 INFO]: Retrying request to {s}->https://api.prok.pw:443
[18:59:23 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_121]
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

 

이게 뜨더니 모드버킷으로 연 서버가 열리지 않습니다.

한마포
2017.04.15
@할러아
유저게시판 - 질문 답변 게시판에 구체적으로 어떤 자료를 사용하시다가 어떻게 안되시는지 증상과 함께, 모드버킷의 mods 폴더에 넣으신 모드파일들의 모습을 캡처해셔서 올려주시면 해결해드릴 수 있도록 안내해드리겠습니다 :)
KINGBAT1234
2017.04.23
@할러아
저도 그래요.
딱히 넣은 건 없고
#Minecraft server properties
#Sun Apr 23 12:04:58 KST 2017
generator-settings=
op-permission-level=4
allow-nether=true
level-name=world
enable-query=false
allow-flight=false
announce-player-achievements=true
server-port=25565
level-type=DEFAULT
enable-rcon=false
force-gamemode=false
level-seed=
server-ip=25.12.15.215
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
snooper-enabled=true
hardcore=false
online-mode=true
resource-pack=
pvp=true
difficulty=1
enable-command-block=false
player-idle-timeout=0
gamemode=0
max-players=20
spawn-monsters=true
view-distance=10
generate-structures=true
motd=jiwans server
라고 까지만 넣었어요.모드는 없습니다.
아오이
2017.04.23

인바운드 규칙에 JAVA가 없으면 어쩌죠?

 

한마포
2017.04.24
@아오이
그냥 제어판에서 Windows 방화벽에 들어가셔다가 방화벽을 완전히 끄세여
김지훈2831
2017.05.04

[14:19:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:19:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:19:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:19:42] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2281 for Minecraft 1.10.2 loading
[14:19:42] [main/INFO] [FML]: 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
[14:19:42] [main/INFO] [FML]: Failed to find the specified repository root C:/Users/FreeRoute/Desktop/프리루트_1.10.2_모드버킷_2274/libraries
[14:19:42] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[14:19:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:19:42] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[14:19:42] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.8 Source=file:/C:/Users/user/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar Env=SERVER
[14:19:42] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[14:19:42] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[14:19:42] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[14:19:42] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[14:19:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:19:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:19:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:19:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:19:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:19:43] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[14:19:45] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@1f5fd58
[14:19:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:19:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:19:46] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[14:19:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:19:46] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[14:19:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:19:52] [Server thread/INFO]: Starting minecraft server version 1.10.2
[14:19:52] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[14:19:52] [Server thread/INFO] [FML]: MinecraftForge v12.18.3.2281 Initialized
[14:19:52] [Server thread/INFO] [FML]: Replaced 231 ore recipes
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_COLUMN
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_BUTTON
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_ICON
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_CHECKBOX
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_SPINNER
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.ACHIEVEMENTS
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.AGE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.ATTACK_DAMAGE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.BASE_SIZE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.DAMAGE_ENTITY_MAP
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.DOMINANT_HAND
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.FILLED
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.FLUID_LEVEL
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.HEALTH_SCALE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.HEIGHT
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.HELD_EXPERIENCE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.IS_SLEEPING
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LAST_ATTACKER
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LEASH_HOLDER
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.PASSENGERS
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SCALE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_ENTITIES
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_MAXIMUM_DELAY
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_MAXIMUM_NEARBY_ENTITIES
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_NEXT_ENTITY_TO_SPAWN
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_REQUIRED_PLAYER_RANGE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_SPAWN_COUNT
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_SPAWN_RANGE
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.STATISTICS
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WILL_SHATTER
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENTS
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_EAST
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_NORTH
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_SOUTH
[14:19:54] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_WEST
[14:19:55] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[14:19:55] [Server thread/INFO] [FML]: Searching C:\Users\user\Desktop\프리루트_1.10.2_모드버킷_2274\mods for mods
[14:19:55] [Server thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[14:19:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, spongeapi, sponge] at CLIENT
[14:19:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, spongeapi, sponge] at SERVER
[14:19:55] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[14:19:55] [Server thread/INFO] [FML]: Found 423 ObjectHolder annotations
[14:19:55] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[14:19:55] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[14:19:55] [Server thread/INFO] [FML]: Applying holder lookups
[14:19:55] [Server thread/INFO] [FML]: Holder lookups applied
[14:19:55] [Server thread/INFO] [FML]: Applying holder lookups
[14:19:55] [Server thread/INFO] [FML]: Holder lookups applied
[14:19:55] [Server thread/INFO] [FML]: Applying holder lookups
[14:19:55] [Server thread/INFO] [FML]: Holder lookups applied
[14:19:55] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[14:19:56] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[14:19:56] [Server thread/INFO] [FML]: Applying holder lookups
[14:19:56] [Server thread/INFO] [FML]: Holder lookups applied
[14:19:56] [Server thread/INFO] [FML]: Injecting itemstacks
[14:19:56] [Server thread/INFO] [FML]: Itemstack injection complete
[14:19:56] [Server thread/INFO]: Loading properties
[14:19:56] [Server thread/INFO]: Default game type: SURVIVAL
[14:19:56] [Server thread/INFO]: Generating keypair
[14:19:56] [Server thread/INFO]: Starting Minecraft server on 25.37.209.109:25565
[14:19:56] [Server thread/INFO]: Using default channel type
[14:19:56] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[14:19:56] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind
[14:19:56] [Server thread/WARN]: Perhaps a server is already running on that port?
[14:19:56] [Server thread/INFO]: Stopping server
[14:19:56] [Server thread/INFO]: Saving worlds
[14:19:56] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[14:19:56] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[14:19:56] [Server Shutdown Thread/INFO]: Stopping server
> 2017-05-04 14:19:56,491 ERROR Attempted to append to non-started appender File

한마포
2017.05.04
@김지훈2831
FAILED TO BIND TO PORT!

위 문구가 뜬다는 것은 server 메모장에 입력하신 아이피로 서버를 열으실 수 없다는 뜻이랍니다
게시글에서 7번 부분의 내용을 읽어주시고 이미 하마치를 이용하시고 계시다면 하마치를 완전히 제거하신 뒤,
다시 재설치하셔서 새로운 하마치 아이피로 이용해보시고 그래도 안되신다면 공유기를 포트포워딩 해주세요
도푸
2017.05.05

[13:43:13 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:43:13 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[13:43:13 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[13:43:13 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[13:43:13 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_111, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_111
[13:43:13 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[13:43:16 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[13:43:16 WARN]: Missing @MCVersion: codechicken.core.launch.DepLoader  ic2.core.coremod.IC2core
[13:43:16 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:43:16 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:43:16 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:43:16 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:43:16 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Loaded library EJML-core-0.26.jar.
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:43:17 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:43:18 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:43:18 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:43:18 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:43:19 INFO]: Starting minecraft server version 1.7.10
[13:43:19 INFO]: Attempting early MinecraftForge initialization
[13:43:19 INFO]: MinecraftForge v10.13.4.1614 Initialized
[13:43:19 INFO]: Replaced 183 ore recipies
[13:43:19 INFO]: Completed early MinecraftForge initialization
[13:43:19 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:43:19 INFO]: Searching C:\Users\USER-PC\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[13:43:19 INFO]: Also searching C:\Users\USER-PC\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[13:43:19 WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:43:19 WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:43:20 WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[13:43:20 INFO]: Forge Mod Loader has identified 10 mods to load
[13:43:20 ERROR]: The mod SmartMoving (Smart Moving) requires mods [PlayerAPI] to be available
[13:43:20 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.MissingModsException:
Missing Mods:
        PlayerAPI : [1.3,)


        at cpw.mods.fml.common.Loader.sortModList(Loader.java:243) ~[Loader.class:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:493) ~[Loader.class:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
[13:43:20 ERROR]: This crash report has been saved to: C:\Users\USER-PC\Desktop\프리루트_1.7.10_모드버킷_1614_201\.\crash-reports\crash-2017-05-05_13.43.20-server.txt
[13:43:20 WARN]: Can't revert to frozen GameData state without freezing first.
[13:43:20 INFO]: Applying holder lookups
[13:43:20 INFO]: Holder lookups applied
[13:43:20 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.

라고 뜨는데 무슨문제일까요 ㅠㅠ

한마포
2017.05.05
@도푸
넣으신 모드파일들 중에 PlayerAPI 라는 추가 모드파일을 필요로 하는 모드가 있나보네여

https://minecraft.curseforge.com/projects/player-api/files/2248928/download

위 링크를 클릭하셔서 최신버전의 PlayerAPI를 다운받아주신 다음에 모드버킷의 mods 폴더안에 넣어주시면
정상적으로 작동할 겁니다 :)
네로몬
2017.05.07

[20:05:58 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:05:58 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[20:05:58 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[20:05:58 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[20:05:58 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[20:05:58 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[20:05:58 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:05:58 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:05:58 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:05:58 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:05:58 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:05:59 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:05:59 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:05:59 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[20:06:00 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[20:06:00 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[20:06:00 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:06:03 INFO]: Starting minecraft server version 1.7.10
[20:06:03 INFO]: Attempting early MinecraftForge initialization
[20:06:03 INFO]: MinecraftForge v10.13.4.1614 Initialized
[20:06:03 INFO]: Replaced 183 ore recipies
[20:06:03 INFO]: Completed early MinecraftForge initialization
[20:06:03 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[20:06:03 INFO]: Searching C:\Users\보리미\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[20:06:03 INFO]: Forge Mod Loader has identified 4 mods to load
[20:06:03 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[20:06:03 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[20:06:03 INFO]: Processing ObjectHolder annotations
[20:06:03 INFO]: Found 341 ObjectHolder annotations
[20:06:03 INFO]: Identifying ItemStackHolder annotations
[20:06:03 INFO]: Found 0 ItemStackHolder annotations
[20:06:04 INFO]: Configured a dormant chunk cache size of 0
[20:06:04 INFO]: Applying holder lookups
[20:06:04 INFO]: Holder lookups applied
[20:06:04 INFO]: Injecting itemstacks
[20:06:04 INFO]: Itemstack injection complete
[20:06:04 INFO]: Loading properties
[20:06:04 INFO]: Default game type: SURVIVAL
[20:06:04 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:06:04 INFO]: Using 8 threads for Netty based IO
[20:06:04 INFO]: Server Ping Player Sample Count: 12
[20:06:04 INFO]: Generating keypair
[20:06:04 INFO]: Starting Minecraft server on nero04.co19.kr:25565
[20:06:04 INFO]: Injecting itemstacks
[20:06:04 INFO]: Itemstack injection complete
[20:06:04 INFO]: Forge Mod Loader has successfully loaded 4 mods
[20:06:04 INFO]: Preparing level "world"
[20:06:04 INFO]: Registered command debug with permission node vanilla.command.debug
[20:06:04 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[20:06:04 INFO]: Registered command playsound with permission node vanilla.command.playsound
[20:06:04 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[20:06:04 INFO]: Registered command achievement with permission node vanilla.command.achievement
[20:06:04 INFO]: Registered command summon with permission node vanilla.command.summon
[20:06:04 INFO]: Registered command setblock with permission node vanilla.command.setblock
[20:06:04 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[20:06:04 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[20:06:04 INFO]: Registered command netstat with permission node vanilla.command.netstat
[20:06:04 INFO]: Injecting existing block and item data into this server instance
[20:06:04 INFO]: Applying holder lookups
[20:06:04 INFO]: Holder lookups applied
[20:06:05 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@3056d2ff)
[20:06:05 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@3056d2ff)
[20:06:05 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@3056d2ff)
[20:06:05 INFO]: Preparing start region for level 0
[20:06:06 INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:06:06 INFO]: Done (1.351s)! For help, type "help" or "?"
[20:06:06 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[20:06:07 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:06:07 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:06:08 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:06:08 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:06:09 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:06:09 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:06:10 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_121]
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
[20:07:16 INFO]: UUID of player KOR_Nero is d95acc58-02d0-445a-85d5-f4e7f13fb125
[20:11:59 INFO]: KOR_Nero lost connection: Disconnected
[20:12:05 INFO]: UUID of player KOR_Nero is d95acc58-02d0-445a-85d5-f4e7f13fb125

 

 

 

 

 

[20:12:39 INFO]: KOR_Nero lost connection: Disconnected
[20:16:11 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:16:11 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:16:12 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:16:12 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:16:13 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:16:13 INFO]: Retrying request to {s}->https://api.prok.pw:443
[20:16:13 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_121]
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

 

이렇게 뜨고 서버가 안들어가지네요ㅜㅠ 어떻게 해야하죠?

한마포
2017.05.07
@네로몬
모드버킷의 mods 폴더안에 넣으시면 안되는 파일이 들어간 것 같은데
넣으신 파일들의 모습을 캡처하셔서 좀 보여주실 수 있을까요??
저어... 이렇게 뜨고 실행이 안돼요..

A problem occured running the server launcher. 계속하려면 아무 키나 누르십시오
한마포
2017.05.21
@레드스톤공작소
서버구동기 창에 뜨는 모든 로딩 문구를 복붙하셔다가 보여주실 수 있을까요??
@한마포
위에 뜨는게 다에요
한마포
2017.05.26
@레드스톤공작소

그렇다면 서버구동기 파일이 들어있는 폴더안에서 logs 라는 폴더에 들어가셔서 담겨져 있는 로그 기록 파일들의 내용들을 복붙해주세용

가장 최신 로그가 남는 파일은 latest 랍니다

@한마포
[18:32:51] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:32:51] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:32:51] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:32:51] [main/INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:32:54] [main/INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_121, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_121
[18:32:54] [main/INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:32:54] [main/INFO]: Loading tweaker com.mumfrey.liteloader.launch.LiteLoaderTweaker from liteloader-1.7.10.jar
[18:32:54] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[18:32:54] [main/WARN]: Missing @MCVersion: com.dynious.versionchecker.asm.LoadingPlugin
[18:32:54] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:32:54] [main/INFO]: Loading tweak class name com.mumfrey.liteloader.launch.LiteLoaderTweaker
[18:32:54] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:32:54] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:32:54] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:32:54] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:33:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:33:02] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:33:04] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:33:04] [main/INFO]: Calling tweak class com.mumfrey.liteloader.launch.LiteLoaderTweaker
[18:33:04] [main/INFO]: Bootstrapping LiteLoader 1.7.10
[18:33:19] [main/INFO]: Registering API provider class com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient
[18:33:19] [main/INFO]: Spawning API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' ...
[18:33:19] [main/INFO]: API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' provides API 'liteloader'
[18:33:19] [main/INFO]: Initialising API 'liteloader' ...
[18:33:19] [main/INFO]: LiteLoader begin PREINIT...
[18:33:19] [main/INFO]: Initialising Loader properties...
[18:33:19] [main/INFO]: Setting up logger...
[18:33:19] [main/INFO]: LiteLoader 1.7.10 starting up...
[18:33:19] [main/INFO]: Java reports OS="windows 8.1"
[18:33:19] [main/INFO]: Enumerating class path...
[18:33:19] [main/INFO]: Class path separator=";"
[18:33:19] [main/INFO]: Class path entries=(
classpathEntry=[KCauldron]1.7.10_1614-201_Core.jar
)
[18:33:19] [main/INFO]: Registering discovery module EnumeratorModuleClassPath: [<Java Class Path>]
[18:33:19] [main/INFO]: Registering discovery module EnumeratorModuleFolder: [C:\Users\User\Downloads\Minecraft1.5.2_Mode_vPert\프리루트_1.7.10_모드버킷_1614_201\mods]
[18:33:19] [main/INFO]: Registering discovery module EnumeratorModuleFolder: [C:\Users\User\Downloads\Minecraft1.5.2_Mode_vPert\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10]
[18:33:19] [main/INFO]: Adding supported mod class prefix 'LiteMod'
[18:33:19] [main/INFO]: Discovering tweaks on class path...
[18:33:19] [main/INFO]: Discovering valid mod files in folder mods
[18:33:19] [main/INFO]: Discovering valid mod files in folder mods\1.7.10
[18:33:19] [main/INFO]: Searching for tweaks in 'CodeChickenLib-1.7.10-1.1.3.138-universal.jar'
[18:33:19] [main/WARN]: Error parsing manifest entries in 'C:\Users\User\Downloads\Minecraft1.5.2_Mode_vPert\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10\CodeChickenLib-1.7.10-1.1.3.138-universal.jar'
[18:33:19] [main/INFO]: Searching for tweaks in 'liteloader-1.7.10.jar'
[18:33:19] [main/WARN]: Error parsing manifest entries in 'C:\Users\User\Downloads\Minecraft1.5.2_Mode_vPert\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10\liteloader-1.7.10.jar'
[18:33:19] [main/INFO]: Searching for tweaks in 'VersionChecker-1.1.9.jar'
[18:33:19] [main/WARN]: Error parsing manifest entries in 'C:\Users\User\Downloads\Minecraft1.5.2_Mode_vPert\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10\VersionChecker-1.1.9.jar'
[18:33:19] [main/INFO]: Mod file 'liteloader-1.7.10.jar' provides tweakClass 'com.mumfrey.liteloader.launch.LiteLoaderTweaker', adding to Launch queue with priority 1000
[18:33:19] [main/INFO]: LiteLoader PREINIT complete
[18:33:19] [main/INFO]: Sorting registered packet transformers by priority
[18:33:20] [main/INFO]: Added 0 packet transformer classes to the transformer list
[18:33:20] [main/INFO]: Injecting required class transformer 'com.mumfrey.liteloader.launch.LiteLoaderTransformer'
[18:33:20] [main/INFO]: Injecting required class transformer 'com.mumfrey.liteloader.client.transformers.CrashReportTransformer'
[18:33:20] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.client.transformers.LiteLoaderCallbackInjectionTransformer'
[18:33:20] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer'
[18:33:20] [main/INFO]: Queuing required class transformer 'com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer'
[18:33:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.IllegalAccessError: tried to access class com.google.common.base.Splitter$2 from class com.google.common.base.Splitter
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.base.Splitter.on(Splitter.java:174)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.asm.transformers.AccessTransformer$1.processLine(AccessTransformer.java:141)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.io.CharStreams.readLines(CharStreams.java:317)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.io.CharSource.readLines(CharSource.java:239)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.asm.transformers.AccessTransformer.processATFile(AccessTransformer.java:125)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:120)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:97)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:33:20] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 6 more
한마포
2017.05.26
@레드스톤공작소
모드버킷의 mods 폴더안에 넣으신 모드파일들의 목록을 좀 캡처하셔서 보여주실 수 있을까요?
@한마포
라이트로더 모드 가 깔려잇습니다.
라이트로더만요
ㄱㅇㅎ
2017.05.21
모드 적용하기 전에는 잘 구동되더니 모드 적용하자마자 안된다고 떠요ㅠㅠ

[03:44:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[03:44:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[03:44:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[03:44:58] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2227 for Minecraft 1.11.2 loading
[03:44:58] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[03:45:14] [main/INFO] [FML]: Failed to find the specified repository root C:/Users/FreeRoute/Desktop/프리루트_1.11.2_모드버킷_2176/libraries
[03:45:14] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar
[03:45:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:45:14] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[03:45:14] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.8 Source=file:/C:/Users/BS-KIM/Desktop/프리루트_1.11.2_모드버킷_2275/mods/spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar Env=SERVER
[03:45:14] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[03:45:14] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[03:45:14] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[03:45:14] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[03:45:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[03:45:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:45:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:45:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:45:25] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[03:45:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:45:25] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[03:45:28] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@239b0f9d
[03:45:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[03:45:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[03:45:30] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[03:45:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[03:45:30] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[03:45:46] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[03:45:59] [Server thread/INFO]: Starting minecraft server version 1.11.2
[03:45:59] [Server thread/INFO] [FML]: MinecraftForge v13.20.0.2227 Initialized
[03:45:59] [Server thread/INFO] [FML]: Replaced 232 ore recipes
[03:46:00] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/C:/Users/BS-KIM/Desktop/프리루트_1.11.2_모드버킷_2275/mods/spongeforge-1.11.2-2227-6.0.0-BETA-2275.jar!/mcmod.info
[03:46:00] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[03:46:11] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[03:46:11] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LEASH_HOLDER
[03:46:14] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[03:46:14] [Server thread/INFO] [FML]: Searching C:\Users\BS-KIM\Desktop\프리루트_1.11.2_모드버킷_2275\mods for mods
[03:46:15] [Server thread/INFO] [FML]: Disabling mod rpghud it is client side only.
[03:46:15] [Server thread/WARN] [betterbuilderswands]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.1
[03:46:15] [Server thread/INFO] [FML]: Disabling mod neat it is client side only.
[03:46:15] [Server thread/INFO] [FML]: Forge Mod Loader has identified 9 mods to load
[03:46:16] [Server thread/INFO] [FML]: FML has found a non-mod file [1.11] RPG-HUD-3.5.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[03:46:16] [Server thread/INFO] [FML]: FML has found a non-mod file Neat 1.4-13.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[03:46:16] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, betterbuilderswands, cfm, chiselsandbits] at CLIENT
[03:46:16] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, betterbuilderswands, cfm, chiselsandbits] at SERVER
[03:46:17] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[03:46:17] [Server thread/INFO] [FML]: Found 444 ObjectHolder annotations
[03:46:17] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[03:46:17] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[03:46:17] [Server thread/INFO] [FML]: Applying holder lookups
[03:46:17] [Server thread/INFO] [FML]: Holder lookups applied
[03:46:17] [Server thread/INFO] [FML]: Applying holder lookups
[03:46:17] [Server thread/INFO] [FML]: Holder lookups applied
[03:46:17] [Server thread/INFO] [FML]: Applying holder lookups
[03:46:17] [Server thread/INFO] [FML]: Holder lookups applied
[03:46:17] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[03:46:17] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[03:46:18] [Server thread/INFO] [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i).
[03:46:19] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.0.2228
[03:46:21] [Server thread/INFO] [FML]: Applying holder lookups
[03:46:21] [Server thread/INFO] [FML]: Holder lookups applied
[03:46:21] [Server thread/INFO] [FML]: Injecting itemstacks
[03:46:21] [Server thread/INFO] [FML]: Itemstack injection complete
[03:46:21] [Server thread/INFO]: Loading properties
[03:46:21] [Server thread/INFO]: Default game type: SURVIVAL
[03:46:21] [Server thread/INFO]: Generating keypair
[03:46:22] [Server thread/INFO]: Starting Minecraft server on 192.168.219.129:25565
[03:46:22] [Server thread/INFO]: Using default channel type
[03:46:25] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[03:46:26] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind
[03:46:26] [Server thread/WARN]: Perhaps a server is already running on that port?
[03:46:26] [Server thread/INFO]: Stopping server
[03:46:26] [Server thread/INFO]: Saving worlds
[03:46:26] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[03:46:26] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[03:46:26] [Server Shutdown Thread/INFO]: Stopping server
계속하려면 아무 키나 누르십시오 . . .
뉴스 및 창작물
/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