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>"
The message :)
will be replaced with βΊ
π 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 for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |