EmoteSimple is a Feature or API for PocketMine-MP 4.0+

Overview

EmoteSimple

EmoteSimple is a Feature or API for PocketMine-MP 4.0+

Permission

This feature next update..

Support

You can use minecraft bedrock profile built-in emote.

Warning!!!

NOTE: you can't see your own emote, The emotes available in this plugin are limited, not all.

Commands & API

  • Created Emotes

    For commands you can use: /emotes create For api you can use:

$player->sendMessage(EmoteSimple::getInstance()->getEmotes()->createEmotes(strtolower($emoteName), EmoteSimple::getInstance()->getDataIds()->emotes[0]['uid']));
  • Remove Emotes

    For commands you can use: /emotes remove

    For api you can use:

$player->sendMessage(EmoteSimple::getInstance()->getEmotes()->removeEmotes($emoteName));
  • Play Emotes

    For commands you can use: !emotes

    For api you can use:

if(EmoteSimple::getInstance()->getEmotes()->searchEmote($emoteName)){
    $emoteId = EmoteSimple::getInstance()->getEmotes()->getIds(EmoteSimple::getInstance()->getEmotes()->getIndex($emoteName));
    if(EmoteSimple::getInstance()->getEmotes()->setEmotes($player, $emoteId)){
        //Code success
    }
}
You might also like...
pocketmine plugin API 4.0.0
pocketmine plugin API 4.0.0

About [FR] Simple plugin configurable comportant plusieurs commandes | Plugin en developpement, d'autres commandes seront rajoutés par la suite [ENG]

pocketmine plugin API 4.0.0
pocketmine plugin API 4.0.0

About [FR] Simple plugin configurable permettant de voir toutes les commandes exécutées par les joueurs [ENG] Simple configurable plugin to see all co

A skywar minegames plugin for PocketMine API 4.0
A skywar minegames plugin for PocketMine API 4.0

A skywar minegames plugin for PocketMine API 4.0

Pocketmine BadWord Blocker Plugin. (API 4)

BadWord Pocketmine BadWord Blocker Plugin. (API 4) Usage Go to plugin_data/BadWord/data.yml You can set bad words from inside the data.yml file Badwor

API server and modernized control panel for PocketMine servers.

WebConsole API server and modernized control panel for PocketMine servers. The WebConsole plugin provides an HTTP API server that can be extended with

Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter

StaffMode Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter Annotation This plugin is

Simple Plugin to Light Redstone Lamps with one click for PocketMine-MP API 4.

TouchLight-PM4 Simple plugin to light redstone lamps with one click! Category PocketMine-MP plugins | PHP 8 Requirements PocketMine-MP API 4.0.0 and P

A PocketMine/Altay Plugin to morph yourself into a block
A PocketMine/Altay Plugin to morph yourself into a block

BlockMorph A PocketMine/Altay Plugin to morph yourself into a block Command To morph yourself into a block use this command: /blockmorph [BlockID|Bloc

A useful PocketMine-MP plugin that allows you to create crates in-game!

ComplexCrates A useful PocketMine-MP plugin that allows you to create crates in-game! Commands Main command: /crate Sub commands: create

Owner
Ibenrm
Share Plugin Pocketmine
Ibenrm
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
A PHP implementation of the Unleash protocol aka Feature Flags in GitLab.

A PHP implementation of the Unleash protocol aka Feature Flags in GitLab. This implementation conforms to the official Unleash standards and implement

Dominik Chrástecký 2 Aug 18, 2021
Laravel Integration for Switchover PHP SDK. Feature Toggle Management made easy.

Switchover Laravel Integration Switchover Switchover is a Software-As-A-Service for managing feature toggles (aka switches, flags or feature flips) in

Switchover 6 Nov 6, 2022
Build lightning-fast and feature-rich websites with ProcessWire.

WIREKIT Core Build lightning-fast and feature-rich websites with ProcessWire. Website: wirekit.dev (in plans) Demo: start.wirekit.dev/core/ Updates: W

Ivan Milincic 10 Nov 3, 2022
This package is considered feature-complete, and is now in security-only maintenance mode

laminas-soap This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering

Laminas Project 46 Dec 18, 2022
Issue trackers, feature requests, and translation for all of my NamelessMC products

NamelessMC Products In this repository you can find current issues for each of my NamelessMC products, progress on solving them, feature requests, and

Coldfire 1 Mar 25, 2022
WordPress Feature Project: Plugin Dependencies

WordPress Feature Project: Plugin Dependencies Contributors: afragen, costdev Description: Parses 'Requires Plugins' header, add plugin install depend

WordPress 41 Dec 17, 2022
This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 3.25.0 platform

This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 3.25.0 platform. It allows you to hear the sound

Thành Nhân 10 Sep 27, 2022
CorePlugin für Pocketmine API 4.0.0

CoreV6 ALPHA Für Pocketmine API 4.0 Du willst helfen? Hier mein Discord! Download und Wichtig Hier downloaden! Das Core Plugin wurde speziell für City

TheNote 12 Dec 15, 2022
Sources of Api Bossbar for PocketMine-MP.

Sources of Api Bossbar for PocketMine-MP.

VoltageGroup's 6 Aug 9, 2022