I need a script that expands world border after using item and tells in chat the name of a player that used it. I did the first part about border, but idk how to send name of player
ItemEvents.rightClicked('kubejs:border_star', event => {
event.item.count--
event.server.runCommand('worldborder add 5')
event.server.runCommand('tellraw @a "§bГраница мира расширенна!§r"')
})