UNPKG

@boem312/minecraft-server

Version:

A pure JS library to create Minecraft Java 1.16.3 servers

4 lines 238 B
module.exports = function (name, packet) { console.warn(`<Client>.raw( is for testing purposes only. Do not use this in your code. It will be removed in the future.\nSending packet: ${name}\n`); this.p.client.write(name, packet) }