▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/EmojiType
EmojiType

EmojiType

A plugin to auto-replace emoji codes with unicode symbols server-side.

137
2

screenshot of the plugin working

Emojis in minecraft 🤯

This is my first plugin and it's honestly pretty simple. You use the config.yml file to define replacement maps for unicode characters in a resource pack. There's some details in the config on how to set up new maps. Please read the description before asking for support.

I made this with three permission levels for access to emojis, so you can build out special emojis as rank perks if you'd like! You can also just leave the fields blank and just build out all your emojis under level one if you don't want to use the level feature.

This plugin does not come with a resource pack!

There's some good tutorials and tools out there on how to make packs for unicode symbols, I personally used when I was making mine since it gives you the unicode mappings in your pack folder. If you don't want to do it yourself, Cheerful is a good start :)

‼️YOU NEED TO HAVE A PERMISSIONS PLUGIN ON YOUR SERVER‼️

The emojis are not enabled by default, so you have to assign the permissions yourself.

Really this is kind of just a replacement filter, you don't have to use unicode symbols or emoji codes. Your text can really be whatever you want, this is just the intended use case :)

I'll probably have a new version of this up soon, there's a lot of things I want to add to this, but this is just the barebones first version.

Commands:

/emoji reload reloads the config

Permissions:

emojitype.admin

Grants access to /emoji reload

emojitype.levelone

Grants access to Level One emojis

emojitype.leveltwo

Grants access to Level Three emojis

emojitype.levelthree

Grants access to Level Three emojis

Default config.yml
# How to add a new emoji.
#
# ":EMOJI_NAME:": "UNICODE SYMBOL"
#
# EMOJI_NAME is what you want your players to enter, it can be anything. It's just what the plugin searches for to
# replace.
# UNICODE_SYMBOL is the unicode symbol that your emoji is defined as in your resource pack
# There's tutorials and tools out there to make resource packs for unicode symbols, it's pretty easy. I know that
# /resourcepacks/cheerful?version=1.21.5 can provide a good start!
# I used https://tools.nauticalhosting.org/packgen/ as I was working on this. It gives you the unicode mappings in your
# pack file.
#
# I also included three permission levels in this, just give your players the permission level based on what emojis you
# want your players to have access to.
#
# Do "/emoji reload" if you want to reload this config.

# Permission level: emojitype.levelone
emojis-level-one:
  ":heart_eyes:": ""
  #":EMOJI_NAME:": "UNICODE_SYMBOL"

# Permission level: emojitype.leveltwo
emojis-level-two:
  ":angry:": ""

# Permission level: emojitype.levelthree
emojis-level-three:
  ":mind_blown:": ""

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:CC-BY-SA-4.0
Опубликован:9 месяцев назад
Обновлён:9 месяцев назад
Главная