Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
Emotes Server
This mod allow you to use emotes on your server with the companion client mod.
For players, that don't have the client mod, they will see a placeholder defined by the owner.
To use emotes, the players with the client mod will have to prefix and suffix your emotes with :, just like on Discord.
Configuration
Every emotes files are stocked in the folder <server folder>/config/emotes_server/emotes
But they aren't loaded automaticaly, you need to put them in the config at <server folder>/config/emotes_server/emotes_server.toml
You'll have a list of all your emotes, they should follow the following patern : "<name of png file>:<placeholder name>"
For example, I have the emote kappa.png in the emotes_server/emotes folder
In my config file, I'll have
emotes = ["kappa:Kappa"]
WARNINGS
You can't put emotes with an uppercase name, you'll have to always have a lowercase name.
TL;DR:
- no
Kappa.pngonlykappa.png - no
"Kappa:Kappa"in config file, only"kappa:Kappa"
⚠ Your emotes will be sent to the client aka they will have your emotes files on their computer so be aware of not using images you don't want publicly available.


