맥을 기준으로 한 설치 및 설정입니다.
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
출처: https://lonbehold.tistory.com/entry/macOS-파이썬-API-마인크래프트-서버-설치 [nbe's tips]
'TOOL > MAC' 카테고리의 다른 글
Mac 파인더에서 터미널 바로 열기 (0) | 2020.11.12 |
---|---|
Finder에서 단축키로 프로그램(vscode, intellij) 열기 (0) | 2020.09.11 |
홈브루 설치하기 (0) | 2020.08.15 |