👥Tag Group - Premium
Create a new tag group
Open any prefix config at prefixes
folder, you will find below content:
# Premium version only
groups:
- chat
- example
The groups
option determines which groups does this tag belong to. You don't need do anything to create new tag, you just need put a randomly selected IDs here, the plugin will automatically classify them for you!
What this feature can do?
You can use command
/prefix opengui <groupID>
to open a GUI which only includes the tag of the specified group. For more info, please view Commands page.You can use
display-prefixes.group
option in display placeholder configs to determine which tag will display in this display placeholder. For more info, please view Display placeholder page.You can determine max prefixes amount by group in
config.yml
file.
max-prefixes-amount:
default:
default: 1
vip: 2
# Group ID
chat:
default: 1
vip: 1
max-prefixes-amount-conditions:
vip:
1:
type: permission
permission: 'group.vip'
Last updated