Quests (Inactive)

150k Downloads

Written Book as reward - "* Invalid book tag *"

JackJ12 opened this issue · 1 comments

commented

I'm trying to give a written book as a reward for completing a quest, but when the book is opened, it says http://prntscr.com/7ueach

The book is given to the player, however upon opening the book, that is what's displayed. I've read that in 1.8 a book needs an author, but I've tried adding author-Jack_J15 without any luck. Is there a way to fix this so the quest rewards the written book with the correct text inside it? This is the config for this specific quest;

    name: Becoming a Mage
    npc-giver-id: 7
    redo-delay: 60
    ask-message: Think you've got what it takes to master all four elements?
    finish-message: Congratulations, you have successfully completed your training. You are now a Mage!
    gui-display: 'name-STICK:amount-1:displayname-§5Becoming a Mage:lore-§2Think you''ve
      got what it takes to master :lore-§2all four elements? '
    stages:
      ordered:
        '1':
          npc-ids-to-talk-to:
          - 17
          start-message: Speak to Fire Mage Dresden at the top of the Mage's Tower to begin your training.
        '2':
          npc-ids-to-talk-to:
          - 7
          start-message: Casting spells is easy, mastering them isn't. To cast a spell, simply hold your wand in your hand and right click to scroll through your spells, once you have found a spell you wish to cast, simply aim and left click. Please note that some spells require a target in order for them to be cast. If you ever lose your wand you can replace it by running the command /kit Mage. To complete your training and to receive your rewards, please speak to the Mage Trainer.
    rewards:
      items:
      - name-STICK:amount-1:displayname-Mage's Wand:lore-Control the elements
      - name-WRITTEN_BOOK:amount-1:displayname-Mage's Handbook:lore-Control The Elements
      money: 1000
commented

I have the exact same issue. Is there a workaround or solution for this yet? It would be so great to be able to include written books in quests, this would enhance the storytelling possibilites greatly! Cheers for an already awesome plugin!