summaryrefslogtreecommitdiff
path: root/basecommands.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-05-14 02:16:33 +0200
committerDico200 <dico.karssiens@gmail.com>2015-05-14 02:16:33 +0200
commit59816b58e2906318a79ecdf4a6d6b4b75f3aa6e8 (patch)
treeb3dc3f458495ac6e5d017544b3f2e314c0ffca67 /basecommands.py
parent0ef318d6b95c3f602c4409e6849bea8e29ac9367 (diff)
Almost complete redo of blockplacemods, small fixes
I've redone most of blockplacemods its code. It is now MUCH easier to expand in the future and I think the code is more elegant and stuff. It all works the same as before, except the command is now /toggle <setting> I've merged the setting for /autotakewater and /autofillcauldron into one setting named cauldron.
Diffstat (limited to 'basecommands.py')
-rw-r--r--basecommands.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/basecommands.py b/basecommands.py
index 605aab5..5e23bcc 100644
--- a/basecommands.py
+++ b/basecommands.py
@@ -63,8 +63,3 @@ def simplecommand(cmd,
return function(sender, command, label, args)
return call
return decorator
-
-
-
-
-