-
-
Notifications
You must be signed in to change notification settings - Fork 33
Per world groups
montlikadani edited this page Mar 23, 2024
·
4 revisions
With LuckPerms permission context you can set different groups for a player, depending on the world the player's just in. How?
In TabList's groups.yml file create multiple groups like this, in each one change what you want (prefix, suffix) and the permission, which will define what world this will be displayed in. We'll create a 3 different per world groups Developer
in this example.
groups:
developer-world:
prefix: '&aDEVELOPER '
tabname: ''
suffix: ''
permission: tablist.g.developer-world
developer-nether:
prefix: '&cDEVELOPER '
tabname: ''
suffix: ''
permission: tablist.g.developer-nether
developer-end:
prefix: '&dDEVELOPER '
tabname: ''
suffix: ''
permission: tablist.g.developer-end
Then in LuckPerms Developer
group add those permissions like this, with the context of whatever world name you want.
In case the player in this group is operator, just add this with value false
, so the player doesn't get a random group assigned.
Now the prefix for players in Developer group will change depending on what world they're in!
- Home
- Commands & Permissions
- Bukkit
- Setting groups
- Initial documentation for TabList
- Placeholders
- Creating fake players
- Ping or tps formatting
- Using custom fonts in tablist
- Using 1.16+ HEX colors
- Appending JSON texts
- Appending image/banner in tablist
- Tablist objective
- Compatibility issue with eGlow
- Bungee
- Sponge
- Symbols