Processor: AMD Ryzen 9 5900HX with Radeon Graphics 3.30 GHz
Memory: 32.0 GB (31.3 GB usable)
Java version: 17.0.2
Python version: 3.10.6
Minecraft version: 1.19.2
The most reliable and secure Minecraft server mirror.
version:1.19.2
Minecraft: Pi Edition
A Bukkit plugin which implements the Minecraft Pi Socket API.
make start.bat file in Notepad with the following contents.
@echo off
java -Xms1024M -Xms1024M -jar spigot-1.16.4.jar
pause
replace false with true in the contents of EULA.txt created in the folder.
run the start.bat file.
run the minecraft with the appropriate version.
create a game with multiplayer. At this time, the server is designated as localhost.
run the python file with the following contents.
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat('Hello!')
back to game, and check 'Hello!' print out in chatting.
installation done!