summaryrefslogtreecommitdiff
path: root/misc.py
AgeCommit message (Collapse)Author
2016-08-03Added psrcek to pythonerspsrcek
2016-05-29Removed Pan from pythoners, added Pep, added essentials:esudo to sudo_blacklistDico200
2015-11-30Add sudo_blacklist to blocked_cmds in serversignsDico200
2015-11-30This should keep players from interacting with comparators where they cannot ↵Dico200
build
2015-11-03Fix survival use of /signalstrength, other interesting changesDico200
2015-11-01Added permissions for warn and warnpNEMESIS13cz
2015-10-20Moved /signalstrength to its own file, added default configurability, added ↵Dico200
basecommands documentation, added can_build() to helpers
2015-10-20Small update to /signalstrengthDico200
2015-10-20Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils ↵Dico200
into dev
2015-10-20Finished signal strength commandDico200
2015-10-14Added Dico to pythonersNEMESIS13cz
2015-10-11/signalstrength progressDico200
2015-09-19Another fix -.- these single characters...Dico200
It's been too long since I committed properly
2015-09-19fix in misc.py - ofc I forget to saveDico200
2015-09-19Disabled vanishfix, preparing mergeDico200
I replaced /warn and /warnp commands with @simplecommand hook. they happened to be missing the 'if' from the permission checks and this takes care of some other things as well. I added a module called vanish which will replace essentials vanish which happens to be really buggy as you know. I added a serversigns module but it is not added to main.py and thus it will not cause problems!
2015-09-13Added a permission to /warn and /warnpNEMESIS13cz
2015-09-13Added sudo aliases to the sudo blacklistNEMESIS13cz
2015-09-12Fixed spelling error (thanks keyboard)NEMESIS13cz
2015-09-12Added a lag warning broadcast commandNEMESIS13cz
2015-08-27Added /stop to the sudo blacklistNEMESIS13cz
2015-08-25Added a /sudo blacklist as a final security updateNEMESIS13cz
2015-08-14More security fixesNEMESIS13cz
2015-08-13remove trailing whitespace, replace tabs with 4x spacejomo
2015-08-12Fixed order of operationsNEMESIS13cz
2015-08-12Changed /pyeval to only work for certain peopleNEMESIS13cz
2015-06-06This /up fix SHOULD WORK!Dico200
2015-06-06Well //up is gone again. Great. Undoing..Dico200
2015-06-06Fix /upDico200
Tried a lot of shit but these 3 lines should do it.
2015-06-03Fix new attempt... :DDico200
2015-06-03Another fix attempt for /upDico200
2015-06-03Revert "why did //up disappear? Testing on dev server."Dico200
This reverts commit a6f5156ef43eb3f06729f9c167bb7f852e295025.
2015-06-03why did //up disappear? Testing on dev server.Dico200
2015-06-03Prevent /up griefing, add /ackey, minor tweaksDico200
Dunno why its posting 'changes' in main.py tho
2015-05-14Fix this thing so that only 1 player has to sleepDico200
untested
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-13Cleanup misc.py and small fix, also in damnspamDico200
2015-05-13Added a few untested things to misc.pyDico200
2015-04-29Small misc cleanupDico200
2015-04-28Added /tempadd command: temporary group membershipDico200
Just a simpler way of writing /pex user <user> group add <group> * 604800
2015-04-14Made lava not break redstone components in CreativeDico200
I tested thoroughly. I don't see how this will break other parts of the plugin either.
2015-04-13Hotfix in /sudoDico200
2015-04-13Removed color support for /me for players w/o permsDico200
2015-04-10/pluginversions is broken, Fixed mail send colours.Dico200
I attempted to fix /pluginversions but ended up just commenting it out. The problem is in retrieving the plugins where instead of object type Plugin it returns "array.array"? I tried a whole bunch of things but I didn't succeed to make it work.
2015-04-10Small fixDico200
2015-04-10Untested change to add pyeval possibility to argsDico200
so you do like, for example: /pex user EVAL:server.getOfflinePlayer("Dico200").getUniqueId() this could also be used in chat. I know its pretty useless but useful in some cases.
2015-04-10Clean up misc.py, add space support for cg keyDico200
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-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.