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

Cant Set the ScoreBoard in the nether or end worlds #18

Closed Metaknich closed 3 years ago

Metaknich commented 3 years ago

Im triying to setup the same scoreboard that im using in the normal world in the other worlds (nether, end) i tried a lot of stuff but it never shows up , help!

r4g3baby commented 3 years ago

Please send me a copy of your config and latest.log files.

Metaknich commented 3 years ago

Default time in ticks for a score to stay on the scoreboard (20 ticks = 1 second)

UpdateTime: 20

Save which players have the scoreboard disabled

SaveScoreboards: true

Whether to apply placeholders asynchronously or not

AsyncPlaceholders: true

Enable this if you are running a 1.13+ server with backwards version support

ForceLegacy: false

Configure your scoreboards layout

Scoreboards: example: Titles:

Set what scoreboards each world will be using

Worlds:

World names are case-insensitive

world: [ "world_nether,wolrd_the_end" ]

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

world\w*: [ "world" ]

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

multiple: [ "restricted", "example" ]

Metaknich commented 3 years ago

This is my config

r4g3baby commented 3 years ago

world: [ "world_nether,wolrd_the_end" ] this isn't right. To the left is where you put the name of your worlds and to the right is the list of scoreboards to display.

Closing this issue since it isn't really and issue. For support please use the Spigot Discussion/DMs or Discord.