Question Help with TAB, different scoreboards for different worlds

builtdoor

New member
Dec 13, 2024
1
0
1
Hello, I want to know how I can set up different scoreboards with stats for different worlds. here is my config:

scoreboards:
scoreboard-1.20.3+:
title: §l§4WestPvP
display-condition: '%player-version-id%>=765'
lines:
- '&4Stats:'
- ' &bKills&7: &f%wip%'
- ' &bDeaths&7: &f%wip%'
- ' &bKDR&7: &f%wip%'
- ' &bStreak&7: &f%wip%'
- §4westpvp.us
- '&7%date%'
scoreboard:
disable-condition: '%world%=world'
title: §l§4WestPvP
lines:
- '&6Stats:'
- ' &bKills&7: &f%ffa_kills%'
- ' &bDeaths&7: &f%ffa_deaths%'
- ' &bKDR&7: &f%ffa_kdr%'
- ' &bStreak&7: &f%ffa_killstreak%'
- §4westpvp.us
- '&7%date%'

I want this to only show for the world I have named 'sword'. How do I make more scoreboards that only show for other worlds?