개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

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

2016.04.13 조회 수 261347 추천 수 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개의 댓글

스우(SW)
2016.10.05
┍───────────────────────────────


│ 프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│ 프리루트의 구동기가 서버에 이용할 자바를 자동으로
│ 탐지하고 있습니다. 잠시만 기다려주세요 :D


│ * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│ 서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
Error occurred during initialization of UM
Could not reserve enough space for object heap
계속하려면 아무 키나 누르시오...

라고 떠요! 이 버킷 쓰기 전에 딴거 쓸라고했는데 그 버킷도 이 오류떠서 이 버킷쓰거든요?
제 컴퓨터가 문제인가요?
cjstk5****
2016.10.05
저근데 방화벽도 풀고 하마치 서버아이피도 제대로 입력햇는데 cant reack server라면서 서버접속이 되지않네요 어떻게해야하는지 알려주세요 프리루트님 ㅠㅠㅠㅠ
정욱
2016.10.06

저는 들어가지는데 친구들이 못들어오네요... 방화벽도 해제 해 놨는데...

YouTube남희
2016.10.07
계속하려면 아무키나 누르세요 라고 뜨는데 어떻게 하나요???
티주
2016.10.07
The state engine was in in correct state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may been discarded.
마지막 문장에 이렇게 뜨네요.. 그리고 계속하려면 아무 키나 누르십시오... 라고 되있어요.. 어떡해요?
donghun
2016.10.08
서버가 버킷은열리는데
들어만가면
마인크래프트서버에들어가면
서버가닫히면
server closed라고떠요
송갑철
2016.10.08
전 모드가 통합모드인데 어떻게 해야되나요?
코이
2016.10.09
[11:17:46 INf\FO]: The state angine was in incrrect state POSTINITIALIZATION and forced inti state SERVER_STOPPED. Errors may have been discarded. 계속하려면 아무 키나 누르십시오 . . . 라고뜨면서 작동이안되는데요?
하늘방패
2016.10.09
명령어 실행이안되요;;
I'm sorry, but you do not have permission to perform this command.
Please contact the server administrators if you believe that this is in error.
라고 뜨네요
영환이
2016.10.09
---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 16. 10. 9 오후 3:38
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489)
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)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 9 more
Caused by: java.lang.RuntimeException: Attempted to load class bdw for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 11 more


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 (amd64) version 6.1
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 994917208 bytes (948 MB) / 1297612800 bytes (1237 MB) up to 9544663040 bytes (9102 MB)
JVM Flags: 2 total; -Xms1G -Xmx10G
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 4 mods loaded, 0 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
FML{7.10.99.99} [Forge Mod Loader] ([Thermos]FreeRoute_1.7.10_Core_1558-57.jar)
Forge{10.13.4.1614} [Minecraft Forge] ([Thermos]FreeRoute_1.7.10_Core_1558-57.jar)
이거떠여
rlrlrrl
2016.10.09
로그인 중에서 멈춰있는상태인데 어떻게 해결해야할지..
한마포
2016.10.10
@rlrlrrl
모드버킷의 mods 폴더에 어떤 모드파일들을 넣었는지 그 목록을 보여주세요!
그 이 모드버킷에선 스마트무빙을 같이 사용할수가없나요?
한마포
2016.10.10
@시커먼귀뚜라미
아녀 모드버킷인데 당연히 적용시킬 수 있지요~ 다만 스마트무빙의 경우, 스마트무빙 모드를 구성하는 파일이 대략 4~5가지정도 된답니다 :)
거기서 모드버킷에 적용시킬 때에는 SmartMoving, Player API 이 두개만 모드버킷의 mods 폴더안에 적용시켜주시면 되요~
HyeonjinKang
2016.10.12
프리루트님 저는 들어가 지는데 제 친구는 들어와지지가 않고요. 치트가 없어요
한마포
2016.10.13
@HyeonjinKang
친구분 마인크래프트 창에 어떤 문구가 뜨면서 안들어와지시는지를 자세하게 알려주셔야 정확한 해결방법을 말씀드릴 수 있습니다~
그리고 치트는 서버구동기 창에 op 닉네임 형식으로 명령어를 입력하셔서 관리자 권한을 먼저 부여해주신 다음에 게임모드 명령어를 마인크래프트 서버내에서 입력하셔서 사용하시면 될 거에요 :>
주하님이에유
2016.10.13
저 서버아이피를 쓰고 저장을 한뒤 서버를 키면
오류가 뿜어져 나오네요.. 수정도 안했는뎅...
자바도 오늘 새로 깔고.. 왜이러죠..?
한마포
2016.10.14
@주하님이에유
서버구동기 창에 뜨는 문구들을 모두 복사하셔다가 문의게시판에 붙여넣기 하셔서 어떤 버킷을 사용하셨는지랑 함께 적으셔다가 올려주세여 :) 그럼 해결방법을 알려드리도록 합져
GM파핑
2016.10.15
@한마포
제가 어제까지만해도 서버를 잘열었습니다. 그리고 오늘 서버를 킬려고 하마치키고 구동기키고 자동자바탐지 누르고 기다리는데 Error occurred during initialization of UM
Could not reserve enough space for object heap 라고 뜹니다. 예전에(다른버킷을 사용할때) 이런경험이 있었는데 그때는 인터넷을 껏더니 되던데 이번엔 안되더라구요..... 어덯게 해결해주실수 없나요?
소류
2016.10.15

서버 안에서 커맨드가 않써저요ㅠㅠ

그레서 서버 안에서 커맨드 쓰는법좀 알려주세요

 

한마포
2016.10.15
@소류
일단 기본적으로 서버구동기 창에 op 닉네임 형식으로 관리자 권한부여 명령어를 입력하셔서 특정 플레이어에게 관리자 권한을 주시면
그 관리자 권한을 받은 플레이어는 자유롭게 명령어를 입력하실 수 있답니다 :)

예를 들어서 닉네임이 FreeRoute 면 검은색 배경의 서버구동기 창에 op FreeRoute 라고만 입력하시면 되여
서버구동기 창에 명령어를 입력하실 때에는 / 기호를 빼주셔야되니 참고하시구요!
소류
2016.10.16
fly를치면 그냥날아저야 하는대 않날아저요
이거 어떻게 하나요?
또니
2016.10.16
┍───────────────────────────────


│ 프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│ 프리루트의 구동기가 서버에 이용할 자바를 자동으로
│ 탐지하고 있습니다. 잠시만 기다려주세요 :D


│ * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│ 서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[11:03:54 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServer
Tweaker
[11:03:54 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FML
ServerTweaker
[11:03:54 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweak
er
[11:03:54 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loadi
ng
[11:03:55 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_101, running
on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre1.8.0_101
[11:03:55 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plu
gin initialized!
[11:03:55 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInject
ionAndSortingTweaker
[11:03:55 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfT
weaker
[11:03:55 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[11:03:55 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAn
dSortingTweaker
[11:03:55 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:03:56 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:03:56 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLP
luginWrapper
[11:03:56 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweake
r
[11:03:57 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalT
weaker
[11:03:57 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweake
r
[11:03:57 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServ
er}
[11:04:02 INFO]: Starting minecraft server version 1.7.10
[11:04:02 INFO]: Attempting early MinecraftForge initialization
[11:04:02 INFO]: MinecraftForge v10.13.4.1614 Initialized
[11:04:02 INFO]: Replaced 183 ore recipies
[11:04:02 INFO]: Completed early MinecraftForge initialization
[11:04:02 INFO]: Found 0 mods from the command line. Injecting into mod discover
er
[11:04:02 INFO]: Searching C:\Users\김도현\Saved Games\Desktop\모드 버킷\[프리루
트]1.7.10_모드버킷\mods for mods
[11:04:02 INFO]: Forge Mod Loader has identified 5 mods to load
[11:04:02 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimag
ine, StuffedAnimals] at CLIENT
[11:04:02 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimag
ine, StuffedAnimals] at SERVER
[11:04:03 INFO]: Processing ObjectHolder annotations
[11:04:03 INFO]: Found 341 ObjectHolder annotations
[11:04:03 INFO]: Identifying ItemStackHolder annotations
[11:04:03 INFO]: Found 0 ItemStackHolder annotations
[11:04:03 INFO]: Configured a dormant chunk cache size of 0
[11:04:03 INFO]: Applying holder lookups
[11:04:03 INFO]: Holder lookups applied
[11:04:03 INFO]: Injecting itemstacks
[11:04:03 INFO]: Itemstack injection complete
[11:04:03 ERROR]: Fatal errors were detected during the transition from PREINITI
ALIZATION to INITIALIZATION. Loading cannot continue
[11:04:03 ERROR]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initiali
zed 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E'
= Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (KCauldron-1.7.10-1614.201.ja
r)
UCH Forge{10.13.4.1614} [Minecraft Forge] (KCauldron-1.7.10-1614.201
.jar)
UCH kimagine{0.2} [KImagine] (minecraft.jar)
UCE StuffedAnimals{1.7.10v1} [Stuffed Animals] (Stuffed-Animals-Mod-
1.7.10.jar)
[11:04:03 ERROR]: The following problems were captured during this phase
[11:04:03 ERROR]: Caught exception from StuffedAnimals
java.lang.NoClassDefFoundError: com/slatebit/stuffedanimals/minecraft/ModelStuff
edBiped
at com.slatebit.stuffedanimals.common.StuffedAnimals.preInitialization(S
tuffedAnimals.java:90) ~[StuffedAnimals.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-
1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-
1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl
ler.java:119) [LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader
.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:88) [FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
ava:320) [FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:176) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [M
inecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.ClassNotFoundException: com.slatebit.stuffedanimals.minecra
ft.ModelStuffedBiped
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
... 33 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/model/ModelBiped

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_101]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_101]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0
_101]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
... 33 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.model.ModelBip
ed
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:101) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_101]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_101]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0
_101]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101]
... 33 more
[11:04:03 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/slatebi
t/stuffedanimals/minecraft/ModelStuffedBiped

at cpw.mods.fml.common.LoadController.transition(LoadController.java:163
) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) ~[Loade
r.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:88) ~[FMLServerHandler.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
ava:320) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:176) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [M
inecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.NoClassDefFoundError: com/slatebit/stuffedanimals/minecraft
/ModelStuffedBiped
at com.slatebit.stuffedanimals.common.StuffedAnimals.preInitialization(S
tuffedAnimals.java:90) ~[StuffedAnimals.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain
er.java:532) ~[FMLModContainer.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe
r.java:74) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy
nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser
ver-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a:304) ~[server-1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-
1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro
ller.java:212) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:190) ~[LoadController.class:1.7.10-R0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)계속하려면
아무 키나 누르십시오 . . .





라고 뜹니다
해결좀 해주세요
모드는 인형 모드 넣었구요
모드를 안 넣으면 잘 되는데 꼭
모드만 넣으면 잘 안돼요
해결 부탁드립니다.!~
youtube토프
2016.10.16
계속하려면 아무키나 누르세요 가뜨면서 키를 누르면 튕겨요 어떻게 해야하나요?
GM파핑
2016.10.17
프리루트님 제가 서버구동기를 키고 1번을 눌러서 서버를 열려고 하는데 계속 기다리다 보니

계속 하려면 아무키나 누르세요....

라고만 떠요..어덯게 해요?
원동생
2016.10.18
프리루트님 지금 제가 하라는 대로 다 따라했는데여
동생이랑 같이 할라고 1.10.2 모드버킷 돌리고 똑같이 하란대로 하베스트 축제모드 할라하는데 구동기를 돌려도 서버 can't connect to server 이렇게 뜨고 들어가면 java.net.connectException: Connection refused: no further information: 이라고 뜹니다 진짜 제[발좀 알려주세요 동생이랑 너무 하고 싶어요
소류
2016.10.18
fly를치면 그냥날아저야 하는대 않날아저요
이거 어떻게 하나요?
daum한솔
2016.10.19

맵 내치킨 어디갔어?을 말하신대로 맵 적용했지만 이렇게 뜨고 안되내요.
┍───────────────────────────────


│ 프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│ 프리루트의 구동기가 서버에 이용할 자바를 자동으로
│ 탐지하고 있습니다. 잠시만 기다려주세요 :D


│ * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│ 서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
Warning, your max perm gen size is not set or less than 128mb. It is recommended
you restart Java with the following argument: -XX:MaxPermSize=128M
Please see http://www.spigotmc.org/wiki/changing-permgen-size/ for more details
and more in-depth instructions.
Loading libraries, please wait...
[20:04:16 INFO]: Starting minecraft server version 1.9
[20:04:16 INFO]: Loading properties
[20:04:16 INFO]: Default game type: SURVIVAL
[20:04:16 INFO]: This server is running CraftBukkit version git-Spigot-604e046-6
9e196f (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
[20:04:16 INFO]: Debug logging is disabled
[20:04:16 INFO]: Server Ping Player Sample Count: 12
[20:04:16 INFO]: Using 4 threads for Netty based IO
[20:04:17 INFO]: Generating keypair
[20:04:17 INFO]: Starting Minecraft server on 25.23.209.160:25565
[20:04:17 INFO]: Using default channel type
[20:04:17 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:04:19 WARN]: java.io.FileNotFoundException: .\world\unknownplayers\Player.da
t (지정된 경로를 찾을 수 없습니다)
[20:04:19 WARN]: at java.io.FileInputStream.open(Native Method)
[20:04:19 WARN]: at java.io.FileInputStream.<init>(Unknown Source)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.a(NameReferencingFileConverter.java:360)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.onProfileLookupSucceeded(NameReferencingFileConverter.java:337)
[20:04:19 WARN]: at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepo
sitory.findProfilesByNames(YggdrasilGameProfileRepository.java:59)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:67)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:404)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.aO(Dedic
atedServer.java:628)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.init(Ded
icatedServer.java:219)
[20:04:19 WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.run(Mine
craftServer.java:522)
[20:04:19 WARN]: at java.lang.Thread.run(Unknown Source)
[20:04:19 ERROR]: Conversion failed, please try again later
net.minecraft.server.v1_9_R1.NameReferencingFileConverter$FileConversionExceptio
n: Could not convert file for Player
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.a(NameRef
erencingFileConverter.java:382) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-
Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.onProfile
LookupSucceeded(NameReferencingFileConverter.java:337) ~[%5bSpigotMC%5dFreeRoute
_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfi
lesByNames(YggdrasilGameProfileRepository.java:59) ~[%5bSpigotMC%5dFreeRoute_1.9
_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:67) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:404) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.aO(DedicatedServer.java:
628) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.jav
a:219) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java
:522) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_05]
[20:04:19 WARN]: Encountered a problem while converting the player save files, r
etrying in a few seconds
[20:04:24 WARN]: java.io.FileNotFoundException: .\world\unknownplayers\Player.da
t (지정된 경로를 찾을 수 없습니다)
[20:04:24 WARN]: at java.io.FileInputStream.open(Native Method)
[20:04:24 WARN]: at java.io.FileInputStream.<init>(Unknown Source)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.a(NameReferencingFileConverter.java:360)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.onProfileLookupSucceeded(NameReferencingFileConverter.java:337)
[20:04:24 WARN]: at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepo
sitory.findProfilesByNames(YggdrasilGameProfileRepository.java:59)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:67)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:404)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.aO(Dedic
atedServer.java:628)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.init(Ded
icatedServer.java:219)
[20:04:24 WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.run(Mine
craftServer.java:522)
[20:04:24 WARN]: at java.lang.Thread.run(Unknown Source)
[20:04:24 ERROR]: Conversion failed, please try again later
net.minecraft.server.v1_9_R1.NameReferencingFileConverter$FileConversionExceptio
n: Could not convert file for Player
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.a(NameRef
erencingFileConverter.java:382) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-
Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.onProfile
LookupSucceeded(NameReferencingFileConverter.java:337) ~[%5bSpigotMC%5dFreeRoute
_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfi
lesByNames(YggdrasilGameProfileRepository.java:59) ~[%5bSpigotMC%5dFreeRoute_1.9
_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:67) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:404) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.aO(DedicatedServer.java:
628) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.jav
a:219) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java
:522) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_05]
[20:04:24 WARN]: Encountered a problem while converting the player save files, r
etrying in a few seconds
[20:04:29 WARN]: java.io.FileNotFoundException: .\world\unknownplayers\Player.da
t (지정된 경로를 찾을 수 없습니다)
[20:04:29 WARN]: at java.io.FileInputStream.open(Native Method)
[20:04:29 WARN]: at java.io.FileInputStream.<init>(Unknown Source)
[20:04:29 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.a(NameReferencingFileConverter.java:360)
[20:04:29 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter$6.onProfileLookupSucceeded(NameReferencingFileConverter.java:337)
[20:04:29 WARN]: at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepo
sitory.findProfilesByNames(YggdrasilGameProfileRepository.java:59)
[20:04:30 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:67)
[20:04:30 WARN]: at net.minecraft.server.v1_9_R1.NameReferencingFileConve
rter.a(NameReferencingFileConverter.java:404)
[20:04:30 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.aO(Dedic
atedServer.java:628)
[20:04:30 WARN]: at net.minecraft.server.v1_9_R1.DedicatedServer.init(Ded
icatedServer.java:219)
[20:04:30 WARN]: at net.minecraft.server.v1_9_R1.MinecraftServer.run(Mine
craftServer.java:522)
[20:04:30 WARN]: at java.lang.Thread.run(Unknown Source)
[20:04:30 ERROR]: Conversion failed, please try again later
net.minecraft.server.v1_9_R1.NameReferencingFileConverter$FileConversionExceptio
n: Could not convert file for Player
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.a(NameRef
erencingFileConverter.java:382) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-
Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter$6.onProfile
LookupSucceeded(NameReferencingFileConverter.java:337) ~[%5bSpigotMC%5dFreeRoute
_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfi
lesByNames(YggdrasilGameProfileRepository.java:59) ~[%5bSpigotMC%5dFreeRoute_1.9
_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:67) ~[%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.NameReferencingFileConverter.a(NameRefer
encingFileConverter.java:404) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spi
got-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.aO(DedicatedServer.java:
628) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.jav
a:219) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java
:522) [%5bSpigotMC%5dFreeRoute_1.9_R0.1_Core.jar:git-Spigot-604e046-69e196f]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_05]
[20:04:30 WARN]: **** DETECTED OLD PLAYER DIRECTORY IN THE WORLD SAVE
[20:04:30 WARN]: **** THIS USUALLY HAPPENS WHEN THE AUTOMATIC CONVERSION FAILED
IN SOME WAY
[20:04:30 WARN]: ** please restart the server and if the problem persists, remov
e the directory '.\world\players'
[20:04:30 INFO]: Stopping server
[20:04:30 INFO]: Saving players
>p계속하려면 아무 키나 누르십시오 . . .

호구라이더
2016.10.21
프리루트님 세이프 파일때문에 오류 뜨나요?
뉴스 및 창작물
/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

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4