
Use unicode emojis in your server! Add or remove in-game, and type :placeholders: to show in chat.
SimpleEmojis is a lightweight Minecraft server plugin that allows players to use Unicode emojis in chat by typing simple placeholders like :skull:.
No resource packs are required — it works purely server-side with default Minecraft Unicode support.
:skull:, :heart:, or :smile: with their Unicode emoji equivalents in chat. config.yml. .jar file. plugins folder. config.yml. plugins/SimpleEmojis/config.yml file or use commands.Type any emoji placeholder in chat wrapped with colons.
Example: Hello :skull: world!
will display as: Hello 💀 world!
All commands require permissions unless you are OP by default.
/simpleemojis <list|reload|help>Permission: simpleemojis.admin (default OP)
/addemoji <placeholder> <emoji>Add a new emoji mapping on the fly. The placeholder must start and end with colons (:example:), and the emoji must be a single Unicode emoji character.
Example: /addemoji :star: ⭐
Result: Typing :star: in chat will show ⭐.
Permission: simpleemojis.add (default OP)
/removeemoji <placeholder>Remove an existing emoji mapping by its placeholder.
Example: /removeemoji :star:
Permission: simpleemojis.remove (default OP)
| Permission | Description | Default |
|---|---|---|
simpleemojis.admin |
Access /simpleemojis commands (list, reload, help) |
OP |
simpleemojis.add |
Use /addemoji command to add emojis |
OP |
simpleemojis.remove |
Use /removeemoji command to remove emojis |
OP |
config.yml)The configuration contains a map of placeholders to Unicode emojis:
emojis: ":skull:": "💀" ":heart:": "❤️" ":smile:": "😄" ":fire:": "🔥"
:). /simpleemojis reload.For bug reports or feature requests, please open an issue on the GitHub repository
Contributions and pull requests are welcome!
MIT License © TomMustBe12
Thank you for using SimpleEmojis! 🎉
Make your chat fun and expressive.