Commit Graph

149 Commits (master)

Author SHA1 Message Date
Chikachi 21182dd408
Update README.md 2021-05-02 09:09:43 +02:00
Mijago c488641f83 Updated to latest DiscordIntegrationCore 2018-10-30 10:35:12 +01:00
Mijago 1e968f3a4e #167 Bot does only update channel information when the player count changes 2018-10-30 10:35:12 +01:00
Mijago 6b3834d6f5 Update to latest DiscordIntegrationCore 2018-06-07 13:39:20 +02:00
Mijago 226ca64051 Introduced method "loadAndValidateConfig";
to give the possibility to separate these operations
2018-06-07 12:48:58 +02:00
Mijago 311e8e4480 Update to latest DiscordIntegrationCore 2018-06-07 09:01:46 +02:00
Mijago e7a5f651b0 Update to latest DiscordIntegrationCore 2018-06-07 08:53:57 +02:00
Mijago ddcfbf71a2 Update to latest DiscordIntegrationCore 2018-06-06 13:00:37 +02:00
Mijago f6a7cc7a0b Fixed shutdown order for DiscordThread on server stop 2018-06-06 11:35:10 +02:00
Mijago c0b4f103f8 Refactored DiscordListener a bit 2018-06-06 11:27:10 +02:00
Mijago 4724f5ffd2 Update to latest DiscordIntegrationCore 2018-06-05 12:19:29 +02:00
Mijago baf3b44d31 Fix for channel topic update 2018-06-05 12:16:23 +02:00
Mijago 72703055d0 Refactored DiscordListener.java 2018-06-05 09:35:38 +02:00
Mijago 732a689558 Updated Changelog 2018-06-04 22:31:10 +02:00
Mijago 21b6f64716 Update to latest DiscordIntegrationCore 2018-06-04 22:17:43 +02:00
Mijago 5e8a6f5e02 More badge tweaking 2018-06-04 19:52:22 +02:00
Mijago e540e65a95 Updated BuildStatus badge 2018-06-04 19:41:46 +02:00
Mijago f24430d08b Added "Server is offline." message to channels with updateDescription=true 2018-06-04 19:32:39 +02:00
Mijago 77dda68c55 Update to latest DiscordIntegrationCore 2018-06-04 17:19:05 +02:00
Mijago 2d6ce502e6 Minor tweak for the DiscordThread (removed printStackTrace) 2018-06-04 17:18:34 +02:00
Mijago e763b61a42 Added MAXPLAYERCOUNT argument to be available for the channel descriptions 2018-06-04 17:15:21 +02:00
Mijago 368c8b5156 Added ability to update channel topic using the configuration.
Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 17:06:07 +02:00
Mijago 3399ecdcb5 Update to latest DiscordIntegrationCore
Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 16:08:39 +02:00
Mijago d49353abf1 Fix for getOnlineRealPlayerNames in MinecraftInformationHandler
Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 13:55:03 +02:00
Mijago 0a1f488ff4 Added ability to ignore commands using regexp; Refactored MinecraftListener;
Issue https://github.com/Chikachi/DiscordIntegration/issues/86

Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 13:45:47 +02:00
Mijago 64db9374bc Refactored player count methods to a new class MinecraftInformationHandler;
This class should handle all complex code that needs to be used at more than one place (like player count).

Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 12:05:14 +02:00
Mijago 97f2b06cb8 Refactored most logic for setDiscordPresence to the core repository.
Issue https://github.com/Chikachi/DiscordIntegration/issues/102

Signed-off-by: Mijago <afruehwald@mijago.de>
2018-06-04 10:31:44 +02:00
Mijago 8dd46dedcf Show Discord channel in Minecraft Chat [#106]
I simply added the new variable {CHANNEL} to be used in this manner.
2018-06-04 09:14:54 +02:00
Chikachi 577aff0bfc
Testing
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-03 21:31:02 +02:00
Chikachi 775a4efcdd
Testing
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-03 21:26:28 +02:00
Chikachi d7991fc53c
Delay removing of old data when running server test
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-03 21:14:34 +02:00
Chikachi 5bd87f8e55
Update to ci-minecraft-forge-server-test 1.3.1
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-03 00:00:20 +02:00
Chikachi bdfd3ec9dd
Updates to server test stage
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-02 18:19:36 +02:00
Chikachi 65019bd577
Updated copyright texts
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-02 12:31:32 +02:00
Chikachi c5bffef051
Update to latest DiscordIntegrationCore
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-02 11:20:04 +02:00
Chikachi 6cd6a95701
Add CurseForge badges to README
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-02 11:05:57 +02:00
Chikachi 5c712451a5
More command cleanup
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-02 11:05:40 +02:00
Mijago 63bca4d64a Fix - Linking commands are now always added 2018-06-02 10:54:13 +02:00
Chikachi b95275bfec More command tweaks;
Original commit by Mijago

* Fixed Config command;
* Removed getTabCompletions from CommandDiscord;
* Removed unused imports;

For issue https://github.com/Chikachi/DiscordIntegration/issues/146
2018-06-02 10:53:38 +02:00
Mijago b4223333df Modified CommandDiscord to extend CommandTreeBase; Moved all commands to subcommands
Handles issue https://github.com/Chikachi/DiscordIntegration/issues/146
2018-06-02 10:51:13 +02:00
Mijago 9960352e7a Added Presence (showing how many players are online in the "Playing ..." message).
This utilizes an extra thread (DiscordThread) which may be used for other purposes in future features.
2018-06-02 10:48:21 +02:00
Chikachi 8e910cad62
Cleanup MinecraftListener a bit more
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-01 22:51:33 +02:00
Chikachi 8d1d805cf1
Merge branch '1.12' of github.com:Chikachi/DiscordIntegration into 1.12 2018-06-01 22:46:20 +02:00
Chikachi a9f4d1bbdd
Cleanup MinecraftListener a bit
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-01 22:45:35 +02:00
Chikachi 8c0c2b0a99
Merge pull request #151 from Mijago/feature/149_make_command_feedback_information_toggleable
Feature: Make command feedback information toggleable #149
2018-06-01 19:20:30 +02:00
Chikachi 5614cd0afd
Add CodeFactor badge
Signed-off-by: Chikachi <chikachi@chikachi.net>
2018-06-01 19:13:06 +02:00
Chikachi e2bc6ef67f
Update Jenkinsfile 2018-06-01 18:24:22 +02:00
Chikachi 9a76dd9c6f
Update dependencies
- DiscordIntegrationCore updated

- JDA updated to 3.6.0_354

- Forge updated to 14.23.4.2705
2018-06-01 17:55:55 +02:00
Mijago 08443036b3 Feature: Make command feedback information toggleable #149
Issue: https://github.com/Chikachi/DiscordIntegration/issues/149

Allows us to set the outputEnabled flag to disable command output to the Discord console.
Defaults to true.
2018-05-30 12:55:57 +02:00
Chikachi 3b7de34e47
Update ISSUE_TEMPLATE.md 2018-04-09 11:38:14 +02:00