-
Notifications
You must be signed in to change notification settings - Fork 252
How to setup weights priorities
Every permissions plugins with groups have a weights system.
Those weights are used to decided between all the player's groups, which one will be the primary group.
It is used to define which of the player's group the plugin will take when checking the player.
In our case, for TAB to work properly, you have to define those weights so the primary group is taken correctly and make the sorting system or properties work like you desire.
If you're using LuckPerms as permissions plugin, you have to use the command /lp group <groupName> setweight <number>
The more important the group is, the higher the number must be. To verify your configuration, use /lp listgroups
.
If you're using PEX as permissions plugin, you have to use the command /pex group <group> weight <number>
In this case, compared to LuckPerms, the more important the group is, the lower the number must be.
If you aren't using LuckPerms or PermissionsEx, you'll have to dig in the plugin's wiki to find how to change them. And if your permissions plugin doesn't support it, then you can still assign groups by permissions within TAB.
- Why TAB?
- Installation
- Commands & Permissions
- Frequently Asked Questions
- Compatibility
- How to assign players into groups
- Known issues
- TAB-Bridge plugin
- Belowname
- Bossbar
- Global playerlist
- Header/Footer
- Layout
- Nametags
- Per world playerlist
- Ping spoof
- Playerlist objective
- RedisBungee support
- Scoreboard
- Sorting in tablist
- Spectator fix
- Tablist name formatting
- Animations
- Conditional placeholders
- Error logging
- MySQL
- Placeholder output replacements
- Placeholders
- RGB/font usage
- Client-sided mechanics
- Quick PlaceholderAPI startup guide
- How to set up compatibility with glow plugins
- How to display name from nickname plugins
- How to configure weights in LuckPerms
- How to save config in UTF-8 encoding
- Mini guides collection
- Additional information
- Optimizing plugin's CPU usage
- Developer API