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

Support for bedrock players #25

Open
kenjinicer opened this issue Mar 3, 2024 · 0 comments
Open

Support for bedrock players #25

kenjinicer opened this issue Mar 3, 2024 · 0 comments

Comments

@kenjinicer
Copy link

kenjinicer commented Mar 3, 2024

Feature Request

Is your feature request related to a problem? Please describe.

I'm using GeyserMC for cross-platform gaming, but there are some differences between the loom in the Bedrock and Java editions. Bedrock players are unable to create certain patterns using the loom, which is why I want to use this plugin as a GUI replacement for the loom specifically for Bedrock players.

However, I've encountered a few issues. Bedrock players can only perform left-click actions, so they are unable to right-click to purchase banners.

Describe the solution you'd like

  1. The ability to customize the functionality of left-click and right-click actions in the configuration file, as well as the option to disable either one.

  2. An option to restrict the purchase of complex banners. For consistency, and because bedrock players won't see any patterns after step 6.

Example config.yml

...
ComplexBannerBuy:
  Enable: true/false
GetBannerLeftClick: craft/buy/disable
GetBannerRightClick: craft/buy/disable
  1. Additionally, it would be great if we could use all 6 banner patterns available in the game (1.16+) to create banners, instead of using expensive items like skulls.

Describe alternatives you've considered

Perhaps simply separating "Craft" and "Buy" into two left-click buttons can solve this issue!

...
ComplexBannerBuy:
  Enable: true/false
GetBannerCraft:
  Enable: true/false
GetBannerBuy:
  Enable: true/false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant