SimpleEmojis

⭐ — (2 endorsements) 📥 823 downloads 📌 v1.0 📅 7/26/2025
🟠 Updated over a year ago

By TomMustBe12 · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/22/2025 📅 Created: 7/26/2025

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #299 of 1452 bukkit mods in this game by downloads

📋 About This Mod

✅ Replace placeholders like `:skull:`, `:heart:`, or `:smile:` with their Unicode emoji equivalents in chat.
✅ Easily configurable emoji mappings via `config.yml`.
✅ Add or remove emoji mappings dynamically with commands.
✅ Compatible with other chat formatting plugins; keeps your prefixes and colors intact.
✅ Tab completion for main commands and emoji placeholders.

# SimpleEmojis **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. --- ## Features - Replace placeholders like `:skull:`, `:heart:`, or `:smile:` with their Unicode emoji equivalents in chat. - Easily configurable emoji mappings via `config.yml`. - Add or remove emoji mappings dynamically with commands. - Compatible with other chat formatting plugins; keeps your prefixes and colors intact. - Tab completion for main commands and emoji placeholders. --- ## Installation 1. Download the latest SimpleEmojis `.jar` file. 2. Place it into your server’s `plugins` folder. 3. Start or reload your server to generate the default `config.yml`. 4. Customize emojis in the `plugins/SimpleEmojis/config.yml` file or use commands. --- ## Usage ### Emoji Placeholders in Chat Type any emoji placeholder in chat wrapped with colons. Example: ` Hello :skull: world! ` will display as: ` Hello 💀 world! ` --- ### Commands All commands require permissions unless you are OP by default. #### `/simpleemojis <list|reload|help>` - **list** — Shows all currently loaded emoji placeholders and their Unicode equivalents. - **reload** — Reloads the plugin configuration from disk. - **help** — Displays help and usage information. **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) --- ## Permissions | 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 | --- ## Configuration (`config.yml`) The configuration contains a map of placeholders to Unicode emojis: ` emojis: ":skull:": "💀" ":heart:": "❤️" ":smile:": "😄" ":fire:": "🔥" ` - Placeholders **must be quoted** if they contain colons (`:`). - You can edit this file manually or use commands to add/remove emojis. - After editing, reload the config with `/simpleemojis reload`. --- ## Support & Contributions For bug reports or feature requests, please open an issue on the (https://github.com/tommustbe12com/SimpleEmojis) Contributions and pull requests are welcome! --- ## License MIT License © TomMustBe12 --- Thank you for using SimpleEmojis! 🎉 Make your chat fun and expressive.

# SimpleEmojis

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.

## Features

  • Replace placeholders like `:skull:`, `:heart:`, or `:smile:` with their Unicode emoji equivalents in chat.
  • Easily configurable emoji mappings via `config.yml`.
  • Add or remove emoji mappings dynamically with commands.
  • Compatible with other chat formatting plugins; keeps your prefixes and colors intact.
  • Tab completion for main commands and emoji placeholders.

## Installation

1. Download the latest SimpleEmojis `.jar` file. 2. Place it into your server’s `plugins` folder. 3. Start or reload your server to generate the default `config.yml`. 4. Customize emojis in the `plugins/SimpleEmojis/config.yml` file or use commands.

### Emoji Placeholders in Chat

Type any emoji placeholder in chat wrapped with colons. Example: ` Hello :skull: world! ` will display as: ` Hello 💀 world! `

### Commands

All commands require permissions unless you are OP by default.

#### `/simpleemojis `

  • list — Shows all currently loaded emoji placeholders and their Unicode equivalents.
  • reload — Reloads the plugin configuration from disk.
  • help — Displays help and usage information.

Permission: `simpleemojis.admin` (default OP)

#### `/addemoji `

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 `

Remove an existing emoji mapping by its placeholder.

Example: ` /removeemoji :star: `

Permission: `simpleemojis.remove` (default OP)

## Permissions

| 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 |

## Configuration (`config.yml`)

The configuration contains a map of placeholders to Unicode emojis:

` emojis: ":skull:": "💀" ":heart:": "❤️" ":smile:": "😄" ":fire:": "🔥" `

  • Placeholders must be quoted if they contain colons (`:`).
  • You can edit this file manually or use commands to add/remove emojis.
  • After editing, reload the config with `/simpleemojis reload`.

## Support & Contributions

For bug reports or feature requests, please open an issue on the (https://github.com/tommustbe12com/SimpleEmojis)

Contributions and pull requests are welcome!

MIT License © TomMustBe12

Thank you for using SimpleEmojis! 🎉 Make your chat fun and expressive.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
TomMustBe12
Version
1.0
Downloads
823
Endorsements
2
Category
bukkit
Created
7/26/2025
Updated
7/22/2025
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
game-mechanics, management, social

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does SimpleEmojis support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of SimpleEmojis?

Version 1.0, published 2025-07-22 with 823 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by TomMustBe12 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods