plugin korrigiert
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
class PluseinsPlugin(PythonPlugin):
|
class PluseinsPlugin(PythonPlugin):
|
||||||
def onEnable(self):
|
def onEnable(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def onCommand(self, sender, command, lable, args):
|
def onCommand(self, sender, command, lable, args):
|
||||||
eingabe = args[0]
|
eingabe = args[0]
|
||||||
zahl = int(eingabe)
|
zahl = int(eingabe)
|
||||||
zahl = zahl + 1
|
zahl = zahl + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user