Commit graph

276 commits

Author SHA1 Message Date
alisolarflare d3691222b8 Merge pull request #10 from TBMCPlugins/Ali
Added DebugMessageListener
2016-11-21 21:21:11 -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
Norbi Peti e2870ef4b0 Updated chat channel ID 2016-11-20 02:45:20 +01:00
Norbi Peti d87cb6cbaf Fixed userinfo finding user by tag 2016-11-19 20:12:53 +01:00
Norbi Peti a954720ebd Started MC chat (#8) 2016-11-15 22:01:55 +01:00
Norbi Peti 6e67787083 Moved listeners 2016-11-15 21:15:23 +01:00
Norbi Peti 714c4c3de2 Fixed some issues 2016-11-15 21:05:18 +01:00
Norbi Peti 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
Norbi Peti 1871dfbb2f Testing again 2016-11-14 19:40:29 +01:00
Norbi Peti c22fdeac49 Added back and changed 2016-11-14 19:37:45 +01:00
Norbi Peti eaf74d9d83 Remove to test 2016-11-14 19:36:24 +01:00
Norbi Peti ec43d39257 Testing for embeds 2016-11-14 19:33:29 +01:00
Norbi Peti 0839dbba73 Remove and test 2016-11-14 19:29:30 +01:00
Norbi Peti 6ef6882335 Checking for attachments 2016-11-14 19:26:37 +01:00
Norbi Peti 3066271c0e Removed thingy and hopefully triggered it 2016-11-14 19:20:46 +01:00
Norbi Peti ce9e2987b3 Added typing and test 2016-11-14 18:06:54 +01:00
Norbi Peti f665d1c8b9 Fixed NPE in userinfo 2016-11-14 17:41:55 +01:00
Norbi Peti 8c5dd3b320 Improved help and actually added it to cmds 2016-11-12 20:14:16 +01:00
Norbi Peti 6a4b776c37 Probably made the connect cmd case insensitive and other things 2016-11-12 01:43:54 +01:00
Norbi Peti b144a55935 Fixed userinfo command in PM 2016-11-05 19:46:14 +01:00
Norbi Peti 73280fa88e Added some config saving code 2016-11-05 19:21:34 +01:00
Norbi Peti 19dd0f5ef5 Merge branch 'master' of https://github.com/TBMCPlugins/DiscordPlugin.git 2016-11-05 18:55:37 +01:00
Norbi Peti 31a81d7849 Fixed command paths 2016-11-05 18:55:24 +01:00
Norbi Peti f8404c56c5 Improved test mode and removed some messages 2016-11-05 16:53:14 +01:00
Norbi Peti e7531fd830 Made the exception handler more reliable 2016-11-03 22:45:21 +01:00
Norbi Peti 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
Norbi Peti fb5dd60b84 Fixes and stuff 2016-11-02 18:37:36 +01:00
Norbi Peti 754ed869f1 Finished player info things 2016-11-01 21:30:52 +01:00
Norbi Peti f60a5205de Added messages 2016-10-31 18:07:53 +01:00
Norbi Peti b2e9503a02 Again... 2016-10-31 17:39:14 +01:00
Norbi Peti 4d62c09b36 Fixed typo... 2016-10-31 17:38:37 +01:00
Norbi Peti 0d29781713 Added testing status for bot 2016-10-31 17:27:17 +01:00
Norbi Peti c6a07162c3 Added userinfo command 2016-10-31 00:28:15 +01:00
Norbi Peti d8dcf72075 Added messages and fixes (#3) 2016-10-30 23:18:02 +01:00
Norbi Peti 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
Norbi Peti c6b831e035 Added code to actually run commands
Also made it not respond to bots...
2016-10-29 23:56:30 +02:00
Norbi Peti 01ee8d7e94 Fixed file delete and prevented constant config saving 2016-10-29 23:20:16 +02:00
Norbi Peti 9614fa0994 Fixed plugin.yml 2016-10-29 22:46:56 +02:00
Norbi Peti 7cd3a9c85e Probably finished /discord command 2016-10-29 22:22:45 +02:00
Norbi Peti e6829fb7c9 Added commands 2016-10-29 20:45:52 +02:00
Norbi Peti d30964bec8 Connect accept WIP, refactoring again... 2016-10-28 22:19:55 +02:00
Norbi Peti 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
Norbi Peti 0d4dc309a5 Started connect command 2016-10-25 22:21:25 +02:00
Norbi Peti 73629cbd64 Fixed another import 2016-10-24 20:09:58 +02:00
Norbi Peti a782d287b0 Fixed import 2016-10-24 20:07:52 +02:00
Norbi Peti 52e85d0ed8 Fixed depenency 2016-10-24 19:30:58 +02:00
Norbi Peti ce66a5db57 Changed to ButtonLib 2016-10-24 19:15:13 +02:00
Norbi Peti 303ae3490f Update README.md 2016-10-23 21:32:08 +02:00
Norbi Peti bd81c0f485 Added sending event errors to Discord 2016-10-23 02:51:35 +02:00