mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
UUID
This commit is contained in:
parent
076ff7b966
commit
766cf10267
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue