Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Emotes
This mod allows you to use server defined emotes in chat
For Users:
Just type :
in chat with the start of your favorite emotes to use them!
For admins
Players that don't have the client mod will see a placeholder defined by the server owner.
Every emotes files are stocked in the folder <server folder>/config/emotes/emotes
But they aren't loaded automaticaly, you need to put them in the config at <server folder>/config/emotes/emotes.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/emotes
folder
In my config file, I'll have
emotes = ["kappa:Kappa"]
and I'll be able to use it in game as ":kappa:" and players without the mod will see "Kappa"
WARNINGS
You can't put emotes with an uppercase name (it's a minecraft limitation for where I stock the emotes in memory), you'll have to always have a full lowercase name.
Your emotes need to be squares, they can be high resolution but they need to be squares!
If not respected, the clients will crash when opening their chat.
TL;DR:
- no
Kappa.png
onlykappa.png
- no
"Kappa:Kappa"
in config file, only"kappa:Kappa"
- no 600x400 images only 600x600
⚠ 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.