Plugin for Aliucord that prevents Discord from replacing emoji with images, using your system font to display them instead.
Find a file
2024-02-27 04:05:52 +01:00
gradle/wrapper Initial commit 2024-02-14 00:22:54 +01:00
images Add an image comparison of vanilla and TextEmoji to README 2024-02-14 01:13:17 +01:00
plugin/src/main Improve variable naming and move the magic pattern to a constant 2024-02-27 03:33:55 +01:00
.gitattributes Initial commit 2024-02-14 00:22:54 +01:00
.gitignore Initial commit 2024-02-14 00:22:54 +01:00
.gitlab-ci.yml Revert "Change JDK version to 11" 2024-02-27 04:05:52 +01:00
build.gradle.kts Bump version and update changelog 2024-02-14 19:36:29 +01:00
gradle.properties Initial commit 2024-02-14 00:22:54 +01:00
gradlew Initial commit 2024-02-14 00:22:54 +01:00
gradlew.bat Initial commit 2024-02-14 00:22:54 +01:00
LICENSE Add LICENSE 2024-02-15 01:40:09 +01:00
README.md Remove dot from short description 2024-02-17 15:06:13 +01:00
settings.gradle.kts Initial commit 2024-02-14 00:22:54 +01:00

TextEmoji Aliucord Plugin

A plugin for Aliucord, which prevents Discord from replacing emoji with images, using your system font to display them instead

Vanilla and TextEmoji comparison

Notes

  • If you just want to make the current emoji coverage better, try the NewEmoji plugin (#plugins-list).
  • As this uses your system emoji font, the range of supported emoji and the emoji themselves depend on what your OS provides (if you have root access, it's possible to replace the emoji font, but explaining how to do that is beyond the scope of this README).
  • This also prevents Discord from replacing the characters ™, © and ® (and their emoji variants). As such, the BetterTm plugin (#plugins-list) does nothing if used in conjunction with this one and can be disabled.
  • This also fixes a bug where text emoji reactions are partially transparent, which is also noticable on vanilla for emoji that aren't covered by the default set, but would be much more apparent with this plugin if it wasn't fixed.
  • "Jumbo" (big) emoji are missing. This is not impossible to do, but it isn't obvious either. The author also doesn't like that feature (patches welcome though! I will try to do it when I have the time and will to do so).

Download