📋Tag GUI
You can use /prefix opengui to open tag GUI, player need mythicprefixes.opengui permission to use it.
You can set prefix display item slot at prefix-item-slots option in config.yml file.
Title Update - Premium, Require packetevents
You can use {now} and {max} placeholder in choose prefix GUI's title.
choose-prefix-gui:
# You can use {max} to display max page amount, {now} to display now page amount. Require enable title update to
# update those placeholder after open GUI.
title: 'Choose your prefix {now}/{max}' # Use placeholder here.
# PREMIUM version only, if enabled, can update dynamic value used in GUI title.
title-update:
# Require packetevents.
enabled: true # <--- Set it to true
resend-items-pack: falseFilter - Premium
You can add filter item by below format:
filter-item:
# Set to -1 to hide.
slot: 47
material: ANVIL
name: '&bFilter'
lore:
- '&7Filter: {filter}'
placeholder:
all: '&aALL'
using: '&cUSING'
can-use: '&dCan Use'Custom Item
You can add custom item by below format:
Bedrock - Premium
This allows bedrock players display form UI instead of Java menus. Like this:

Requirements
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-typetofloodgate.You need carefully follow those steps to setup floodgate in your backend server if you are using BungeeCord.
All bedrock players will use the new UI. If not, you can try set
choose-prefix-gui.bedrock.check-methodoption value from FLOODGATE to UUID inconfig.yml.Bedrock UI is auto generated and don't need any manual modification.
For now, we support those options for bedrock buttons or prefix configs.
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.hide: Hide button for bedrock players.
extra-line: Display second line at bedrock button, supports
{buy-price}and{sell-price}placeholder for products.
Last updated