Emoji
The emoji
tag is used to replace text-based emojis with Unicode emojis
Usage: emoji
When clicking on such an emoji, it will be copied to the chat
⚙️ 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>"
🔐 Permissions
📂 Path permission.yml → message.format.emoji
⚖️ Default
yml
emoji:
name: "flectonepulse.module.message.format.emoji"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |