UNPKG

@boem312/minecraft-server

Version:

A pure JS library to create Minecraft Java 1.16.3 servers

8 lines (7 loc) 235 B
module.exports = { arm_animation({ hand }) { //todo: add check to check if hand is 1 or 0, and emit misbehavior CustomError if not const isMainHand = hand === 0; this.p.emit('armSwing', isMainHand); } }