summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.