Compatibility
Minecraft: Java Edition
26.1.2
1.21.1
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 2 days ago
NarrativeCraft-EmoteCraft
Add EmoteCraft compatibility to NarrativeCraft
Features
- Records your emote from the recording feature
- Add a new Ink Action to play an emote to a character
Emote Tag
Play an emote animation on a character using EmoteCraft.
Side
SERVER
Syntax
emote <action:string> <emoteName:string> <characterName:string>
Parameters
action(string, required):playorstop.emoteName(string, required): The emote name to play.characterName(string, required): Name of the character or NPC in the scene.
Examples
// Play the emote "clap" to "Steve"
# emote play clap Steve
// Stop the emote "clap" from "Steve"
# emote stop clap Steve


