Animated-TabList

Animated-TabList

65.2k Downloads

Extend per world player list option to specify individual groups for specific worlds

Aadi-mone opened this issue ยท 4 comments

commented

Description

I want some worlds TABLIST to be the same and to show their names like merging some worlds where the players are, but I tried per-world with "," for more worlds but it didn't work, then I saw the per-group option but it also doesn't seem to work.

I want Per-World enabled for some worlds.
Think there are 3 worlds: public_survival, public_survival_nether, public_survival_the_end
I want these worlds tab lists to be connected so they understand the players in survival as a Group.

NOTE BY THENETY:
He means the player list, to be same in world 1 and world 2, but different for world 3, for example. Currently the per-world-player-list only offers options either same for all worlds OR different for each world.

Extended configuration would look like:

per-world-player-list:
  enable: false
 
  # You can specify worlds, which will share the same list of players
  world-groups:
    enable: false
 
    exampleGroup:
    - exampleWorld
    - exampleAnotherWorld
 
    exampleGroup2:
    - exampleWorld2
    - exampleAnotherWorld2
commented

thank you I'll let you know after testing.

commented

201b5d1 - In this attached commit includes this feature, you can test it by installing the newest build from Actions page.

commented

Everything works fine as expected, thanks can you please release that version in Spigot.

commented

Not planned yet. It will be available when it's time.