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

so how can i fix this #63

Closed Katta01 closed 1 year ago

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_theend" 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' ]

r4g3baby commented 1 year ago

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