summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-28Enabled friends module, added friends check in imbusy, fixed small mistakesimbusy-reply-patchDico200
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-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
2016-02-15Added automatic disabling of cgt when leaving a chatgroupBuildTools
2016-02-15Merge pull request #35 from RedstonerServer/tabnamesjomo
Fixed naming error in rank trainingmod
2016-02-15Fixed naming error in rank trainingmodBuildTools
2016-02-15Merge pull request #34 from RedstonerServer/tabnamesjomo
Adding tabnames, updating main
2016-02-15rename tabnames to nametagsjomo
I think it's a more descriptive name
2016-02-14clean up tabnamesjomo
doesn't throw exceptions when group can't be found, will print warning instead
2016-02-14removed unnessecary imports, code cleanupBuildTools
2016-02-14initial commit, adding the tabnames moduleBuildTools
2016-02-14Added tabnames module, disabled iptracker due to instabilityBuildTools
2016-02-07Unbusies on logoutPixelSergey
2016-01-09iptracker v1.1.0 updating to helpers v2.0.0 functions; fixing bugs in data ↵BuildTools
management and command execution
2016-01-09Helpers v2.0.0, added versioning, added array_to_list and ↵BuildTools
get_permission_content, renamed isIP to is_ip
2016-01-09Initial commit of chatalias.py v2BuildTools
2015-12-27Merge pull request #30 from psrcek/devPanFritz
Fixed capitalization
2015-12-26Fixed capitalizationpsrcek
2015-12-09Added comment with permission nodes to blockplacemodsDico200
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-25Revert "Merge branch 'wrapper' of ↵Dico200
https://github.com/RedstonerServer/redstoner-utils into wrapper" This reverts commit 4d5861fd3648e969b6a5dc6b210a81eccda2636c, reversing changes made to 9d0e4c99ba84d4efb7828704ed5b0a8e7bdfc52d.
2015-11-25Revert "wrapper_command WIP"Dico200
This reverts commit 522a7a99a115b2c32e8edd00fe47d1b288d6b006.
2015-11-25wrapper_command WIPDico200