RadBuilder / EmojiChat

A simple, configurable, opensource plugin that adds emojis to your chat!
https://emojichat.radbuilder.net/
MIT License
41 stars 29 forks source link

Update to 1.13 with Downscaled Emoji #4

Closed frost-byte closed 5 years ago

frost-byte commented 5 years ago

What is the purpose of this pull request?

Allow the plugin to work with 1.13

How do your changes address the purpose?

Using textures with a resolution of 768x768, downscaling them to 256x256 and adding the font configuration files allows the plugin to work with 1.13.

Changes

frost-byte commented 5 years ago

DiscordSRV has changed it's versioning and I'm not certain which repository can be used to obtain it. I had to download the latest version and install it manually using maven.

RadBuilder commented 5 years ago

DiscordSRV has changed it's versioning and I'm not certain which repository can be used to obtain it. I had to download the latest version and install it manually using maven.

Thanks for the PR! It looks like they require authentication for some reason now (see https://travis-ci.org/RadBuilder/EmojiChat/builds/453079315#L706). Going to look into it and will let you know what I find.

RadBuilder commented 5 years ago

Manually merged into v1.8 branch due to conflicts. Thanks! 1.13 support should be available soon!

frost-byte commented 5 years ago

Great! Glad to be of service and looking forward to the official update 👍