So currently I have it so a command block detects if a paper is thrown on the ground, but it is renamed as "Teleport-to-Spawn". But as they drop the paper, I also want it to give the player who dropped it another piece of paper named "Teleport-to-Spawn" but i dont know how to name the paper that. So i want it to it basically replace the paper so you can use it again.
So currently I have it so a command block detects if a paper is thrown on the ground, but it is renamed as "Teleport-to-Spawn". But as they drop the paper, I also want it to give the player who dropped it another piece of paper named "Teleport-to-Spawn" but i dont know how to name the paper that. So i want it to it basically replace the paper so you can use it again.
I'm confused, do you want to rename an item (the paper), or an entity?
Don't ask how I know your IP address, your ISP, your OS, and your web browser. (I work for the CIA)
I am a decent commander, but I have recently switched over to having interests in building because when I make command stuff, nobody cares :(.
/give @p minecraft:paper 1 0 {display:{Name:"Teleport-to-Spawn"}}