-
released this
2023-03-12 22:41:32 +00:00 | 0 commits to hotfix/1.0.2 since this releaseNote: The required Java version might have been increased to Java 17.
- The broadcast detection wasn't working properly, so any player who sent messages in a public chat would get individually pinged when a message was broadcasted
- Removed LuckPerms injector, it's too hard to keep up with the changes, will need to be reworked
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Chroma-Discord.jar
9 downloads · 14 MiB
-
Chroma-Discord v1.0.1 Stable
released this
2020-11-01 18:14:47 +00:00 | 40 commits to master since this release- Fixed the Minecraft chat module crashing if the chat channel is not set
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Chroma-Discord.jar
33 downloads · 14 MiB
-
Chroma-Discord v1.0.0 Stable
released this
2020-10-30 22:50:08 +00:00 | 44 commits to master since this releaseThis is the first official release of the plugin.
Changes since the last pre-release:
Additions:
- Added support for 1.16
- Added config option for using vanilla commands on Discord
- Added config option for game role color
- Added a hacky way of making Bukkit.getPlayer() return our fake players so the
mcchat
command works with some plugins- Requires a JDK and (when running as root) self-attach enabled
- Disabled by default
- Added custom /list command for the public chat to not reveal (Essentials) vanished players
- Detecting the server restart message to display on Discord
- Made the GeneralEventBroadcasterModule and GameRoleModule disabled by default
Fixes:
- Fixed vanilla commands on all supported versions (1.12, 1.14-1.16)
- Fixed the Minecraft role bug (#95)
- Updated Discord4J
- Fixed LuckPerms support
- Fixed advancement broadcasting on 1.16 (
6b60135
, #128) - Fixed
/mcchat
always being detected regardless of the configured prefix - Fixed occasional ConcurrentModificationExceptions for the Minecraft chat (#62)
- Fixed vanished players showing up on Discord (#120)
- Fixed /discord restart only working on Paper servers on 1.14 and above (#103)
- Waiting for shutdown messages to send before shuttting down
- Fixed the plugin crashing if it was disabled before it could fully enable (as most of the enable code is async) (#130)
- Fixed Discord commands not working in some cases (#98)
- Fixed Discord commands staying after their component is disabled
- Other fixes and improvements
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Chroma-Discord.jar
9 downloads · 14 MiB
-
v1.0 Pre-release 6 Pre-release
released this
2020-03-20 01:02:37 +00:00 | 75 commits to master since this release- Fixed player list update (#124)
- Update player list on (un)vanish (#120)
- It won't say anything in chat which could be suspicious
- Added vanilla command support for 1.15 and possibly future versions
- Using the correct channel for chat commands
- Fixed commands getting executed even if the preprocess event got cancelled
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Chroma-Discord.jar
17 downloads · 12 MiB
-
v1.0 Pre-release 5 Pre-release
released this
2020-02-01 19:15:57 +00:00 | 86 commits to master since this release- Fixed client ID race condition
- Made channels and roles default to 0 (#110)
- The plugin will only attempt to access those that are not 0
- Fixed unnecessary escaping in URLs
- Updated Discord4J
- Removed test account check (#114)
- Checking for admin permission for channel connections (#115)
- Fixed join/leave messages showing up when they shouldn't (#119)
- Only displaying players in the description who can see the channel (#91)
- Attempt to fix vanished players appearing in channel descriptions (#120)
- Processing custom emoji (#48)
- Made role listing fancier (#80)
- Trying to reload config before reset so a reset is enough to fully apply changes (#113)
- Allowing /discord reset if the login fails, added some info on how to get a token
- And not allowing /discord accept or decline (#121)
- Not saying that the game role color is the default color (#118)
- Added some documentation for the config
- Splitting messages that are too big (#122)
- Other fixes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
DiscordPlugin.jar
7 downloads · 7 MiB
-
v1.0 Pre-release 4 Pre-release
released this
2019-10-30 18:43:30 +00:00 | 94 commits to master since this releaseAdded 1.14 support
- PLW error handling (vanilla messages, like advancements)
- Vanilla command error handling
- Fixed exception Coder pinging
- Added DC user mention tabcomplete only for commands (MC limitation) (#16)
- Made DCP, PLW version independent
- Msg reset fixed (#101)
- Fixed getInfo if the player isn't on the DC server
- Fixed message after adding or removing a game role
- Made player list, custom and private chat toggleable (#51)
- Added support for vanilla commands on 1.14
- Checks for Minecraft being a game role (interesting bug)
- Moved a ) to fix messages not being received from channels on other servers (#105)
- Automatically get client ID for the invite link
- Made the reset command work even if the main server isn't set
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
DiscordPlugin.jar
10 downloads · 6.9 MiB
-
v1.0 Pre-release 3 Pre-release
released this
2019-06-08 20:44:03 +00:00 | 117 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.0 Pre-release 2 Pre-release
released this
2019-03-17 21:56:17 +00:00 | 145 commits to master since this releaseMade the plugin (almost) entirely configurable and prepared it for cases of missing/misconfigured channels. It's using the component system as well.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
DiscordPlugin.jar
5 downloads · 16 MiB
-
Source code (ZIP)