Commit graph

128 commits

Author SHA1 Message Date
ec5265f054 Added DiscordSender, fixing and adding things
- It allows putting the Discord name in the chat and other plugins'
commands to work with it
- It will now only forward the general chat from MC
- It will no longer echo the message sent from Discord
2016-11-28 18:11:16 +01:00
cadd04ccd1 Removed server shutdown message 2016-11-26 15:36:46 +01:00
7de50eb00d Added message for testing 2016-11-25 21:35:21 +01:00
20d6cd7313 IT WORKS! Chat works! With some bugs ofc 2016-11-25 21:05:35 +01:00
df75adb67a Did the MC chat connection, at least a test 2016-11-25 19:16:19 +01:00
alisolarflare
8069c71663 Re-added issue and debug channels 2016-11-23 11:49:01 -05:00
alisolarflare
b5c0d481dc Revert "Revert "Added bot-room channel""
This reverts commit 416f110ca6.
2016-11-23 11:44:44 -05:00
alisolarflare
416f110ca6 Revert "Added bot-room channel"
This reverts commit 0ba9803644.
2016-11-23 11:44:08 -05:00
alisolarflare
0ba9803644 Added bot-room channel 2016-11-23 11:34:42 -05:00
alisolarflare
81f531fa6c Deleted serverissues and debug channel 2016-11-23 11:06:44 -05:00
alisolarflare
25e189e4d1 Moved debug channels to #bot-room 2016-11-23 11:04:00 -05:00
alisolarflare
f7c6614c2a Merge remote-tracking branch 'refs/remotes/origin/master' into Ali
# Conflicts:
#	src/main/java/buttondevteam/discordplugin/DiscordPlugin.java
2016-11-21 21:20:53 -05:00
alisolarflare
930c6bea05 Added DebugMessageListener to DPlugin 2016-11-21 20:29:53 -05:00
e2870ef4b0 Updated chat channel ID 2016-11-20 02:45:20 +01:00
d87cb6cbaf Fixed userinfo finding user by tag 2016-11-19 20:12:53 +01:00
a954720ebd Started MC chat (#8) 2016-11-15 22:01:55 +01:00
6e67787083 Moved listeners 2016-11-15 21:15:23 +01:00
714c4c3de2 Fixed some issues 2016-11-15 21:05:18 +01:00
0ff139928b Added support for role mentions
After a while of trying to test it locally while my PC is already busy,
I decided on continuing to test in production. This is alpha stage
afterall.
2016-11-15 20:48:45 +01:00
1871dfbb2f Testing again 2016-11-14 19:40:29 +01:00
c22fdeac49 Added back and changed 2016-11-14 19:37:45 +01:00
eaf74d9d83 Remove to test 2016-11-14 19:36:24 +01:00
ec43d39257 Testing for embeds 2016-11-14 19:33:29 +01:00
0839dbba73 Remove and test 2016-11-14 19:29:30 +01:00
6ef6882335 Checking for attachments 2016-11-14 19:26:37 +01:00
3066271c0e Removed thingy and hopefully triggered it 2016-11-14 19:20:46 +01:00
ce9e2987b3 Added typing and test 2016-11-14 18:06:54 +01:00
f665d1c8b9 Fixed NPE in userinfo 2016-11-14 17:41:55 +01:00
8c5dd3b320 Improved help and actually added it to cmds 2016-11-12 20:14:16 +01:00
6a4b776c37 Probably made the connect cmd case insensitive and other things 2016-11-12 01:43:54 +01:00
b144a55935 Fixed userinfo command in PM 2016-11-05 19:46:14 +01:00
73280fa88e Added some config saving code 2016-11-05 19:21:34 +01:00
19dd0f5ef5 Merge branch 'master' of https://github.com/TBMCPlugins/DiscordPlugin.git 2016-11-05 18:55:37 +01:00
31a81d7849 Fixed command paths 2016-11-05 18:55:24 +01:00
f8404c56c5 Improved test mode and removed some messages 2016-11-05 16:53:14 +01:00
e7531fd830 Made the exception handler more reliable 2016-11-03 22:45:21 +01:00
b43b7c86ff Added and fixed a bunch of things
- Added exception handler to Discord commands
- Added retry code for getting guilds/servers
- Added max message length for exception sending to Discord
- Made the connect message only appear in Minecraft when needed
- Fixed status formatting in userinfo
- Improved userinfo command
- Other fixes and improvements
2016-11-02 22:53:55 +01:00
fb5dd60b84 Fixes and stuff 2016-11-02 18:37:36 +01:00
754ed869f1 Finished player info things 2016-11-01 21:30:52 +01:00
f60a5205de Added messages 2016-10-31 18:07:53 +01:00
b2e9503a02 Again... 2016-10-31 17:39:14 +01:00
4d62c09b36 Fixed typo... 2016-10-31 17:38:37 +01:00
0d29781713 Added testing status for bot 2016-10-31 17:27:17 +01:00
c6a07162c3 Added userinfo command 2016-10-31 00:28:15 +01:00
d8dcf72075 Added messages and fixes (#3) 2016-10-30 23:18:02 +01:00
cacb14a307 Why haven't I commited this
Only the plugin.yml and registering /discord is the current change.
2016-10-30 23:10:02 +01:00
c6b831e035 Added code to actually run commands
Also made it not respond to bots...
2016-10-29 23:56:30 +02:00
01ee8d7e94 Fixed file delete and prevented constant config saving 2016-10-29 23:20:16 +02:00
9614fa0994 Fixed plugin.yml 2016-10-29 22:46:56 +02:00
7cd3a9c85e Probably finished /discord command 2016-10-29 22:22:45 +02:00
e6829fb7c9 Added commands 2016-10-29 20:45:52 +02:00
d30964bec8 Connect accept WIP, refactoring again... 2016-10-28 22:19:55 +02:00
267555848c Added a few things
- Implemented the connect command on the Discord side
- It'll retry if the message sending failed
- Wait for distinguish
2016-10-28 19:48:27 +02:00
0d4dc309a5 Started connect command 2016-10-25 22:21:25 +02:00
73629cbd64 Fixed another import 2016-10-24 20:09:58 +02:00
a782d287b0 Fixed import 2016-10-24 20:07:52 +02:00
bd81c0f485 Added sending event errors to Discord 2016-10-23 02:51:35 +02:00
555faa7f52 Added #6 and #4 2016-10-23 02:02:16 +02:00
6ab6bc9fc6 CommandListener almost done 2016-10-22 01:59:58 +02:00
441db0b6e6 Added code to unpin messages in general 2016-10-21 23:53:28 +02:00
b1d6d61e61 Fixes, improvements 2016-10-21 22:38:17 +02:00
c3fbbdfcaf Added #1 fully 2016-10-21 22:08:58 +02:00
5379d2cc1a Moved to general chat for regular posts and added pinning 2016-10-18 22:08:07 +02:00
f7dfc297ee Improvements, fixes, additions
- Now it waits 10s even if sending the message failed
- And it'll retry sending it
- Fixed condition
- Added posting distinguished posts to announcements
2016-10-10 21:40:45 +02:00
45f6cdd39f Updated Discord4J, fixed token file location 2016-10-08 18:05:04 +02:00
7db8c283f5 Reverse order and URL fix 2016-10-08 17:29:11 +02:00
ac851a845b Added if 2016-10-08 17:08:45 +02:00
01edb18649 Changed the order and simplified message 2016-10-08 17:05:05 +02:00
4db7bb7082 Added logout and a small fix 2016-10-08 16:57:54 +02:00
bd51083568 Added line to send message 2016-10-08 16:47:17 +02:00
23fbc0824c Fixed some NPEs 2016-10-08 16:44:01 +02:00
b49da2f1df Worked on #2 2016-10-07 23:48:39 +02:00
824c72318c Small changes 2016-10-06 22:39:12 +02:00
08932887b1 Added API stub (#4) 2016-10-04 21:55:03 +02:00
f0959c1abe Started #2 2016-10-04 21:40:09 +02:00
b94a689a1e Fixed logging and saying hi to the bot channel 2016-10-03 22:16:08 +02:00
842f8a63b7 Fixes 2016-09-17 22:20:43 +02:00
6f5baf6836 Added files 2016-09-16 23:07:53 +02:00