Skip to content

Emoji ​

The emoji tag is used to replace text-based emojis with Unicode emojis

Usage: emoji

emoji message
emoji minecraft

When clicking on such an emoji, it will be copied to the chat emoji gif

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ format.emoji

βš–οΈ Default ​

yml
emoji:
  enable: true
  values:
    :): "<click:suggest_command:\":)\"><hover:show_text:\":)\">☺</hover></click>"
    :D: "<click:suggest_command:\":D\"><hover:show_text:\":D\">☻</hover></click>"
    :(: "<click:suggest_command:\":(\"><hover:show_text:\":(\">☹</hover></click>"
    :ok:: "<click:suggest_command:\":ok:\"><hover:show_text:\":ok:\">πŸ–’</hover></click>"
    :+1:: "<click:suggest_command:\":+1:\"><hover:show_text:\":+1:\">πŸ–’</hover></click>"
    :-1:: "<click:suggest_command:\":-1:\"><hover:show_text:\":-1:\">πŸ–“</hover></click>"
    :cool:: "<click:suggest_command:\":cool:\"><hover:show_text:\":cool:\">😎</hover></click>"
    B): "<click:suggest_command:\"B)\"><hover:show_text:\"B)\">😎</hover></click>"
    :clown:: "<click:suggest_command:\":clown:\"><hover:show_text:\":clown:\">🀑</hover></click>"
    <3: "<click:suggest_command:\"<3\"><hover:show_text:\"<3\">❀</hover></click>"
    XD: "<click:suggest_command:\"XD\"><hover:show_text:\"XD\">πŸ˜†</hover></click>"
    %): "<click:suggest_command:\"%)\"><hover:show_text:\"%)\">😡</hover></click>"
    =D: "<click:suggest_command:\"=D\"><hover:show_text:\"=D\">πŸ˜ƒ</hover></click>"
    >:(: "<click:suggest_command:\">:(\"><hover:show_text:\">:(\">😑</hover></click>"
    :idk:: "<click:suggest_command:\":idk:\"><hover:show_text:\":idk:\">Β―\\_(ツ)_/Β―</hover></click>"
    :angry:: "<click:suggest_command:\":angry:\"><hover:show_text:\":angry:\">(β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻</hover></click>"
    :happy:: "<click:suggest_command:\":happy:\"><hover:show_text:\":happy:\">\(^O^)/</hover></click>"

enable ​

Enables or disables the functionality of the module

values ​

A list of all available emojis, where the key is the text to be replaced, and the value is the text to replace it with

FOR EXAMPLE, THERE IS AN EMOJI

yaml
:): "<click:suggest_command:\":)\"><hover:show_text:\":)\">☺</hover></click>"

The message :) will be replaced with ☺emoji minecraft

πŸ” Permissions ​

πŸ“‚ Path permission.yml β†’ message.format.emoji

βš–οΈ Default ​

yml
emoji:
  name: "flectonepulse.module.message.format.emoji"
  type: TRUE

name ​

Permission name

type ​

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)