ScoreboardStatsX

Note
This plugin is compatible with HealthBar, ColoredTags, Ghost Player and all other scoreboard plugins.
Just enable compatibilityMode in the configuration and install ProtocolLib. For normal use ProtocolLib is NOT required.
Features:
You don't need a database for all these features
- Much better performance (since 0.7)
- All versions of ScoreboardStats supports all Minecraft versions above 1.5
- Optimized for all kinds of servers.
- Fast support on every question
- Support UTF-8 characters like the hearts Click here:
- Many variables Click here:
- fully configurationable
- PvP can also be displayed on Signs Click here:
- Support SQL-Databases
- No database required unless you don't want this plugin to track pvpstats
- The Player can see his own stats (Kills/Deaths) with the Scoreboard on the right side
- You can disable the scoreboard for custom worlds
Variables for all the following plugin:
- mcMMO
- Economy
- Heroes
- Factions
- SimpleClans
- uSkyBlock
- and many more coming soon

Please use the Tickets for any issues, errors or suggestions.
Installation
- Download it
- drop it in your /plugins/ folder
- start your server
- join the server and..
- That's it
- All variables can be found here: https://dev.bukkit.org/projects/scoreboardstats/pages/variables

Commands
| Command | Description | Aliases |
|---|---|---|
| /sidebar | Toggle (show or hide) the scoreboard on the right side | side, scoreboardstats, sb toggle |
| /sidebar reload | Reload the configuration | side reload, scoreboardstats reload, sb reload |
For plugin developers/API
See the wiki on Github: https:github.com/TuxCoding/ScoreboardStats/wiki
Permissions
| Permission | Description |
|---|---|
| scoreboardstats.use | General permission. Without that the scoreboard will not be displayed for the player |
| scoreboardstats.command.toggle | Toggle the sidebar |
| scoreboardstats.reload | With this permission a player can reload the configuration |
| scoreboardstats.sign | Only player with this permission can create signs that displays the kills, deaths, etc. |
Source
You don't have to decompile the plugin. You can find there the source code with comments and building utilities.
ScoreboardStats is open source and hosted on GitHub; feel free to fork, star, or contribute by making pull requests and opening issues.
Auto-Updater
- This plugin uses an Auto-updater. if you don't want an automatically update. Disable it in the configuration.
- The updater only utilize the api of curse/dev.bukkit, so you don't get an unapproved version. Every file providing there is accepted by the devBukkit staff
- I can upload a new version with bug fixes where you don't have to download it, the plugin can do it for you automatically.
- The updater only runs on plugin startup, and then as a seperate thread, so it doesn't really affect your startup time.
- Every file there equals the files on this page.
Compatibility with older minecraft versions
As you can see on file list there are selected three versions. These version numbers are for the Minecraft versions. Lowest test version, mid version and the highest tested version. That means that you should always use the latest version of ScoreboardStats although you use an old Minecraft version. It's very hard to use all versions at once, so please use the newest version of ScoreboardStats.
-
View User Profile
-
Send Message
Posted Apr 21, 2016@Blabla72
Maybe you deactivated the world in the config.
-
View User Profile
-
Send Message
Posted Apr 21, 2016The scoreboard is not actived when I start server. I have to type /scoreboardstats manualy to enable. Why?
-
View User Profile
-
Send Message
Posted Apr 20, 2016@TheHubServers
with placeholderapi its possible easy.
-
View User Profile
-
Send Message
Posted Apr 17, 2016@wydgabriel
Use %health%
-
View User Profile
-
Send Message
Posted Apr 16, 2016Player health variable, please???
-
View User Profile
-
Send Message
Posted Apr 16, 2016@TheHubServers
not yet
@KleinesGumi
Yes I'll do that.
@DarwinTrue
Because it wasn't intended to always show the toplist and it refreshes after player quit and not just after server restarts.
-
View User Profile
-
Send Message
Posted Apr 16, 2016I want to show "Top Kills" always on screen. But kill count is bugged. It's refreshes only after server restart. And how to completely disable useless "Stats" to always show "Top Kills"? Why so poor documentation?
-
View User Profile
-
Send Message
Posted Apr 13, 2016pls add placeholderapi support :)
-
View User Profile
-
Send Message
Posted Apr 10, 2016is there anyway to add groups/ranks to the sidebar on this plugin? im using bPermissions.
Thanks
-
View User Profile
-
Send Message
Posted Apr 9, 2016@WFloydBoy
No I didn't.
It's already possible. You can now set your own custom defined number there, but it has to be a number. This is a limitation of Minecraft. So you can now make scoreboards like this:
But keep in mind that the scoreboard by the numbers in descending order. This a limitation in Minecraft too, but I want to change it by using text variables and keep the numbers constant.
-
View User Profile
-
Send Message
Posted Apr 8, 2016https://gyazo.com/849c3e838a08b1ce715197e13dc721cb
I assume you simply forgot, but it would be amazing to see this or any option to perhaps change the variable from showing as the light_red scoreboard text so order could be managed.
-
View User Profile
-
Send Message
Posted Apr 2, 2016ol
-
View User Profile
-
Send Message
Posted Apr 1, 2016@niqoar
Please create a ticket for that.
@BobbyTowers
Yes soon.
@NoChanceSD
PlayerInfo is the variable for metadata provided by Vault. (getPlayerInfo)
Meta is the variable for metadata provided by Bukkit.
The key in both cases is they name the object is stored under. For example mcMMO stores player data in Bukkit's metadata system. The only thing is that the stored object has to be an Integer (for non-programmers: non-decimal number), because only integers can be displayed. When I finish the text variable support it would be also possible to display text objects from metadata.
I'll add a description to the variables page.
@deitnerb
No not yet, but I'm planning to add OnTime support, which has this feature.
-
View User Profile
-
Send Message
Posted Mar 30, 2016Is there a way to have this count how many times the player has voted for the server?
-
View User Profile
-
Send Message
Posted Mar 30, 2016I was wondering what are these keys in some of the variables like
%playerInfo_[key]%
%meta_[metakey]%
Sorry if it says it somewhere but i couldn't find information.
-
View User Profile
-
Send Message
Posted Mar 28, 2016Can you add PlaceholderAPI support or add more placeholders?
-
View User Profile
-
Send Message
Posted Mar 26, 2016You could add variables to Towny?
Variables such as:
-
View User Profile
-
Send Message
Posted Mar 26, 2016@kkround
There is no permissions node for that.
@tom3445
No there is no event for that.
@U1T1MATE
It is already
-
View User Profile
-
Send Message
Posted Mar 26, 2016How to let players toggle their own sidebar? I don't know which permission node should I use.
-
View User Profile
-
Send Message
Posted Mar 23, 2016Fixed previous issues, can you make it hide the scoreboard if someones permission is removed?: Right now the scoreboard stays until you log out, however it IS added if the permission is added, so the bug only exists on permission remove.