Commit Graph

373 Commits

Author SHA1 Message Date
cnaude 68a282690a Build with latest DiscordSRV version (1.16.6) 2019-03-07 18:42:46 -07:00
cnaude c2fd0dded0 Little more debugging for ZWS 2019-02-25 22:01:22 -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 1b3da8e0b9 Use getName() instead of commandLabel 2018-09-21 20:32:13 -07:00
cnaude 34f64c7cab Better support for MC 1.13.1. 2018-09-21 20:18:53 -07:00
cnaude 9250e86884 Build with MC 1.13.1 2018-09-10 22:38:41 -07:00
cnaude 9a790522ce Fix irc-mode messages. 2018-07-27 21:48:14 -07:00
cnaude 0ea61ea8ae Spigot-1.13 support. 2018-07-17 21:03:13 -07:00
cnaude e3f4a89c1d Repo change. 2018-07-17 20:55:30 -07:00
cnaude 26faeacdc4 Spigot-1.13 support. 2018-07-17 20:51:04 -07:00
cnaude 8466a84b1d Add nick timer to try and switch back to primary nick. 2018-06-09 10:07:46 -07:00
cnaude fb2e12fd55 Update DiscordSRV version 2018-03-13 20:33:29 -07:00
Chris c97a0dce4e
Merge pull request #36 from Scarsz/patch-1
Fix NoSuchMethodError with DiscordSRV hook
2018-03-13 20:17:02 -07:00
Austin Shapiro 2f8768cec9
Fix NoSuchMethodError with DiscordSRV hook
Caused by: java.lang.NoSuchMethodError: github.scarsz.discordsrv.dependencies.jda.core.entities.Message.getContent()Ljava/lang/String;
2018-03-13 19:58:31 -07:00
cnaude 790a69a485 Null pointer exception catch 2017-10-08 22:33:36 -07:00
cnaude 91920953c6 Major refactoring of Herochat code. 2017-10-02 15:16:54 -07:00
cnaude 7794d2898d Add @ mention support for DiscordSRV hook 2017-09-16 13:28:09 -07:00
cnaude 83d85bb7a7 Ignore DiscordChatChannelListCommandMessage 2017-09-15 06:41:48 -07:00
cnaude 70aa4c4534 Remove debug line 2017-09-15 06:32:26 -07:00
cnaude f2f53ece48 Check for null color codes 2017-09-15 06:31:07 -07:00
cnaude 55f65256a0 New discord-chat tokens %NICKNAME%, %EFFNAME%, %COLOR% 2017-09-14 18:42:35 -07:00
cnaude 8198c9082f DeathMessagesPrime version bump. 2017-08-09 06:34:31 -07:00
cnaude ddb2db55d5 MC version bump to 1.12.1 2017-08-03 07:12:30 -07:00
cnaude 9591088ad4 Update Discord version 2017-07-31 22:35:51 -07:00
cnaude 4aa1b4be68 Add irc-discord-action 2017-07-31 22:22:04 -07:00
cnaude 6a698bd542 Better command exception handling. Fallback to ConsoleSender for vanilla commands. 2017-06-21 06:58:29 -07:00
cnaude 809cdf4ba3 Update for DiscordSRV 14.3 2017-06-18 20:51:05 -07:00
cnaude 44315e5d08 Add nickserv command 2017-06-17 12:33:35 -07:00
cnaude 195deaf28c Add sasl capability
Add nickserv command
2017-06-17 12:29:31 -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 e975975688 IRCCommandEvent should be cancellable. 2017-06-15 20:40:20 -07:00
cnaude e765453811 IRCMessageEvent should be cancellable. 2017-06-15 20:37:48 -07:00
cnaude 9510c0b894 Pom version updates. 2017-06-11 10:21:27 -07:00
cnaude 7f0c23d8be Discord 14.1 support. 2017-06-07 21:42:13 -07:00
cnaude cf1dce7605 Randomize the prefix tag for townychat 2017-06-07 18:05:22 -07:00
cnaude ca6d00c7b9 Slightly less verbose debugging. 2017-06-01 19:20:27 -07:00
cnaude 6aac9c0988 Handle null pointer exceptions when dynmap is broken. 2017-05-26 21:24:32 -07:00
cnaude 198d70a332 Slightly better advancement messages 2017-05-24 06:20:26 -07:00
cnaude 09eabbfeb1 Update for 1.12 2017-05-23 18:57:26 -07:00
Chris ab0d4a2962 Merge pull request #33 from Rodzynus/master
Correctly recognise vanished players during quit event.
2017-05-23 18:45:53 -07:00
Rodzynus fcbee591dd Cleanup 2017-05-14 02:26:20 +01:00
Rodzynus 1745638eb4 Correctly recognise vanished players during quit event.
Remove broken repo.
2017-05-14 02:07:47 +01: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 252050569c Merge origin/master 2017-04-05 20:12:01 -07:00
cnaude 47045d974e Fire IRCMessageEvent for @msg commands 2017-04-05 20:11:02 -07:00
Chris e4dddab209 Merge pull request #31 from PugaBear/patch-2
Add a getChannel method
2017-04-04 17:01:12 -07:00
PugaBear 9aceb48152 Add a getChannel method 2017-04-04 18:53:08 -05:00