/EmoteCommands

Setup commands to execute when a player performs an emote!

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

The EmoteCommands Plugin

Plugin Icon

This Plugin runs commands when a player does a certain emote

You will need a pocketmine server of at least version 4.0.0

Usage

An EmoteCommand is a list of commands and an emote that runs those commands. Every emote may only have one EmoteCommand for it.

  • /makeemotecommand <name> create new EmoteCommand with that name
  • /editemotecommand <name> edit EmoteCommand named name
  • /removeemotecommand <name> remove EmoteCommand named name

TODOs

  • Load commands to run from config file
  • Create command to manage emote-commands

Future Improvements

  • Run commands as server
  • Have players change what emote fires an EmoteCommand for them