InteractiveBooks
InteractiveBooks copied to clipboard
Open book on join doesn't work
I've tried everything. Can't make it work. I thought it's permissions issue, but even on owner operator account wit * permissions - it's doesn't open book on join.
Here is my config
# Should be books updated every time they are opened?
update_books_on_use: true
# Book to open to a player when he joins the server
open_book_on_join: 'first_rules'
# Book to open to a player when he joins the server the first time
open_book_on_first_join: 'first_rules'
# Books given to the players when they join the server
books_on_join: []
# Books given to the players when they join the server the first time
books_on_first_join: [rules_book, crime_punishment]
I can open book first_rules by typing ibooks open command, but it's not opening on join.
Here is my permissions for default group
Which Minecraft version are you using?
Sorry, forget to mention. It's 1.18.1 Purpur, one of the latest builds. Is there any debug option so I can gather more useful information? In server console no information about plugin events.
Hello!
I've had this same issue occur;
Server.jar version: git-Purpur-1593 (MC: 1.18.2) Interactivebooks version: 1.6.0 Log: https://pastebin.com/raw/Yka8nKfm
Hopefully this information will shed some light on the issue 😄
- CampfireDev
EDIT: This issue also occurs on latest dev build 1.6.2
Hello!
I've had this same issue occur;
Server.jar version: git-Purpur-1593 (MC: 1.18.2) Interactivebooks version: 1.6.0 Log: https://pastebin.com/raw/Yka8nKfm
Hopefully this information will shed some light on the issue 😄
- CampfireDev
EDIT: This issue also occurs on latest dev build 1.6.2
I've seen the stack trace and seems that you are using an incorrect syntax for lists in YAML, can you post the config.yml?
Hello! I am getting the same issue. Version: git-Pufferfish-59 (MC: 1.19.3)
Config: open_book_on_join: 'guide'
Also tried open_book_on_join: 'guide.yml'