🛏️Bedrock Menus - Premium
Last updated
Last updated
Both Geyser and Floodgate are required in your Spigot server. If you are using BungeeCord proxy, you need install them both in backward server and proxy server.
You must set Geyser's auth-type
to floodgate
.
You need carefully follow those steps to setup floodgate in your backend server if you are using BungeeCord.
If your server is correctly installed and configured with floorgate, the console will prompt Hooking into floorgate
when UltimateShop start to run. If this prompt didn't appear but if you insist that your server has a floodgate, it is very likely that you accidentally downloaded the free version of the plugin. The paid version will have a special prompt at startup.
All bedrock players will use the new UI. If not, you can try set menu.bedrock.check-method
option value from FLOODGATE to UUID in config.yml
.
Bedrock UI is auto generated and don't need any manual modification.
If you want to modify those bedrock buttons, you need add bedrock
section at button or product config's display-item
section, for example:
or
If your product configs do not has display-item
section, you can simply add bedrock section under your product configs section, or add them at single product section, for example:
For now, we support those options for bedrock buttons
icon: The icon of this button, format is path;;<image path> or url;;<image url>
. The image path is bedrock texture path, not your plugin path, for example: path;;textures/blocks/stone_granite.png
. If you don't know what it is, ingore this, don't ask me.
For example:
with the product config (menu buttons are similar):
hide: Hide button for bedrock players.
extra-line: Display second line at bedrock button, supports {buy-price}
and {sell-price}
placeholder for products.
You can add those extra options for menu configs. For example:
enabled: Whether we will auto open bedrock form UI to player. Only work for common type menu. Other menu types like shop menu, buy more menu and sell all menu are not work by this option. If you want to disable for all menus, there is a option called menu.bedrock.enabled
at config.yml
file.
content: The head content of the bedrock menu. Only work for common type menu, shop menu. Other menu types like buy more menu and sell all menu are not work by this option.
You can enable price extra line feature in config.yml
file, after enable, all products button will display it's price at second line. Make the option value to empty to disable this feature.