UNPKG

@boem312/minecraft-server

Version:

A pure JS library to create Minecraft Java 1.16.3 servers

10 lines (8 loc) 214 B
module.exports = { get() { const Text = require('../../../../Text.js'); if (this.p._chat === null) this.p._chat = Text.arrayToChat(this.array); return this.p._chat; } }