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 Feb 1, 2015I searched in the world folder after a scoreboard.dat but didn't found one, how to reset the scoreboard? :s
-
View User Profile
-
Send Message
Posted Feb 1, 2015@Jomacy09
Sorry currently not possible.
-
View User Profile
-
Send Message
Posted Jan 31, 2015How does one reset a players or the entire servers pvp stats (like kills and deaths) without using a database.
-
View User Profile
-
Send Message
Posted Jan 31, 2015@sielmeth
BTW you can customize the interval for showing the top 5 scoreboard
You mean something like this:
Your Stats
-
View User Profile
-
Send Message
Posted Jan 30, 2015<p><iframe src="" rel="noopener nofollow" target="_blank">http://www.youtube.com/embed/KwVH_hV" frameborder="0" width="425" height="350"></iframe></p>
-
View User Profile
-
Send Message
Posted Jan 30, 2015Ok thank you, I have Money in the scoreboard, with BOSEconomy, and sometime my scoreboard of "Stats" is replaced by the scoreboard "Top 5 Kills" but I would like to have both scoreboards at the same time... :/
-
View User Profile
-
Send Message
Posted Jan 30, 2015@sielmeth
Yes you need to have an economy system installed. (Essentials is enough)
For the Top 5 kills you have to activate it too. It acts as an different scoreboard.
-
View User Profile
-
Send Message
Posted Jan 30, 2015I have Vault, and activate pvp-stats tracking, my Stats show Online and Deaths but not "Top 5 Kills" or money... should I install an economic system? BOSEconomy?
-
View User Profile
-
Send Message
Posted Jan 30, 2015@sielmeth
For %money% you have install Vault and for the pvp stats variable you have to activate pvp-stats tracking in the configuration. ScoreboardStats logs this too.
-
View User Profile
-
Send Message
Posted Jan 30, 2015@vemacs
Can you sand me jar file please? <3
-
View User Profile
-
Send Message
Posted Jan 30, 2015sorry but I can't find the variable death, and I have : Items: '&9Players': '%online%' '&9Gold': '%money%' '&9Deaths': '%deaths%' '&9Kills': '%mobkills%' but... Only "players" is displayed...
-
View User Profile
-
Send Message
Posted Jan 30, 2015@sielmeth
Use the variable "%deaths%" in your configuration and activate pvp stats tracking.
-
View User Profile
-
Send Message
Posted Jan 30, 2015How to show the deaths of players on the screen ?
-
View User Profile
-
Send Message
Posted Jan 30, 2015@zachrywilsn
You mean that you can use the stats variables for these plugins?
-
View User Profile
-
Send Message
Posted Jan 30, 2015@games647
I would like to ask if you could add support for FeatherBoard to take over for your orginal Scoreboard.
The idea would be something like: sbs-scoreboard show: true/false
An maybe just add Placeholders for the scoreboard of your choosing to take over.
Just a idea. I do understand time is hard to get and this is not a feature you may even want to add. I will support you for a feature like this if you can though. Just say the word ill send support.
Mainly I would just like to use SBS as the flatfile storage system for other plugins to use. If the place holders are added I can use Tab, Animatednames, Actionbar and many more.
So I do see how it could help other for real.
-
View User Profile
-
Send Message
Posted Jan 30, 2015@vemacs
Thanks
-
View User Profile
-
Send Message
Posted Jan 30, 2015@vemacs
Thank you!
-
View User Profile
-
Send Message
Posted Jan 29, 2015@games647 @Blabla72
I submitted a pull request to support Factions-UUID: https://github.com/games647/ScoreboardStats/pull/43
-
View User Profile
-
Send Message
Posted Jan 27, 2015This needs an API.
-
View User Profile
-
Send Message
Posted Jan 30, 2015It already has a basic one. You can register replacers by registering it at the replacemanager.
Take a look at the register method here.