Commit Graph

22 Commits

Author SHA1 Message Date
Dico200
fe2d6eb701 Forgot to set this timeout back up after testing... Derp 2016-05-31 01:00:15 +02:00
Dico200
ae706e8e12 Clean up imbusy. Improve replying to busy people. All working perfectly, tested thoroughly. 2016-05-31 00:13:51 +02:00
Dico200
edf5fa6d32 Fix /busy status 2016-05-30 22:59:09 +02:00
Dico200
4e4acc6b3d Remove sync.py file 2016-05-30 05:26:07 +02:00
Dico200
d66e8f3294 Imbusy hotfix... 2016-05-30 04:07:09 +02:00
Dico200
a0a7d43a38 Tweak comment above imbusy, removed credits, removed a useless comment with an old line of code 2016-05-29 21:29:36 +02:00
Dico200
5a757b7fb1 Removed @hook.enable decs from modules, added them to the on_enable() method of main.py. 2016-05-29 20:56:29 +02:00
Dico200
28ac05ce0a Tweak imbusy permission nodes 2016-05-28 22:22:51 +02:00
Dico200
7a905643eb Enabled friends module, added friends check in imbusy, fixed small mistakes 2016-05-28 22:18:27 +02:00
Dico200
89e3982a29 Implement some of pizza's changes from imbusy branch 2016-05-26 04:37:47 +02:00
Dico200
28afa1ddcf Changed debug output, tweaked [busy] broadcast prefix 2016-05-25 18:54:32 +02:00
Dico200
8629b39ce1 Make /busy a toggle, move help page to /busy help. Changed a few messages 2016-05-25 18:41:42 +02:00
Dico200
00e38efd14 Added catcher for /mail send 2016-05-25 18:32:20 +02:00
Dico200
a532c6b42c Changed broadcast message, removed two debugs 2016-05-25 18:18:27 +02:00
Dico200
a2a43ed464 Replace camelCase with _ stuff 2016-05-25 16:13:36 +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
Dico200
9a1006e711 Imbusy command: status <player> tweaked, cleaned up return statements 2016-05-25 03:05:59 +02:00
Dico200
29e7ce174b Imbusy command: Replace plugin_header calls with a single one at the start 2016-05-25 03:02:01 +02:00
Dico200
8165d5977b Small change to imbusy messages 2016-05-25 03:00:35 +02:00
Dico200
fca3cf250c Imbusy: Fixed typos and some *flaws* which I will disregard here @curs3d 2016-05-25 02:52:24 +02:00
PixelSergey
799584df46 Unbusies on logout 2016-02-07 13:15:51 +02:00
PixelSergey
fb7871bb3b Added I'M BUSY! plugin 2015-10-20 19:42:14 +03:00