라벨이 spygot인 게시물 표시

구름IDE에 마인크래프트 서버, 파이 썬 API 설치

0. goorm.io 접속 1. 새 컨테이너 생성 2. JAVA -> JAVA 빈 프로젝트 3. https://nostarch.com/programwithminecraft 에서 Download the setup files for Mac OS (Minecraft Tools Mac.zip) 다운로드 4. SFTP로 접속하여 Minecraft_Tools_Mac.zip 파일 전송 5. $ unzip Minecraft_Tools_Mac.zip 6. $ mv Mincraft_Tools_Mac Minecraft_tools 7. apt-get update 8. apt-get upgrade 9. apt-get install python-pip 10. apt-get install python3-pip 11. $ ./Install_API.command 12. $ start.command 13. 구름 대시보드 -> 해당 컨테이너 -> 네트워크 관리 -> minecraft-python.run.goorm.io:25565 추가 14. 구름 대시보드 -> 해당 컨테이너 -> 포트포워딩 -> 내부포트: 25565 15. 생성된 외부아이피와 포트로 마인크래프트 서버 접속 xxx.xxx.xxx.xxx:xxxxx

macOS, 파이썬 API 마인크래프트 서버 설치

맥을 기준으로 한 설치 및 설정입니다. 1.마인크래프트설치 - http://minecraft.net 에서 구입하여 설치합니다. 2.파이썬 3.5.6 설치 및 설정 -brew설치 $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )” -파이썬 설치 및 확인 $ brew install python3 $ python3 —version 3.JDK SE설치 - http://www.oracle.com/technetwork/java/javase/downloads/index.html 접속 후 1.8 이상 다운로드 및 설치 -자바 설치 확인 $ java -version 4.마인크래프트 파이썬 API, SPYGOT 설치 - https://nostarch.com/programwithminecraft 접속 -Download the setup files for Mac OS (Minecraft Tools Mac.zip) 다운로드 및 압축풀기 -Install_API.command 설치 $ ./Install_API.command -server 폴더 이동 후 서버 실행 $ ./start.command 크레이그 리처드슨 저, ‘Learn to Program with Minecraft: Transform Your World with the Power of Python’ 원서 및 번역서를 기반으로 한 포스팅 게시물임을 알려드립니다. https://play.google.com/store/apps/details?id=vdream.vd.com.vdream