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 see scoreboard. #17

Closed Alecs-Chan closed 3 years ago

Alecs-Chan commented 3 years ago

/sb does not work cant see scoreboard etc. No log for it since it says there's no error. Current MC version: 1.16.5 Current plugins are: Capture PNG4

Alecs-Chan commented 3 years ago

[04:06:52] [Server thread/INFO]: [SimpleScore] Enabling SimpleScore v3.8.1 [04:06:53] [Server thread/INFO]: [SimpleScore] Loading disabled scoreboards... [04:06:53] [Server thread/INFO]: [SimpleScore] Disabled scoreboards loaded. This is all it says, but I have tried enabling it but nothing.

Alecs-Chan commented 3 years ago

Hmmmm I even tried messing with the worlds that can see the scoreboard and even that doesn't work.

r4g3baby commented 3 years ago

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

Alecs-Chan commented 3 years ago

config.txt

Alecs-Chan commented 3 years ago

my logs are really big and I'll have to send one later but here is the cause I assume in 'string', line 92, column 1: Worlds:"survival" ^ could not find expected ':' in 'string', line 94, column 1:

World names are case-inse

^

This might not be a plugin issue, no scoreboard related plugins do not work for me too.

r4g3baby commented 3 years ago

The config you sent me doesn't correspond to the error you just sent. In the error you sent it assumes there's a line with 'Worlds:"survival"' and there's no such line in the config file.

In order for me to be of any help I need the full latest.log file. You can make it smaller by restarting the server which should create a new one.

Alecs-Chan commented 3 years ago

I am not the original owner of the server but i have been slowly trying to fix some issues as the new owner so do not worry about some [server thread/ERROR] or [server thread/WARN] lines that are unrelated. latest.log

r4g3baby commented 3 years ago

There are no errors related to SimpleScore. So my best guess is you didn't specify the world name in the config file to display the scoreboard.

Alecs-Chan commented 3 years ago

What should I put in the bottom where the "World:" line is inside the config file. To specify, how do I format it properly. Here are the world names: 3322

r4g3baby commented 3 years ago

You would need to add survival: [ "your scoreboard name" ] to the bottom of the config under the Worlds section.

Closing this issue since it isn't really an issue.

Alecs-Chan commented 3 years ago

Thank you so much!