Official Release - Out of Beta!
Finally confident to take this out of beta and have an official release!
What's New
Wiki updated, general fixes and secret stuff:
Command Intercept Feature
- command_intercept: "your command" - can be added before the buttons
- ⚠️ Currently somewhat experimental - works sometimes but still WIP
- Intercepts other plugin commands (e.g., /dm open <menu> executed by a custom item) and opens the Bedrock GUI instead of Java one
- Note: Works only on backend, not proxy!
Image Support for Buttons ️
We finally have
complete image support for button images with three options:
Code (Text):
forms:
main_hub:
type: "SIMPLE"
title: "Main Hub"
buttons:
info:
text: "Info"
image: "image.png" # Local image
image: "https://your.host/path/image.png" # URL image
image: "textures/gui/your_image.png" # Resourcepack texture
Proxy Support - PARTIALLY TESTED
- ✅ Velocity proxy build - finally available!
- ✅ BungeeCord proxy build - finally available!