Book problems

  • 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.

5k3pp1

Member
Nov 8, 2020
1
0
1
Im using the Skellet and skript plugin for my book, and it just says *Invalid book tag* how can i fix this?
 
You need to set the title and author as well, however there is a bug in Skript which stops it working, so set the owner of the book using NBT. ShaneBee helped someone with this issue yesterday and used this solution. Say {_item} is your book.
Code:
give player 1 of {_item} with nbt "{title:""leBook"",author:""whoever"",resolved:1b}"
Then use SkBee to set your pages.
https://github.com/ShaneBeee/SkBee/wiki/Text-components#book-pages
This is the documentation for it
 
Status
Not open for further replies.