WorldTab (Bukkit)

Adds color to the player's Tab and Chat, depending on the world they're in

🌍 WorldTab

Adds color to players' names in Tab and Chat depending on the world they are in.

Players in different dimensions automatically get distinct name colors, making it easy to see where everyone is:

  • Overworld → white names

  • Nether → red names

  • End → purple names

✨ Features

  • Colored names in Tab list and Chat based on the player's world.

  • Fully compatible with Chatty.

  • Supports PlaceholderAPI with the %worldtag% placeholder.

  • Commands to hide/show tags for yourself or other players.

  • Lightweight and optimized for Paper/Spigot 1.21.8 (and forks).

🔧 Commands

  • /hidetag – hide your color tag

  • /showtag – show your color tag again

  • /hidetagfor <player> – hide another player's tag (admin only)

  • /showtagfor <player> – show another player's tag (admin only)

🛠 Permissions

  • worldtab.admin – required for /hidetagfor and /showtagfor

    INSTRUCTIONS:

     

     in the TAB plugin, add the prefix %worldtag% to groups.yml

     

     example:

    #Owner:
    #  tabprefix: "&0&l[&a&lOwner&0&l] &a"
    #  tagprefix: "&2&lOwner &a"
    Player:
      tabprefix: "%worldtag%&l[Player]&r "
      tagprefix: "%worldtag%Player "

    example_group:
      header:
        - "This is an example of per-group header/footer"
      footer:
        - "applied to a group"

    _DEFAULT_:
      tabprefix: "%luckperms-prefix%"
      tagprefix: "%luckperms-prefix%"
      customtabname: "%worldtag%%player%"
      tabsuffix: "%luckperms-suffix%"
      tagsuffix: "%luckperms-suffix%"

    per-world:
      world1:
        Owner:
          tabprefix: "%worldtag%&l[Owner]&r "
          tagprefix: "%worldtag%Owner "

     

The WorldTab (Bukkit) Team

profile avatar
  • 1
    Followers
  • 4
    Projects
  • 142
    Downloads
Donate

More from MAK_AT05