Files
mc-plugins/hallowelt.py.dir/plugin.py

4 lines
100 B
Python

class HalloWeltPlugin(PythonPlugin):
def onEnable(self):
self.getLogger().info("Hallo Welt!")