r4g3baby / SimpleScore

A simple animated scoreboard plugin for your minecraft server.
https://www.spigotmc.org/resources/simplescore.23243/
MIT License
68 stars 32 forks source link

showing same score board in two world #62

Closed Katta01 closed 1 year ago

Katta01 commented 1 year ago

hlo i have install simple score board plugin and i have different world like superiorworld , world , skyblock , lifesteal and i have diffrent score board on diffrent world but in superiorworld and world they are showing same scoreboard can anyone help

Katta01 commented 1 year ago

worlds:

If player doesn't meet the conditions to see the conditional scoreboard then it will display the simple scoreboard

world_the_end: [ 'conditional', 'simple' ]

This will match all worlds starting with "world_" (e.g. world_nether, world_the_end)

"world_the_end" will never reach this line since it already matched above

world_\w*: [ 'customTiming' ]

This will match all worlds that haven't been defined above

'[Lobby ]': [ 'simple' ] '[LifeSteal ]': [ 'LifeSteal' ] '[SkyBlock ]': [ 'SKYBLOCK' ] '[SuperiorWorld ]': [ 'SKYBLOCK' ] '[LifeStealLObby ]': [ 'LifeSteal' ] '[world ]': [ 'WORLD' ]


This is a simple scoreboard with only the top and bottom lines animated

simple: titles: '&7&LREUNION&6&lSERVER' scores: 13:

LifeSteal: titles: '&7&LLIFE&6&lSTEAL' scores: 13:

SKYBLOCK: titles: '&7&LSKY&6&lBLOCK' scores: 13:

WORLD: titles: '&7&LUKY&6&lBLOCK' scores: 13:

r4g3baby commented 1 year ago

Use Discord for help configuring the plugin. GitHub issues are only for bug reports and feature requests.