games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

Error when enabling Scoreboard #116

Closed Eufranio closed 8 years ago

Eufranio commented 8 years ago

When i reload the Scoreboard, or restart the server, this appears in the log:

http://hastebin.com/pegecomace.avrasm

games647 commented 8 years ago

This is just for monitoring your server with VisualVM or Java Mission Control. If you don't use, you can just ignore it.

The reason you get the stacktrace is that your hoster setted a security policy to their Java runtime which prevents to add data to the monitoring interface of Java.

Eufranio commented 8 years ago

But the Scoreboard isn't working here, that's the only log i get from ScoreboardStats :/

games647 commented 8 years ago

Then you will have another error or it's conflicting with another scoreboard plugin.

Eufranio commented 8 years ago

I don't have another Scoreboard plugin and i'm using TablistPrefix, would it causing the problem?

games647 commented 8 years ago

Yes enable compatibility mode

Eufranio commented 8 years ago

It's enabled

games647 commented 8 years ago

And install Protocollib

Eufranio commented 8 years ago

I have it too

games647 commented 8 years ago

ScoreboardStats runs in passive mode then. You properly have another scoreboard plugin installed. This show up in the sidebar.

Eufranio commented 8 years ago

MyCommand has a scoreboard feature but i don't use it, could be causing the problem?

games647 commented 8 years ago

Yes that could be. It uses the sidebar too.