Files
mc-plugins/hallowelt.py.dir/plugin.py
2021-04-19 14:02:33 +02:00

4 lines
99 B
Python

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