RMJTromp / ChatEmojis

Chat Emojis is a lightweight Minecraft Spigot server plugin that replaces emoticons with 'emojis'.
https://www.spigotmc.org/resources/chatemojis.88027/
GNU General Public License v3.0
5 stars 7 forks source link

Anvil Support #23

Closed RMJTromp closed 10 months ago

RMJTromp commented 10 months ago

Adds support for anvils.

Anvil is not supported for 1.7 Support for 1.8 - 1.10 was added through packet interception Support for 1.11 and higher was added through AnvilPrepareEvent

Added a setting toggle is SettingsWindow

Removed some redundant .yml files which were compiled into the JAR

Updated Config class for config to be read using UTF-8 This prevents weird looking symbols or question-marks from appearing in emojis

image

Accidentally pushed some other commits in here which has no effect on how the plugin works