Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sky-min/emoji

pmmp emoji plugin
https://github.com/sky-min/emoji

emoji mcbe-plugin pmmp pmmp-plugin

Last synced: about 21 hours ago
JSON representation

pmmp emoji plugin

Awesome Lists containing this project

README

        

# Emoji

pmmp emoji plugin

## General
Express your feelings with emojis.

## Note
This plugin needs a resource pack and applies it automatically. At this point, the force_resources value changes to true.

## How to use
1. Apply this plugin
2. Edit the config.yml file of plugin in plugin_data/emoji
3, you can customize name for emoji
4. Select an emoji via the /emoji command

## API
```php
/**
* @var $entity Entity
*/
Emoji::getInstance()->sendEmoji($entity, $emojiId);
```