Configuration - nusuntnight/TabDesignPlus GitHub Wiki

⚙️ Configuration (config.yml)

This file controls how the tablist, scoreboard and bossbar are displayed.

⚠️ Currently the bossbar only supports legacy color codes. Everything should be covered in comments present in the code, use the issues tab to ask me something or if you have any issues (https://github.com/nusuntnight/TabDesignPlus/issues)

🧾 Sample Tablist Config

tablist:
  enabled: true  # Set to false to use vanilla tablist (no custom names, header, or footer)
  header:
    lines:
      - '&#FF0000> &fWelcome to the server, %your_placeholder%'
      - '&#FF0000> &fEnjoy your stay!'
      - ''
      - '&#FF0000> &fOnline: &7%your_placeholder%'
  footer:
    lines:
      - '&7(( Version 1.21+ ))'
 # The order in which ranks are displayed in the tablist (top to bottom)
  rank-order: # For luckperms, use /lp user youruser parent set Owner (Using the add command won't work due to it adding you to that group, not setting it as primary)
    - owner
    - admin
    - mod                  # You can modify these, input your own ranks, as many as you wish.
    - vip
    - member
  # Use PlaceholderAPI placeholders like %luckperms_prefix%, %vault_prefix%, etc. directly in your formats.
  # The tablist.name-format is used for the prefix only; Minecraft always shows the player name after the prefix.
  name-format: "%luckperms_prefix%" # Here you use the placeholder for the plugin you are using

🧾 Sample Scoreboard Config

scoreboard:
  enabled: true
  title: '&7| &eYourServer &7|'
  lines:
    - ''
    - '&#DFF81C> Player'
    - '&#DFF81C> &fLine1: &7Powered'
    - '&#DFF81C> &fLine2: &7By'
    - '&#DFF81C> &fLine3: &7Tab'
    - ''
    - '&#DFF81C> SERVER'
    - '&#DFF81C> &fLine4: &7Design'
    - '&#DFF81C> &fLine5: &7Plus'
    - '&#DFF81C> &fLine6: &7❤'
    - ''

🧾 Sample Bossbar Config

bossbars:
  world:
    enabled: true
    title: "&bWelcome to the Overworld, %player_name%!"
    color: "PINK"
    style: "SOLID"
    progress: 1.0
  world_nether:
    enabled: true
    title: "&cBeware the Nether!"
    color: "RED"
    style: "SEGMENTED_6"
    progress: 0.5
  world_the_end:
    enabled: false # Disabled by default as minecraft's own bossbar will show because of the Ender Dragon.
    title: "&5The End is near..."
    color: "PURPLE"
    style: "SOLID"
    progress: 1.0