gigaherz / Guidebook

Minecraft book API and library
https://www.curseforge.com/minecraft/mc-mods/guidebook
Other
31 stars 16 forks source link

[1.16.5] Can’t give player a book on joining the server #103

Open p1ut0nium-git opened 2 years ago

p1ut0nium-git commented 2 years ago

players don’t receive my guide book on joining the server. The give command works, but I want them to receive the book on joining the server.

Guidebook Version: 1.16.3-3.2.1 Forge Version: 1.16.5-36.2.8

Client resource pack location

Assets/ pandora/ books/ guidebook.xml

book.json file contents: [ "pandora:books/guidebook.xml" ]

This command works: /give @p gbook:guidebook{Book:"pandora:books/guidebook.xml"} 1

World serverconfig file gbook.toml [general]

List of books to give to the player when they join. Applied retroactively to existing players if a new book is added to the list.

give_on_first_join = [ "pandora:books/guidebook.xml" ]
gigaherz commented 2 years ago

huh... I'll look into it as soon as I can.