Commit Graph

86 Commits

Author SHA1 Message Date
cnaude
c63f7626bc Move IRCMessageEvent to synchronous queue 2019-04-28 15:57:56 -07:00
cnaude
0db1b2e9cd Better error handling with vault group prefix lookup. 2019-04-10 21:30:54 -07:00
cnaude
015870f3c7 Possible duplicate non blocking space fix. 2019-02-17 18:20:35 -07:00
cnaude
15a2a3cea0 Use GameAdvancement instead of GameAchievement for MC 1.12 and 1.13. #32 2018-11-18 16:30:49 -07:00
cnaude
91920953c6 Major refactoring of Herochat code. 2017-10-02 15:16:54 -07:00
cnaude
eb3c75b139 Fix netPacket errors 2017-06-15 21:49:18 -07:00
cnaude
dda8c31780 IRCMessageEvent now obeys cancel orders. 2017-06-15 21:16:10 -07:00
cnaude
e765453811 IRCMessageEvent should be cancellable. 2017-06-15 20:37:48 -07:00
cnaude
cf1dce7605 Randomize the prefix tag for townychat 2017-06-07 18:05:22 -07:00
cnaude
09eabbfeb1 Update for 1.12 2017-05-23 18:57:26 -07:00
cnaude
3050b42dc9 Use DiscordUtil for sending messages to Discord. #30 2017-04-07 19:43:27 -07:00
cnaude
f31bec89b7 Minor DiscordSRV hook fix 2017-04-06 22:39:25 -07:00
cnaude
d07f6be1e2 Add channel to IRCMessageEvent 2017-04-03 19:47:46 -07:00
cnaude
01e0a93e81 Ignore players muted via EssentialsX. 2017-02-03 18:33:13 -07:00
cnaude
bdca07f1cf Reduce kick event spamming. 2017-01-12 18:25:46 -07:00
cnaude
fba98f6aee UChat compatibility #24 2016-12-08 21:35:22 -07:00
cnaude
8dff546768 IRCMessageEvent is now modifiable. 2016-11-28 20:32:03 -07:00
cnaude
32ac3e2057 Add DiscordSRV support. 2016-09-19 22:32:21 -07:00
cnaude
9543e665ab Add PlaceholderAPI support. 2016-09-03 09:16:54 -07:00
cnaude
1bc82b84e1 Add PlaceholderAPI support. 2016-09-02 19:41:59 -07:00
cnaude
1e60d2b45f Fix topic change messages. Added new token: %OLDTOPIC% 2016-07-31 12:44:15 -07:00
cnaude
52ff2d4620 Fix VentureChat message templates. 2016-07-31 12:17:59 -07:00
cnaude
aeeeb18d2b Add missing IRC->VentureChat messages. (join, kick, part, quit) 2016-07-26 18:19:59 -07:00
cnaude
d6f36a23ca Only strip game colors from IRC message, not tokens. #20 2016-07-04 22:26:59 -07:00
cnaude
89d809c6a5 Add strip-game-colors-from-irc option. (Removes § codes from IRC) 2016-06-10 20:37:08 -07:00
cnaude
5071014d7f Add nick-prefix.owner option 2016-05-24 07:28:56 -07:00
cnaude
69b79c586e Ignore private hc messages. 2016-05-01 22:07:43 -07:00
cnaude
89ab3ff194 Update SuperVanish (and PremiiumVanish) dependency to 5.5.0. 2016-03-14 18:21:25 -07:00
Chris Naude
dfb22860c1 Synchronously send broadcast messages to the game. 2016-03-11 10:53:40 -07:00
cnaude
ae2e731fff Switch from MineverseChat to VentureChat. 2016-02-16 22:52:08 -07:00
cnaude
99bf740ff6 Join and quit delay should probably be the same and configurable. 2015-12-25 12:27:58 -07:00
cnaude
33cad8d3fb Initial SimpleTicketManager support. #9 2015-12-21 07:38:40 -07:00
cnaude
666b94b502 Refactoring 2015-12-19 18:30:13 -07:00
cnaude
1258cfa305 Add MineverseChat hooks. 2015-12-18 22:43:53 -07:00
cnaude
0b1eee3989 Compatible with CraftBukkit now. 2015-12-14 20:00:46 -07:00
cnaude
7ec6e42e60 Don't send zws to game. 2015-12-13 21:14:58 -07:00
cnaude
57c682b5b3 Fix hook messages on startup. 2015-12-06 18:44:16 -07:00
cnaude
d1d4cc6b1d Add global chat-ping-fix option. Inserts zero width space into tokenized payer names. 2015-12-05 22:23:01 -07:00
cnaude
1416950ede Add global chat-ping-fix option. Inserts zero width space into tokenized payer names. 2015-12-05 22:17:30 -07:00
cnaude
b27ecc59db Add IRCMessageEvent
Minor bug fix in mcmmo hook.
2015-12-05 10:58:16 -07:00
cnaude
1bb118bf45 Save on shutdown and reload is now default to to false. 2015-12-01 22:28:21 -07:00
cnaude
5734359021 Log tailer enhancements. #10 2015-11-28 22:21:37 -07:00
cnaude
ecd89e7e25 Add NTheEndAgain hooks. 2015-11-26 14:50:02 -07:00
cnaude
ea300a0a23 Updating javadocs. #116
Code merge with CB version.
Added game-first-join message template.
2015-11-22 16:01:58 -07:00
cnaude
9b7c0d4deb Add file tailer. Tail your server.log and send output to user or channel. 2015-11-15 17:25:26 -07:00
cnaude
2c65df64bf New commands: ban, unban, addban, removeban, listbans
Improved addop and addvoice commands.
2015-11-15 15:58:22 -07:00
cnaude
cf7197ccd4 * Null pointer fix. 2015-11-01 16:52:13 -07:00
cnaude
6202673298 Add player list info to join/quit messages. #7 2015-10-22 07:23:30 -07:00
cnaude
baeef2802b Remove unused GriefPrevention listener. 2015-08-17 21:33:59 -07:00
cnaude
a279fddd15 Fix group prefix and suffix issue. #110 2015-08-16 16:33:02 -07:00