Skip to content
Mantas Vilčinskas edited this page Jan 18, 2017 · 3 revisions

EmojiX

This Spigot-based 1.11.2 Minecraft plugin adds Minecraft-compliant UTF-8 emoji to chat and signs without all the issues that other plugins such as Minemojis bring.

EmojiX fixes architectural flaws that you may encounter with other solutions: links get recognized as emoji, emoji in colored chat are tinted, and you are forced to use a resource pack because the emoji are merely Chinese characters that are indescribable outside of the game.

Permissions

  • emojix.chat.* - Access to all chat Emojis
  • emojix.chat.[id] - Access to the [id] Emoji for chat ( example: emojix.chat.:) )
  • emojix.sign.* - Access to all the sign Emojis
  • emojix.sign.[id] - Access to the [id] Emoji for signs ( example: emojix.sign.<3 )
  • emojix.chat.help - Access to use the EmojiX command

It’s important that you give users/groups access to the: emojix.chat.help in order for them to view their current Emojis available.

I have provided permissions for signs just in case server owners only wish to permit certain emojis for signs or none at all!

Configuration

THE RED RECTANGLE IN THE IMAGE REPRESENTS THE ATTRIBUTE IN THE CONFIG ABOVE SAID IMAGE

!---- Color Code format uses ‘&’ ----!

You can view available color codes here: http://minecraft.tools/en/color-code.php Don’t forget to replace ‘§’ with ‘&’ if you use the website!

I’ve tried to keep naming schemes and format of the Config relative to what they originally portray upon generation. Some attributes only have the color option; this is to help keep the plugins representation/indication!


suffix:
  color: “&9"  


hover:
  string: “[Hover for help]“
  color: “&f”


noemoji:
  string: “You don’t have any Emojis!”
  color: “&c”


nopermission:
  string: “You don’t have permission to use this command!”
  color: “&c”


tt-suffix:
  string: “EmojiX Plugin!”
  color: “&a”


tt-hover:
  string: “Hover over an Emoji to view the syntax! \nYou can then type out the syntax in chat to use the Emote\n
          or shift-click to auto-magically put it in chat!”
  color: “&a”


tt-noemoji:
  string: “You can earn Emojis by playing the game!”
  color: “&a”


tt-emoji:
  color: “&7"

Emoji.yml

The emoji format is as follows - TEXT : EMOJI

TEXT: What the user types in chat

EMOJI: The emoji in UTF-8 format

EMOJI REQUIREMENTS:

  • UTF-8

COMPATIBLE FONTS

Clone this wiki locally