bot.core.run('minecraft:tellraw @a '+JSON.stringify(['',{text:`${playername}'s uuid: `,color:'green'},{text:`${player}`,color:'aqua',clickEvent:{action:'copy_to_clipboard',value:`${player}`},hoverEvent:{action:'show_text',contents:[{text:'Click here to copy the uuid to your clipboard',color:'green'}]}}]));
}else{
bot.core.run('minecraft:tellraw @a '+JSON.stringify(['',{text:`Your uuid: `,color:'green'},{text:`${sender}`,color:'aqua',clickEvent:{action:'copy_to_clipboard',value:`${sender}`},hoverEvent:{action:'show_text',contents:[{text:'Click here to copy the uuid to your clipboard',color:'green'}]}}]));