Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky-min/emoji
pmmp emoji plugin
https://github.com/sky-min/emoji
emoji mcbe-plugin pmmp pmmp-plugin
Last synced: 2 months ago
JSON representation
pmmp emoji plugin
- Host: GitHub
- URL: https://github.com/sky-min/emoji
- Owner: sky-min
- License: gpl-3.0
- Created: 2022-06-14T14:20:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T03:23:51.000Z (about 2 years ago)
- Last Synced: 2024-09-26T10:21:45.427Z (3 months ago)
- Topics: emoji, mcbe-plugin, pmmp, pmmp-plugin
- Language: PHP
- Homepage: https://poggit.pmmp.io/p/Emoji/1.1.0
- Size: 315 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```