summaryrefslogtreecommitdiff
path: root/basecommands.py
AgeCommit message (Collapse)Author
2015-10-20small addition to basecommands documentationDico200
2015-10-20Moved /signalstrength to its own file, added default configurability, added ↵Dico200
basecommands documentation, added can_build() to helpers
2015-08-13remove trailing whitespace, replace tabs with 4x spacejomo
2015-05-18blockplacemods update, basecommands fixDico200
Added settings: piston, dropper, hopper changes to the framework made it so you can set the default contents for all slots in furnaces/droppers as well as furnaces.
2015-05-14Steps towards even easier command handling.Dico200
See issue #4
2015-05-14Almost complete redo of blockplacemods, small fixesDico200
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.
2015-05-13Removed a lot of shit from basecommands.pyDico200
2015-04-08Revert "Revert "Change to /modules... trying to make @command work.""Dico200
This reverts commit da756d69ccef7346d896a0b8cb2aa5c42b038c7b.
2015-04-08Revert "Change to /modules... trying to make @command work."Dico200
This reverts commit 201c76611911de2c5ae0afb2171dfd540de2d012.
2015-04-08Change to /modules... trying to make @command work.Dico200
@command throws an error when it tries to access current_subs, which supposedly didn't exist. current_subs stores all subcommands found when defining the method which @command was added to. (These SHOULD be called first)
2015-04-03Don't even bother.Dico200
2015-04-03Added (sub/main)command, removed abot error checkDico200
@command is untested.
2015-03-29Some tweaks and updatesDico200
2015-03-28Added cmd check to ABOT, commented out advancedcmdDico200
advancedcmd doens't work atm, apparently function.func_code is a thing but adding co_consts isn't an attribute of that. Tested abot, seems to work well.
2015-03-26Tiny tweaks in basecommands.pyDico200
2015-03-26Added basecommands.pyDico200
Contains @simplecommand and @basecommand Slightly alterred simplecommand, made both display the command's required permission when displaying help if the sender has the permission "utils.showpermission". Also a small tweak in misc.py's join listener.