-
Notifications
You must be signed in to change notification settings - Fork 5
TabFormat
DarknessTime-king5442 edited this page Sep 4, 2021
·
5 revisions
First, you need to have plugins on the server: Some plugin for permissions, like (PermissionsEx , LuckPerms, UltraPermissions, etc..), ServerControlReloaded and TheAPI.
- You need to create a group in your permissions plugin,
/lp creategroup <groupname>, example:/lp creategroup owner - Then in the SCR plugin, you create a tab format
/tab create <groupname>, the group you are creating must match the group you created in your permissions plugin. - Now you can setup prefix or suffix
- The prefix appears before the name in the tab and above the player:
/tab prefix <groupname> <value>. For example:/tab prefix owner Owner - The suffix appears behind the name in the tab and above the player:
/tab suffix <groupname> <value>. For example:/tab prefix owner BestOwner - Now you need to set the groups priority in the tab:
/tab priorite <groupname> <value>. Priority can be from A to Z and from a to z ('A' is the highest priority, 'z' is the lowest priority). For example:/tab priorite owner A
Groups:
default: # Group name
NameTag:
Prefix: "&7&lDefault"
Suffix: ""
TabList:
Prefix: "&7&lDefault"
Suffix: "%afk%"
Format: "%tab_prefix%%customname%%tab_suffix%"
vip:
NameTag:
Prefix: "&6&lVIP"
Suffix: ""
TabList:
Prefix: "&6&lVIP"
Suffix: "%afk%"
Format: "%tab_prefix%%customname%%tab_suffix%"