Revision Difference
server-custom-emojis#551351
<cat>Play.Hosting</cat>⤶
<title>Server Custom Emojis</title>⤶
⤶
Since the monthly Rust update of the 3rd of August 2023, it is possible for servers to implement custom emojis that players can use in chat.⤶
⤶
[video of using emojis]⤶
⤶
# How do I add custom emojis to my server?⤶
⤶
There are a few technical requirements for what images can be used for emojis :⤶
⤶
- No bigger than 256*256 pixels⤶
- Must be `.jpg` or `.png` file format (note: `.jpg` won't support transparency) ⤶
- Must be less than `250kb` in file size⤶
⤶
## Where do I put my emoji files?⤶
⤶
Emojis should go into a folder named `serveremoji` in your Rust server's directory alongside the `cfg` folder and all player data.⤶
⤶
<upload src="a5436/8db9364e79ef86e.png" size="204996" name="image.png" />