r4g3baby / SimpleScore

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

Support #20

Closed UniqueJohnn closed 3 years ago

UniqueJohnn commented 3 years ago

hello, how can i enable the scorebord on all worlds that I have?

i believe this area?

Worlds:

World names are case-insensitive

world: [ "example" ]

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

world_\w*: [ "custom_time" ]

If player doesn't have permission to see the restricted scoreboard then it will display the example

multiple: [ "restricted", "example" ]

r4g3baby commented 3 years ago

You can use regex, \w*: [ "your scoreboard name" ]. Please only use GitHub issues for actual issues, for support use Spigot DMs or Discord.