Dico and GitHub
f02fd2aae5
Merge pull request #48 from RedstonerServer/loginsecurity-patch-1
...
Patch buggy movement blocking when logging in
2016-06-25 08:25:38 +02:00
Dico and GitHub
f6cb9ade9d
Merge pull request #47 from psrcek/patch-2
...
Added max page number
2016-06-25 08:23:34 +02:00
Dico and GitHub
fd368a8aac
Patch buggy movement blocking when logging in
...
Added a separate event handler for PlayerMoveEvent which instead of cancelling the event, sets the new position to the old one.
This should fix the buggy, flashy screen you get when you move your cursor while not yet logged in.
2016-06-23 05:21:24 +02:00
Dico and GitHub
bfcb22f650
Merge pull request #46 from psrcek/patch-1
...
Fix for bug, where you can shift click and toggle levers
2016-06-21 22:35:53 +02:00
Dico and GitHub
47a0a92225
Merge pull request #45 from psrcek/dev
...
Fixed typo
2016-06-12 18:09:40 +02:00
Dico
860c844d6c
Merge pull request #43 from RedstonerServer/chatalias-chained-aliases-patch
...
Prevent chained aliases in chatalias
2016-05-28 23:06:32 +02:00
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
2d6725df73
Prevent chained aliases in chatalias
...
Prevents 1 -> 23 along with 2 -> 3 and similar stuff
2016-05-25 16:40:31 +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