Guidebook

Guidebook

6M Downloads

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

p1ut0nium-git opened this issue · 1 comments

commented

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" ]

commented

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