Exercise 01

Message in console

In this first lesson we will show how to write a message in the console.

Message can be shown in the console using the mc.postToChat function.

import mcpi.minecraft as minecraft

mc = minecraft.Minecraft()
mc.postToChat("Hello ArboKraft")

This should render as :

Console Message