UNPKG

@boem312/minecraft-server

Version:

A pure JS library to create Minecraft Java 1.16.3 servers

8 lines (7 loc) 177 B
module.exports = function (location) { if (!this.p.stateHandler.checkReady.call(this)) return; this.p.sendPacket('open_sign_entity', { location }) }