Hi, I want to give a written book contains some text to player
I'm running 1.15.2 paper and have Sk-NbeeT, Skellet addons
here's my code
give player written book with nbt "{title:"",author:"",pages:['{"text":"ddddddd"}']}"
-> error : can't be added to a player because the former is neither an item type, an inventory nor an experience point
give player written book titled "test", by "%player%", pages "page 1"
-> error : can't be added to a player because the former is neither an item type, an inventory nor an experience
Is there any way to give custom book to player?
I'm running 1.15.2 paper and have Sk-NbeeT, Skellet addons
here's my code
give player written book with nbt "{title:"",author:"",pages:['{"text":"ddddddd"}']}"
-> error : can't be added to a player because the former is neither an item type, an inventory nor an experience point
give player written book titled "test", by "%player%", pages "page 1"
-> error : can't be added to a player because the former is neither an item type, an inventory nor an experience
Is there any way to give custom book to player?