EmotesChat
Add emotes to your chat
EmotesChat
What is EmotesChat
EmotesChat is a plugin that allows players to send emotes in the chat. PlaceholderAPI Compatible
Example

Commands and permissions
| Command | Description | Permission | | ---- | --- | --- | | /emoteschat | EmotesChat main command | emoteschat.reload | | /emotes | List available emotes | none |
Default config
```yaml config: #This is the list of enabled emotes. When you add one, you need to add it here too. emotes: #This is an example emote. The section name of the emote need to be in emotes-list (line 3). happy: #This is what will be replaced by the emote code: ':happy:' #This is the emote emote: '☺' #This is the permission the player needs to use the emote (leave in blank if don't want). permission: 'emoteschat.emote.happy' heart: code: ':heart:' emote: '♡' permission: ''
messages: emotes-list-header: '&a&lEMOTES LIST' emotes-list-no-emotes: '&c&lYou can''t use any emote.' emotes-list-emote-identifier: '%EMOTECODE% &e&l- &r%EMOTE%' ```