Skip to content

stories2/Minecraft-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft-Python

Play minecraft with python3

asdf

  • Youtube demo video
스크린샷 2021-10-31 오후 2 11 43
스크린샷 2021-10-31 오후 2 15 19

Getting start

Check the reference link.

python3 -m venv mcpi-env

source mcpi-env/bin/activate
  • Run minecraft server
cd ../spigot
java -jar spigot.jar

Dependency

  • Export requirements list
pip3 freeze > requirements.txt
  • Install requirements
pip3 install -r requirements.txt