Commit Graph
8 Commits
Author SHA1 Message Date
Dico cab575937d Merge pull request #42 from RedstonerServer/imbusy-reply-patch
Solidify imbusy blocking pms, tpas, etc.
2016-05-28 22:22:01 +02:00
Dico 5592e16200 Solidify imbusy blocking pms, tpas, etc.
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-25 15:49:11 +02:00
Dico cb1a333a56 Merge pull request #41 from RedstonerServer/chatalias
Fixed player subcommand, removed debug outputs
2016-05-25 01:38:10 +02:00
Dico 07039b3d16 Fix command given for next help page in chatalias.py 2016-05-25 01:37:01 +02:00
Dico 93c9bab421 Chatgroups optimization
The message is now colorified just once, not for every recipient. I'll test all this at home <3
2015-11-04 12:01:38 +01:00
Dico 4a4cdc839b Add /chatgroup tpahere to chatgroups help message 2015-11-04 11:53:09 +01:00
Dico eb491bcd9e Update chatgroups, add /cg tpahere, add some cool code
I added a function do_for_chatgroup which takes a groupname, a function, and additional arguments after a receiver.
2015-11-04 11:52:27 +01:00
Dico 7282bf63f6 Removed unneeded permission check from signalstrength.py... again xD 2015-11-03 19:16:35 +01:00