anfang halloserver-plugin
This commit is contained in:
5
halloserver.py.dir/plugin.py
Normal file
5
halloserver.py.dir/plugin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# erstes chat-plugin
|
||||
|
||||
class HalloServerPlugin(PythonPlugin):
|
||||
def onEnable(self):
|
||||
pass
|
||||
9
halloserver.py.dir/plugin.yml
Normal file
9
halloserver.py.dir/plugin.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Hallo Server-Plugin
|
||||
main: HalloServerPlugin
|
||||
version: 1.0
|
||||
commands:
|
||||
halloserver:
|
||||
description: Sendet einen Gruss an den Server
|
||||
usage: /halloserver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user