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 Jun 20, 2015Is there any way that it can tell the difference between friendly and hostile mobs?
Thanks
-
View User Profile
-
Send Message
Posted Jun 20, 2015@DB1000
It just caches the updates in order to minimize the database connections.
@jeannen
See tickets page.
@enderman6696
No that's not possible, because it's a special behaviour.
@Cortesian
You mean like a percent bar, yes that's possible.
@FabioZumbi12
Which version do you use?
@ExpiredElements
See tickets page.
@TotesKewl
Did you activated pvp stats?
-
View User Profile
-
Send Message
Posted Jun 19, 2015Hello, I have the scoreboard set-up but it wont list kills
-
View User Profile
-
Send Message
Posted Jun 19, 2015Just looking at the plugins this is compatible with and i was wondering if you could add the plugin RacesAndClasses into it too.
What would be able to be displayed: Health Mana Class Race Maybe; Current Spell
-
View User Profile
-
Send Message
Posted Jun 16, 2015Why the permissions is not working? I already give the perm scoreboardstats.hide and scoreboardstats.use but players still cant hide the sidebar!
-
View User Profile
-
Send Message
Posted Jun 16, 2015Hi again, is it possible to make TPS *100 so that we see for example "1987" instead of "20" to get more detailed information? :)
-
View User Profile
-
Send Message
Posted Jun 13, 2015is mob arena and wave supported? id like to have a plugin that after x amount of kills it will send the player to a different rank where he can get a different class.
-
View User Profile
-
Send Message
Posted Jun 12, 2015Can you add a support for BattleLevel (Level, kill-chain, etc...) ? :P http://www.spigotmc.org/resources/battlelevels.2218/
-
View User Profile
-
Send Message
Posted Jun 8, 2015Is there a way to when a player is killing mobs etc it directly save's it into the database or when the players make kills etc. not when a player logout if yes how would i be able to do this.
-
View User Profile
-
Send Message
Posted Jun 6, 2015@Cortesian
You're welcome. ;)
-
View User Profile
-
Send Message
Posted Jun 5, 2015Oh, sorry, I should have tried to use a dev build before I posted... Thanks a lot for your help - and this awesome plugin, of course :)
-
View User Profile
-
Send Message
Posted Jun 5, 2015@Cortesian
Take a look into your server log in order to find ping related issues. The tps bug exists only 0.9.1 You can download a dev build in order to fix it.
-
View User Profile
-
Send Message
Posted Jun 4, 2015It says my ping and my tps are 0. Do I do something wrong?
-
View User Profile
-
Send Message
Posted Jun 3, 2015What about variables for Races and Classes? :)
http://dev.bukkit.org/bukkit-plugins/racesandclasses/
-
View User Profile
-
Send Message
Posted Jun 3, 2015@BruceFradgLee
You can just delete the .db file in the plugin folder.
@Jaadava
You can contribute it on Github if you want. The source code is hosted there with all the comments and building tools.
-
View User Profile
-
Send Message
Posted Jun 2, 2015@games647
The problem was quite easy, a'n other owner of the server had started editing it. So the plugin was half broken, im currently adding a piece that it auto updates every X seconds, when that is finished i will if needed post it here :D
~ jaadava
-
View User Profile
-
Send Message
Posted Jun 2, 2015Just curious, is there a way to just reset the mob kill count rather than having to delete the dat file to reset?
-
View User Profile
-
Send Message
Posted Jun 2, 2015@Jaadava
So what was the issue?
-
View User Profile
-
Send Message
Posted Jun 2, 2015@games647
found it and fixed it!, Thanks for your support :D
-
View User Profile
-
Send Message
Posted Jun 2, 2015@Jaadava
So I looked into the code of 0.9.1 and I can definitely find the updating part. Line 209 if you want to know it and changing it to a lower interval wouldn't change much, because the player data is only saved into the database after the player log outs. You can imagine it as a cache.