Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "virtual" books #1351

Closed
nussaleo opened this issue Sep 29, 2020 · 6 comments · Fixed by #4471
Closed

Add support for "virtual" books #1351

nussaleo opened this issue Sep 29, 2020 · 6 comments · Fixed by #4471
Labels
Confirmed Bug The bug reported is confirmed and able to be replicated. Feature Request A feature request.

Comments

@nussaleo
Copy link

What feature do you want?

In my tests to use the geyser, I noticed that it does not support plugins that use virtual books (Examples: Slimefun, VirtualBooks, InteractiveBooks, CitizensBooks, etc ...)

I think it is not a complicated thing to solve, and it would be great to have support for these books in the geyser for players to see interesting and creative things.

Alternatives?

In fact I tested all the plugins I mentioned above, none of them showed the virtual books to those who were in bedrock, while it worked normal for those who were in java.

@MrZomka
Copy link

MrZomka commented Sep 29, 2020

Probably won't be possible because from what I know Bedrock doesn't have this feature.

@Camotoy
Copy link
Member

Camotoy commented Sep 29, 2020

It's possible with a workaround, I think - if we can put a lectern above the player and close it when they're done reading, that would work.

@Camotoy Camotoy added Feature Request A feature request. Missing Client Feature When the Bedrock client is missing a feature that Java Edition has labels Sep 29, 2020
@nussaleo
Copy link
Author

nussaleo commented Oct 2, 2020

My suggestion is more for the advantage of showing the text, the interactive json part I already know that there is no way.

all the plugins I mentioned above have support for placeholder api for example, which is quite fun creating informative books and etc ...

@SnickoDeadMC
Copy link

SnickoDeadMC commented Mar 6, 2022

It's possible with a workaround, I think - if we can put a lectern above the player and close it when they're done reading, that would work.

I would love to know how to do this. I have tried:

player.getLocation().add(0,2,0).getBlock().setType(Material.LECTERN); player.openBook(book);

Is that what you mean?

@Camotoy
Copy link
Member

Camotoy commented Mar 6, 2022

The workaround was potentially as a Geyser-side fix. But, I don't think it would work in hindsight.

@xttlegend
Copy link

Please fix this:)

@onebeastchris onebeastchris added Confirmed Bug The bug reported is confirmed and able to be replicated. and removed Missing Client Feature When the Bedrock client is missing a feature that Java Edition has labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed Bug The bug reported is confirmed and able to be replicated. Feature Request A feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants