mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 03:14:40 +00:00
7 lines
207 B
JavaScript
7 lines
207 B
JavaScript
const version = '1.17'
|
|
const { MessageBuilder } = require('prismarine-chat')(version)
|
|
|
|
const example = '&0&l[&4You&fTube&0]'
|
|
const json = JSON.stringify(MessageBuilder.fromString(example))
|
|
console.log(json)
|