▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/EmotesChat
EmotesChat

EmotesChat

Add emotes to your chat

Оцените первым
2.0K
19

What is EmotesChat

EmotesChat is a plugin that allows players to send emotes in the chat. PlaceholderAPI & MiniMessage Compatible

Example

!Example

Commands and permissions

CommandDescriptionPermission
/emoteschatEmotesChat main commandemoteschat.reload
/emotesList available emotesnone
Bungee config
config:
  # Allow emotes usage on these commands (you can also use emoteschat.emotesoncommand.<command> permission)
  allow-on-commands:
    - "/message"
    - "/msg"
    - "/w"
    - "/whisper"
    - "/tell"
    - "/reply"
    - "/r"
  # Strip color tags on commands `§ca` -> `a`. Default: false
  strip-color-on-commands: false
  emotes:
    # This is an example emote. The section name is the ID of the emote.
    happy:
      # The text which will be replaced by the emote.
      code: ':happy:'
      # The text that will replace the code (compatible with legacy colors).
      emote: '☺'
      # The permission that the player needs to use the emote (leave in blank if you want it to be used by everyone).
      permission: 'emoteschat.emote.happy'
    heart:
      code: ':heart:'
      emote: '§c♡§r' # Remember to close colors as they affect the rest of the message.
      permission: ''

messages:
  emotes-list-header: '§b§lYour emotes:'
  emotes-list-no-emotes: '§8No emotes.'
  emotes-list-emote-identifier: '%EMOTECODE% §e- §r%EMOTE%'

Paper config
config:
  # Allow emotes usage on these commands (you can also use emoteschat.emotesoncommand.<command> permission)
  allow-on-commands:
  - "/message"
  - "/msg"
  - "/w"
  - "/whisper"
  - "/tell"
  - "/reply"
  - "/r"
  # Strip minimessage tags on commands `<red>a` -> `a`. Default: false
  strip-mm-on-commands: false
  emotes:
    # This is an example emote. The section name is the ID of the emote.
    happy:
      # The text which will be replaced by the emote.
      code: ':happy:'
      # The text that will replace the code (compatible with PlaceHolderAPI & MiniMessage).
      emote: '☺'
      # The permission that the player needs to use the emote (leave in blank if you want it to be used by everyone).
      permission: 'emoteschat.emote.happy'
    heart:
      code: ':heart:'
      emote: '<red>♡</red>' # Remember to close MiniMessage tags as they affect the rest of the message.
      permission: ''

messages:
  emotes-list-header: '<aqua><bold>Your emotes:'
  emotes-list-no-emotes: '<dark_gray>No emotes.'
  emotes-list-emote-identifier: '%EMOTECODE% <yellow>-</yellow> %EMOTE%'

Часто задаваемые вопросы

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

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

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

Сервер

Ссылки


Создатели

Детали

Лицензия:
Опубликован:3 года назад
Обновлён:1 месяц назад
Главная