1. PaperMC server
2. FruitJuice plugin
FruitJuice - Paper Plugin | Hangar (papermc.io)
FruitJuice - Paper Plugin | Hangar
Enables a python/scratch API to minecraft - Download the Paper Plugin FruitJuice by jdeast on Hangar
hangar.papermc.io
3. Python venv 에 mcpi 설치
pip install mcpi
4. 예제
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat("Hello World!")
GitHub - gasbugs/Minecraft-To-be-a-architect: Minecraft, To be a architect
'Tools' 카테고리의 다른 글
Jupyter Notebook: pip, venv, jupyter (0) | 2024.09.29 |
---|---|
VS Code (0) | 2021.09.30 |
Jupyter Notebook: Web Browser (Microsoft Edge), Start-up foler, 'Bad File Descriptor' error (0) | 2021.07.05 |