give player written book

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

dorazimuchim

New Member
Mar 7, 2020
5
0
0
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?
 
Status
Not open for further replies.