summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-30Cleaned up some of helpers.pyDico200
2016-05-29Chatalias: Fixed all the things (permission AMOUNT, permission LENGTH, and ↵Dico200
more), incremented version number
2016-05-29Removed Pan from pythoners, added Pep, added essentials:esudo to sudo_blacklistDico200
2016-05-29Tweak comment above imbusy, removed credits, removed a useless comment with ↵Dico200
an old line of code
2016-05-29Changed command blacklist to a whitelist. Added /svs commands to show ↵Dico200
whitelisted commands. Added a few more command aliases. Added maximum line count and maximum line size.
2016-05-29Removed @hook.enable decs from modules, added them to the on_enable() method ↵Dico200
of main.py.
2016-05-29Added/fixed torch breaker setting. Added a few missing saveSettings() calls. ↵Dico200
Fixed /set <setting> on turning it off and vice-versa for boolean settings that are enabled by default. A few more tweaks.
2016-05-28Merge pull request #43 from RedstonerServer/chatalias-chained-aliases-patchDico
Prevent chained aliases in chatalias
2016-05-28Fixes and stuffchatalias-chained-aliases-patchDico200
2016-05-28Moved OnModuleLoad to bottom of filePepich
2016-05-28That's an "s", not an "S" ._.Pepich
2016-05-28Added support for /rl; Made comments more precisePepich
2016-05-28Tweak imbusy permission nodesDico200
2016-05-28Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into devDico200
2016-05-28Merge pull request #42 from RedstonerServer/imbusy-reply-patchDico
Solidify imbusy blocking pms, tpas, etc.
2016-05-28Enabled friends module, added friends check in imbusy, fixed small mistakesimbusy-reply-patchDico200
2016-05-28Fix error on player quit for player.pyDico200
2016-05-26Implement some of pizza's changes from imbusy branchDico200
2016-05-25Changed debug output, tweaked [busy] broadcast prefixDico200
2016-05-25Make /busy a toggle, move help page to /busy help. Changed a few messagesDico200
2016-05-25Added catcher for /mail sendDico200
2016-05-25Changed broadcast message, removed two debugsDico200
2016-05-25Add missing _ ... lolDico200
2016-05-25Add missing ) to chataliasDico200
2016-05-25Prevent chained aliases in chataliasDico
Prevents 1 -> 23 along with 2 -> 3 and similar stuff
2016-05-25What is this.. sorryDico200
2016-05-25Undo prior changes in favor of pull requestDico200
2016-05-25Replace camelCase with _ stuffDico200
2016-05-25Solidify imbusy blocking pms, tpas, etc.Dico
I used reflection to get the Map<String, Command> object from the SimpleCommandMap instance stored in the implementation of PluginManager. I replaced all Command instances in there that handle /msg, /tpa, /tpahere and /reply, minus /minecraft:tell, with a wrapper that checks if the target is busy. Tested adequately, but some more would be nice.
2016-05-25Imbusy command: status <player> tweaked, cleaned up return statementsDico200
2016-05-25Imbusy command: Replace plugin_header calls with a single one at the startDico200
2016-05-25Small change to imbusy messagesDico200
2016-05-25Imbusy: Fixed typos and some *flaws* which I will disregard here @curs3dDico200
2016-05-25Fix yo shitty chatgroups codeDico200
2016-05-25Undoing these small changes from last commit...Dico200
2016-05-25Prevent complete multi-replacement in chatalias. Doesn't prevent 1 -> 2 and ↵Dico200
23 -> 5 to make for 13 -> 5, but does prevent a -> 20 and 2 -> 3. Tested.
2016-05-25Merge pull request #41 from RedstonerServer/chataliasDico
Fixed player subcommand, removed debug outputs
2016-05-25Fix command given for next help page in chatalias.pychataliasDico
2016-04-12Cleanup, adding debug outputs back, removing empty try/catch phrasesPepich
2016-04-11Fixed player subcommand, removed debug outputsPepich
2016-04-11Merge pull request #40 from RedstonerServer/tweaksjomo
Fixed indentation error ll 39-41 (damnspam)
2016-04-11Fixed indentation error ll 39-41Pepich
2016-03-26Merge pull request #39 from psrcek/devPepich
removed some unnecesary code
2016-03-26removed some unnecesary codepsrcek
The below if statement is always true and the value of timeout_on isn't used before a return statement. timeout_on = False if timeout_on == False:
2016-03-12Fix tab -.- lol why did it load locally?Dico200
2016-03-12Fixed a return message in blockplacemods.pyDico200
2016-03-08Added a debug decorator, use @debug to nicely print function errorsPixelSergey
2016-02-15Merge pull request #37 from RedstonerServer/tweaksjomo
Minor tweaks
2016-02-15Added more aliasesBuildTools
2016-02-15Added aliases and proper command descriptionBuildTools