From 766cf102673cc1eb5698b5f66b507d47301665e4 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Sun, 6 Nov 2022 18:12:28 +0700 Subject: [PATCH] UUID --- commands/uuid.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/uuid.js b/commands/uuid.js index b27090a..66b324a 100644 --- a/commands/uuid.js +++ b/commands/uuid.js @@ -14,7 +14,7 @@ module.exports = { bot.core.run('minecraft:tellraw @a ' + JSON.stringify( [ { - text: `${playername}'s uuid: `, + text: `${playername}'s UUID: `, color: 'green', }, { @@ -28,7 +28,7 @@ module.exports = { action: 'show_text', contents: [ { - text: 'Click here to copy the uuid to your clipboard', + text: 'Click here to copy the UUID to your clipboard', color: 'green', }, ], @@ -39,11 +39,11 @@ module.exports = { bot.core.run('minecraft:tellraw @a ' + JSON.stringify( [ { - text: `Your uuid: `, + text: `Your UUID: `, color: 'green', }, { - text: `${sender}`, + text: sender, color: 'aqua', clickEvent: { action: 'copy_to_clipboard',