ItemJoin

ItemJoin

157k Downloads

Invalid Book Tag

millermx opened this issue · 6 comments

commented

Once the following information is provided I will reply to you as quick as possible!
1.) The version of the Resource.
Latest #266
2.) Version of the Spigot / Craftbukkit / Cauldron / ETC.
Latest
3.) What is the problem that you are having?
Same problem, invalid book tag #222

commented

I did some testing and I can confirm that the first book-item is working properly.

However, your Questbook does not have any pages defined so it will always have an invalid book tag unless you define some pages or add the cancel-events itemflag which will prevent the book from being opened -- useful for making it a command executing book via interaction.

commented

Ok! Thank you so much for looking into it. I was trying to get the quest journal from the QUESTS plugin.

commented

Confirmed as working in the latest snapshot.

Can you please provide your items.yml in a pastebin.com link.

commented
commented

Not sure if I am looking at the right quests plugin but it looks like there is an executable command via the quests plugin to open the journal. Which you could simply bind to the Questbook ItemJoin item and it will give it the functionality you are looking for. You'll also need to add the cancel-events itemflag.

commented

After a lot of playing around I finally got it. Thank you for all the help. The support has been amazing.