# This is the default configuration file of BungeeTabListPlus. # # Since the configuration of the plugin is quite complex you # might want to have a look at the wiki from time to time. # # Wiki: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki # Placeholders: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Placeholders # Examples: https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Examples # # Configure who can see the tab lists # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/MultipleTablists showTo: | ${viewer server} = "survival-spawn" or ${viewer server} = "survival-overworld1" or ${viewer server} = "survival-overworld2" priority: 1 # Configure header and footer # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Configuration-Basics-Part-3---Header-and-Footer showHeaderFooter: true header: "&7Bienvenue &6${viewer name}&7 sur ኝa0Freebuild.fr\n&7Serveur &fSurvie&7 : &6${playerset:all-survival size}/42" headerAnimationUpdateInterval: 0.0 footer: |- &7Créatif: &6${playerset:creatif size}ኝa0 | &7Skyblock: &6${playerset:skyblock size}ኝa0 | &7Vanilla: &6${playerset:vanilla size}ኝa0 | &7Event: &6${playerset:event size} &3Discord : &6/discord &3Site Web : &6www.freebuild.fr # Configure whether hidden players appear on the tab list # see https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Hidden-Players hiddenPlayers: VISIBLE_TO_ADMINS # Player sets are required to display players and player counts on the tab list. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Configuration-Basics-Part-4---Player-sets playerSets: all-survival: ${player server} == "survival-spawn" or ${player server} == "survival-overworld1" or ${player server} == "survival-overworld2" survival-spawn: ${player server} == "survival-spawn" survival-overworld1: ${player server} == "survival-overworld1" survival-overworld2: ${player server} == "survival-overworld2" creatif: ${player server} == "creatif" skyblock: ${player server} == "skyblock" vanilla: ${player server} == "vanilla" event: ${player server} == "event" type: FIXED_SIZE size: 60 # Type of the tab list # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Configuration-Basics-Part-5---Dynamic-Size-Tablist # and https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Configuration-Basics-Part-6---Fixed-Size-Tablist-Introduction # for different options defaultIcon: colors/dark_gray.png defaultPing: 1000 components: - !table columns: 0: # 1st column - !conditional condition: ${server:survival-spawn online} == true true: {text: "${current survival-spawn}Maps principales", icon: "custom/arrow_right.png", ping: 0} false: {text: "${current survival-spawn}Maps principales", icon: "custom/arrow_right.png", ping: -1} - !players playerSet: survival-spawn playerOrder: "luckperms_meta_weight as number desc, name asc" playerComponent: "${vanished}${color}${player display_name}" morePlayersComponent: {text: "&7... et &6${other_count}&7 autres joueurs", icon: "default/players.png", ping: 0} 1: # 2nd column - !conditional condition: ${server:survival-overworld1 online} == true true: {text: "${current survival-overworld1}Overworld 1 & Custom", icon: "custom/arrow_right.png", ping: 0} false: {text: "${current survival-overworld1}Overworld 1 & Custom", icon: "custom/arrow_right.png", ping: -1} - !players playerSet: survival-overworld1 playerOrder: "luckperms_meta_weight as number desc, name asc" playerComponent: "${vanished}${color}${player display_name}" morePlayersComponent: {text: "&7... et &6${other_count}&7 autres joueurs", icon: "default/players.png", ping: 0} 2: # 3rd column - !conditional condition: ${server:survival-overworld2 online} == true true: {text: "${current survival-overworld2}Overworld 2", icon: "custom/arrow_right.png", ping: 0} false: {text: "${current survival-overworld2}Overworld 2", icon: "custom/arrow_right.png", ping: -1} - !players playerSet: survival-overworld2 playerOrder: "luckperms_meta_weight as number desc, name asc" playerComponent: "${vanished}${color}${player display_name}" morePlayersComponent: {text: "&7... et &6${other_count}&7 autres joueurs", icon: "default/players.png", ping: 0} # Custom placeholders are a powerful mechanism to add more dynamic content # to the tab list. # See https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/CustomPlaceholders customPlaceholders: color: !switch parameters: 0 expression: ${player luckperms_primary_group_name} replacements: "membre": "&e" "habitue": "&b" "maire": "&d" "batisseur": "&d" "vipemeraude": "&a" "donemeraude": "&a" "helper": "&6" "staff": "&6" "builder": "&d" "animateur": "&5" "helper2": "&9" defaultReplacement: "&3" current: !conditional parameters: 1 condition: ${viewer server} == %0 true: "&f" false: "&7" vanished: !conditional condition: ${player is_hidden} true: "&bv" false: ""