BedrockGUI - Spigot and Bungeecord support icon

BedrockGUI - Spigot and Bungeecord support -----

Start making your Bedrock players feel at home with interactive GUI's!




*Skipped v1.7.3, this was internally used and tested*

- Added BedrockGuiApi
- Fixed various bugs
- New https://pintux.gitbook.io/pintux-support)!
- And more">( https://pintux.gitbook.io/pintux-support)!
- And more
----------, Jan 10, 2025

Fixes colors in GUI's (Legacy HEX and Minecraft Color codes)
----------, Nov 30, 2024

This release fixes a permission issue and add a new command:

  • /bgui openfor <player_name> <menu_name> [arguments]
useful if you want to force open a menu for a bedrock player or execute it from console

Fixed permission, no longer needs to give player the bedrockgui.admin pex! Now you can only give him the proper permission set in config.

WARNING: Didn't have time to test it properly, for bugs please join my DISCORD!
----------, Nov 10, 2024

This version addss full Bungeecord (and forks of it) support!

What does this mean for you: You can now create menus directly in the proxy and allow your Bedrock players to use them anyway in the server!
If you already use the server version and want to move to proxy, all you have to do is to copy your config in the proxy and use the Bungeecord version of BedrockGUI!
----------, Oct 1, 2024

New Major version that introduces the last Form type : Custom.

With custom forms you can have multiple "input" types like:
  • Input : Box to request player input
  • Slider: Numbers in a slider, player can select
  • Dropdown: Multiple options, just one to select
  • Toggle: Yes / No simple toggle
We might have more implemented based on the Geyser API.
For how to , see example config and Forms | GeyserMC

  • Fixed commands, sometimes they didn't got sent
----------, Sep 28, 2024

  • This minor version, only fixes messages when you don't have PlaceholderAPI installed
----------, Sep 16, 2024


  • Configurable messages
  • Dynamic command arguments
    • use $1 , $2, ecc to pass arguments to the gui
Code (YAML):
 test:
    type
: SIMPLE
    command
: test $1
    title
: Test per $1
    buttons
:
      msg
:
        text
: msg test
        onClick
: command msg $1 test
----------, Sep 15, 2024

  • This update adds support for placeholders also in the onClick , to allow more flexibility .

    Example: %player_name% will be replaced with the name of the player who is click-ing in the menu

    Code (YAML):
    test:
        type
    : MODAL
        title
    : Test gui
        description
    : Long text to explain thigs out here, idk what else can be wrote, but you have a lot of space
        buttons
    :
          bottone_1
    :
            text
    : Maybe yes?
            onClick
    : "command tell %player_name% hello"
          bottone_2
    :
            text
    : Maybe no?
            onClick
    : "command tell %player_name% hi"
----------, Sep 14, 2024

  • Added per menu permission (see example in the main page)
  • Fixed /bgui command permission
----------, Sep 14, 2024

Resource Information
Author:
----------
Total Downloads: 554
First Release: Sep 14, 2024
Last Update: Jan 10, 2025
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings