Python Coding

Thanks both hexparrot and iMelsom

Not trying to use minecraft education because it doesn’t work with servers (new version).

I am basically trying to run a python script that will work on any jar (bukkit) preferred. But I am willing to take suggestions.

I want to run a script such as this.

import mcpi.minecraft as minecraft
mc = minecraft.Minecraft.create(“server ip lan based but not localhost”, 25568)
mc.postToChat(“Hello Minecraft World”)

If I can get this to work then I think I can do the rest.

not interested in any payment system, user management etc.